[neon/qt/qtscript/Neon/release_focal] debian: Add patch to set so version to match the rest of qt.

Scarlett Moore null at kde.org
Fri Sep 23 18:09:16 BST 2022


Git commit 80effe241fa9463e5cfde7b0af51199d9cf911af by Scarlett Moore.
Committed on 23/09/2022 at 17:09.
Pushed by scarlettmoore into branch 'Neon/release_focal'.

Add patch to set so version to match the rest of qt.

M  +5    -1    debian/changelog
A  +8    -0    debian/patches/qtscript_so_version.patch
M  +1    -0    debian/patches/series

https://invent.kde.org/neon/qt/qtscript/commit/80effe241fa9463e5cfde7b0af51199d9cf911af

diff --git a/debian/changelog b/debian/changelog
index b978ab3..5c64a41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
-qtscript-opensource-src (5.15.5+dfsg-0neon) UNRELEASED; urgency=medium
+qtscript-opensource-src (5.15.5+dfsg-0neon) focal; urgency=medium
 
+  [ Jonathan Riddell ]
   * new release
 
+  [ Scarlett Moore ]
+  * Add patch to set so version to match the rest of qt. 
+
  -- Jonathan Riddell <jr at jriddell.org>  Tue, 17 May 2022 11:06:49 +0100
 
 qtscript-opensource-src (5.15.2+dfsg-2) unstable; urgency=medium
diff --git a/debian/patches/qtscript_so_version.patch b/debian/patches/qtscript_so_version.patch
new file mode 100644
index 0000000..e47a8cc
--- /dev/null
+++ b/debian/patches/qtscript_so_version.patch
@@ -0,0 +1,8 @@
+--- source/.qmake.conf	2022-09-22 17:49:26.000000000 -0700
++++ qtscript-opensource-src-5.15.5+p20.04+tunstable+git20220923.0049/.qmake.conf	2022-09-23 09:42:09.767927255 -0700
+@@ -3,4 +3,4 @@
+ 
+ DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS QT_NO_LINKED_LIST
+ 
+-MODULE_VERSION = 5.15.11
++MODULE_VERSION = 5.15.6
diff --git a/debian/patches/series b/debian/patches/series
index 69ce9f5..444a790 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ disable_failing_tests.diff
 disable_v8_sunspider_tests.patch
 s390x_jscore.diff
 hppa_stackbase.diff
+qtscript_so_version.patch


More information about the Neon-commits mailing list