From 49523fca23f0ba1c639e8a6a30ef3c14a6c83182 Mon Sep 17 00:00:00 2001 From: David Bannon Date: Sun, 24 Nov 2024 19:21:39 +1100 Subject: [PATCH] This is release 1.2.16 --- .gitignore | 2 ++ cbindings/package/changelog | 8 ++++++++ cbindings/package/package-lib | 3 +-- cbindings/package/whatsnew | 4 +--- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c782fdf..1a8a8e0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ tmp/ *.rpm *.gz libQt5Pas* +libqt5pas.spec-just-used +libqt5pasdevel.spec-just-used diff --git a/cbindings/package/changelog b/cbindings/package/changelog index 69535f1..3a6fdae 100644 --- a/cbindings/package/changelog +++ b/cbindings/package/changelog @@ -1,3 +1,11 @@ +libqt5pas (1.2.16) unstable; urgency=medium + + * Release of new version. + * Fixed bug in cbindings (21-11-2024) + * Please see Lazarus at gitlab for further change details. + + -- David Bannon Sun, 24 Nov 2024 19:04:27 +1100 + libqt5pas (1.2.15) unstable; urgency=medium * Release of new version. diff --git a/cbindings/package/package-lib b/cbindings/package/package-lib index 8abbcf8..641f3a2 100644 --- a/cbindings/package/package-lib +++ b/cbindings/package/package-lib @@ -119,9 +119,8 @@ function DebianPackage () { dch -cchangelog --append "$Line" done < whatsnew fi + dch -cchangelog --append "Please see Lazarus at gitlab for further change details." fi - dch -cchangelog --append "Please see Lazarus at gitlab for further change details." - gzip -knc --best changelog >> BUILD/usr/share/doc/"$PRODUCT$MAJORVER"/changelog.gz ls -l BUILD/usr/share/doc/"$PRODUCT$MAJORVER" gzip -knc --best changelog >> changelog.gz diff --git a/cbindings/package/whatsnew b/cbindings/package/whatsnew index 1693e89..6ba81a4 100644 --- a/cbindings/package/whatsnew +++ b/cbindings/package/whatsnew @@ -1,3 +1 @@ -removed QTimer_singleShot4() overload because it cannot be used with Qt5 < 5.10 -use QTimer::singleShot() with QObject context from Qt 5.9.0 -fixed Qt documentation inconsistency about QTimer::singleShot() overload. +Fixed bug in cbindings (21-11-2024)