[neon/qt/qtscript/Neon/release] debian/patches: lower version

Harald Sitter null at kde.org
Wed May 26 12:24:38 BST 2021


Git commit 816423c5258329258858fc5201eb894bc796df46 by Harald Sitter.
Committed on 26/05/2021 at 11:24.
Pushed by sitter into branch 'Neon/release'.

lower version

currently versions are unaligned with most of the modules at .3 and some
(qtscript and qwe) at .4 this breaks version alignment assumptions. I've
raised this on kde-core-devel but in the mean time we'll lower this in
neon to unblock rollout of the new qt builds

A  +23   -0    debian/patches/0001-lower-version-to-.3-to-align-with-the-rest-of-the-pa.patch
M  +1    -0    debian/patches/series

https://invent.kde.org/neon/qt/qtscript/commit/816423c5258329258858fc5201eb894bc796df46

diff --git a/debian/patches/0001-lower-version-to-.3-to-align-with-the-rest-of-the-pa.patch b/debian/patches/0001-lower-version-to-.3-to-align-with-the-rest-of-the-pa.patch
new file mode 100644
index 0000000..d345bac
--- /dev/null
+++ b/debian/patches/0001-lower-version-to-.3-to-align-with-the-rest-of-the-pa.patch
@@ -0,0 +1,23 @@
+From d034fd1e2126cdf0008dc56933ea91625ca520d4 Mon Sep 17 00:00:00 2001
+From: Harald Sitter <sitter at kde.org>
+Date: Wed, 26 May 2021 13:20:16 +0200
+Subject: [PATCH] lower version to .3 to align with the rest of the patch
+ collection
+
+---
+ .qmake.conf | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/.qmake.conf b/.qmake.conf
+index 0a9b5a9..0057b81 100644
+--- a/.qmake.conf
++++ b/.qmake.conf
+@@ -3,4 +3,4 @@ android|boot2qt: CONFIG -= headersclean
+ 
+ DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS QT_NO_LINKED_LIST
+ 
+-MODULE_VERSION = 5.15.4
++MODULE_VERSION = 5.15.3
+-- 
+2.25.1
+
diff --git a/debian/patches/series b/debian/patches/series
index 69ce9f5..aba969c 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
+0001-lower-version-to-.3-to-align-with-the-rest-of-the-pa.patch


More information about the Neon-commits mailing list