Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libqt5-qtimageformats for
openSUSE:Factory checked in at 2021-06-27 18:58:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtimageformats (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtimageformats.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtimageformats"
Sun Jun 27 18:58:51 2021 rev:42 rq:902333 version:5.15.2+kde3
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtimageformats/libqt5-qtimageformats.changes
2020-11-25 19:29:13.986481319 +0100
+++
/work/SRC/openSUSE:Factory/.libqt5-qtimageformats.new.2625/libqt5-qtimageformats.changes
2021-06-27 18:59:40.920323360 +0200
@@ -1,0 +2,11 @@
+Mon Jun 21 20:24:44 UTC 2021 - Fabian Vogt <[email protected]>
+
+- Switch to KDE's maintenance branch
+- Update to version 5.15.2+kde3:
+ * TGA Plugin: don't print warning in QTgaHandler::canRead(QIODevice*)
+ * Add changes file for Qt 5.15.2
+ * Bump version
+- Add patch to reset version to 5.15.2:
+ * 0001-Revert-Bump-version.patch
+
+-------------------------------------------------------------------
Old:
----
qtimageformats-everywhere-src-5.15.2.tar.xz
New:
----
0001-Revert-Bump-version.patch
_service
_servicedata
qtimageformats-everywhere-src-5.15.2+kde3.obscpio
qtimageformats-everywhere-src.obsinfo
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtimageformats.spec ++++++
--- /var/tmp/diff_new_pack.ijfT00/_old 2021-06-27 18:59:41.724324416 +0200
+++ /var/tmp/diff_new_pack.ijfT00/_new 2021-06-27 18:59:41.732324426 +0200
@@ -16,20 +16,22 @@
#
-%define qt5_snapshot 0
+%define qt5_snapshot 1
%define base_name libqt5
%define real_version 5.15.2
%define so_version 5.15.2
-%define tar_version qtimageformats-everywhere-src-5.15.2
+%define tar_version qtimageformats-everywhere-src-%{version}
Name: libqt5-qtimageformats
-Version: 5.15.2
+Version: 5.15.2+kde3
Release: 0
Summary: Qt 5 Image Format Plugins
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
Group: Development/Libraries/X11
URL: https://www.qt.io
-Source:
https://download.qt.io/official_releases/qt/5.15/%{real_version}/submodules/%{tar_version}.tar.xz
+Source: %{tar_version}.tar.xz
Source1: baselibs.conf
+# PATCH-FIX-OPENSUSE
+Patch1: 0001-Revert-Bump-version.patch
BuildRequires: libmng-devel
BuildRequires: libtiff-devel
%if %{qt5_snapshot}
@@ -38,7 +40,7 @@
%endif
BuildRequires: pkgconfig
BuildRequires: xz
-BuildRequires: pkgconfig(Qt5Gui) >= %{version}
+BuildRequires: pkgconfig(Qt5Gui) >= %{real_version}
BuildRequires: pkgconfig(libwebp)
%requires_ge libQt5Gui5
@@ -54,7 +56,7 @@
Requires: %{name} = %{version}
Requires: libmng-devel
Requires: libtiff-devel
-Requires: pkgconfig(Qt5Gui) >= %{version}
+Requires: pkgconfig(Qt5Gui) >= %{real_version}
Requires: pkgconfig(libwebp)
%description devel
@@ -65,7 +67,7 @@
You need this package, if you want to compile programs with qtimageformats.
%prep
-%setup -q -n %{tar_version}
+%autosetup -p1 -n %{tar_version}
%build
%if %{qt5_snapshot}
++++++ 0001-Revert-Bump-version.patch ++++++
>From 466f28c2ece02dab8f3d0e00a1967af5bbd5b08e Mon Sep 17 00:00:00 2001
From: Fabian Vogt <[email protected]>
Date: Mon, 21 Jun 2021 22:24:44 +0200
Subject: [PATCH] Revert "Bump version"
This reverts commit f03f7b338104a497fffcf3375132c1a68ba394f7.
---
.qmake.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.qmake.conf b/.qmake.conf
index 5fb75cf..1dc5dd1 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -2,4 +2,4 @@ load(qt_build_config)
DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS QT_NO_LINKED_LIST
-MODULE_VERSION = 5.15.3
+MODULE_VERSION = 5.15.2
--
2.20.1
++++++ _service ++++++
<services>
<service name="obs_scm" mode="disabled">
<param name="changesgenerate">enable</param>
<param name="versionformat">5.15.2+kde@TAG_OFFSET@</param>
<param name="url">https://invent.kde.org/qt/qt/qtimageformats.git</param>
<param name="scm">git</param>
<param name="filename">qtimageformats-everywhere-src</param>
<param name="revision">kde/5.15</param>
<param name="parent-tag">v5.15.2</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
<param
name="url">https://invent.kde.org/qt/qt/qtimageformats.git</param>
<param
name="changesrevision">cb82c74310837fe4e832c8ab72176a5d63e4355f</param></service></servicedata>++++++
qtimageformats-everywhere-src.obsinfo ++++++
name: qtimageformats-everywhere-src
version: 5.15.2+kde3
mtime: 1604167948
commit: cb82c74310837fe4e832c8ab72176a5d63e4355f