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

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


Git commit c8491d2810467d6599183a5a547f3ad499397e07 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/qtwebengine/commit/c8491d2810467d6599183a5a547f3ad499397e07

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..d3fc034
--- /dev/null
+++ b/debian/patches/0001-lower-version-to-.3-to-align-with-the-rest-of-the-pa.patch
@@ -0,0 +1,23 @@
+From 49d32832c464cdce7a6c0b954ba9778bf2f6b011 Mon Sep 17 00:00:00 2001
+From: Harald Sitter <sitter at kde.org>
+Date: Wed, 26 May 2021 13:21:11 +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 d5e64505..09b0b2ca 100644
+--- a/.qmake.conf
++++ b/.qmake.conf
+@@ -5,4 +5,4 @@ QTWEBENGINE_OUT_ROOT = $$shadowed($$PWD)
+ load(qt_build_config)
+ CONFIG += warning_clean
+ 
+-MODULE_VERSION = 5.15.4
++MODULE_VERSION = 5.15.3
+-- 
+2.25.1
+
diff --git a/debian/patches/series b/debian/patches/series
index eab55cf..ca6864e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ system-nspr-prtime.patch
 verbose-gn-bootstrap.patch
 sandbox-time64-syscalls.patch
 mipsel-code-range-size.patch
+0001-lower-version-to-.3-to-align-with-the-rest-of-the-pa.patch


More information about the Neon-commits mailing list