pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/xournalpp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct 19 13:12:52 UTC 2023

Modified Files:
        pkgsrc/editors/xournalpp: Makefile distinfo

Log Message:
xournalpp: update to 1.2.2.

## 1.2.2

Bugfixes from various community contributors.

* Fixed undefined behaviour due to signal callbacks wrong type (#5057)
* Fixed reference handling of sidebar widgets, fixing crashes and warning (#5083,
  #5074, #4026)
* Default build type is now "RelWithDebInfo" (#5118)
* Fixed error message when trying to open an autosave file (#5140)
* Fixed empty toolbars being shown (#5160, #5051)
* Added a device id check for input sequences, so devices don't interfere with one
  another anymore (#5170, #5116, #5087)
* Fixed a bunch of memory leaks (#5164, #5216)
* Properly read PDF files as binary, fixing some reading issues (#5174, #4740)
* Removed unsafe symbols from document name generation (#5144, #5123)
* Fixed crash when a modification happens outside of the cached pages (#5144,
  #5178, #5162, #5046, #5126)
* Fixed audio output settings being off by 1 (#5205)
* Clarified CrashLog message: deleting the Crashlog will stop the message from popping up (#5214)
* Fixed a crash when pressing both mouse buttons at once (#5210, #5149)


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/editors/xournalpp/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/xournalpp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/xournalpp/Makefile
diff -u pkgsrc/editors/xournalpp/Makefile:1.55 pkgsrc/editors/xournalpp/Makefile:1.56
--- pkgsrc/editors/xournalpp/Makefile:1.55      Sat Sep  9 20:24:45 2023
+++ pkgsrc/editors/xournalpp/Makefile   Thu Oct 19 13:12:52 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2023/09/09 20:24:45 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2023/10/19 13:12:52 wiz Exp $
 
-DISTNAME=      xournalpp-1.2.1
+DISTNAME=      xournalpp-1.2.2
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=xournalpp/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/editors/xournalpp/distinfo
diff -u pkgsrc/editors/xournalpp/distinfo:1.13 pkgsrc/editors/xournalpp/distinfo:1.14
--- pkgsrc/editors/xournalpp/distinfo:1.13      Sat Sep  9 20:24:45 2023
+++ pkgsrc/editors/xournalpp/distinfo   Thu Oct 19 13:12:52 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2023/09/09 20:24:45 wiz Exp $
+$NetBSD: distinfo,v 1.14 2023/10/19 13:12:52 wiz Exp $
 
-BLAKE2s (xournalpp-1.2.1.tar.gz) = 88c17cc4169abefc9e0c9a63b3b5a63a716d29c7c135735faf11e4dbb5e8099e
-SHA512 (xournalpp-1.2.1.tar.gz) = c5376f6e1b32b9f0ab2e00a4d34436aaef326791fedd173a45c0d3c0b26c450a7876262d634018c6d9a402eaf4dff41afa3137f2b7c8bda0346d64e9eb463640
-Size (xournalpp-1.2.1.tar.gz) = 16702391 bytes
+BLAKE2s (xournalpp-1.2.2.tar.gz) = 31ff5aad3644a12b89268e5da710c9c070e799396df7031ae5229ee5457cc363
+SHA512 (xournalpp-1.2.2.tar.gz) = fee29d29036a2ef59bbc98812571ce06a234380e9122e46bf89285f4e92e871c7e2ae4a086a080649775f4d6f7d497bd00fc91fb30f80e790f5a3106fa72725a
+Size (xournalpp-1.2.2.tar.gz) = 16705580 bytes
 SHA1 (patch-CMakeLists.txt) = 87ba10a924e3eb092dd9816ff38dea8c0b112b10
 SHA1 (patch-po_CMakeLists.txt) = 897b4f9507b48be394409deda8170fe7d39f008c
 SHA1 (patch-src_core_control_DeviceListHelper.cpp) = 069fae3eb58798406e4fa8dbff0d02aa8e0a27ef



Home | Main Index | Thread Index | Old Index