Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libqt5-qtlottie for openSUSE:Factory 
checked in at 2021-06-26 21:25:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtlottie (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtlottie.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtlottie"

Sat Jun 26 21:25:19 2021 rev:6 rq:902338 version:5.15.2+kde1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtlottie/libqt5-qtlottie.changes  
2020-11-26 23:14:36.684999213 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtlottie.new.2625/libqt5-qtlottie.changes    
    2021-06-26 21:25:28.071343683 +0200
@@ -1,0 +2,9 @@
+Wed Jun 23 06:30:35 UTC 2021 - Fabian Vogt <[email protected]>
+
+- Switch to KDE's maintenance branch
+- Update to version 5.15.2+kde1:
+  * Bump version
+- Add patch to reset version to 5.15.2:
+  * 0001-Revert-Bump-version.patch
+
+-------------------------------------------------------------------

Old:
----
  qtlottie-everywhere-src-5.15.2.tar.xz

New:
----
  0001-Revert-Bump-version.patch
  _service
  _servicedata
  qtlottie-everywhere-src-5.15.2+kde1.obscpio
  qtlottie-everywhere-src.obsinfo

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libqt5-qtlottie.spec ++++++
--- /var/tmp/diff_new_pack.qtoG10/_old  2021-06-26 21:25:28.595344375 +0200
+++ /var/tmp/diff_new_pack.qtoG10/_new  2021-06-26 21:25:28.599344380 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtlottie
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,9 @@
 #
 
 
+%define qt5_snapshot 1
 Name:           libqt5-qtlottie
-Version:        5.15.2
+Version:        5.15.2+kde1
 Release:        0
 Summary:        Qt 5 Quick Lottie Addon
 License:        GPL-3.0-or-later
@@ -26,14 +27,20 @@
 %define base_name libqt5
 %define real_version 5.15.2
 %define so_version 5.15.2
-%define tar_version qtlottie-everywhere-src-5.15.2
-Source:         
https://download.qt.io/official_releases/qt/5.15/%{real_version}/submodules/%{tar_version}.tar.xz
+%define tar_version qtlottie-everywhere-src-%{version}
+Source:         %{tar_version}.tar.xz
+# PATCH-FIX-OPENSUSE
+Patch1:         0001-Revert-Bump-version.patch
 BuildRequires:  fdupes
-BuildRequires:  libQt5Gui-private-headers-devel >= %{version}
+BuildRequires:  libQt5Gui-private-headers-devel >= %{real_version}
+%if %{qt5_snapshot}
+#to create the forwarding headers
+BuildRequires:  perl
+%endif
 BuildRequires:  pkgconfig
 BuildRequires:  xz
-BuildRequires:  pkgconfig(Qt5Qml) >= %{version}
-BuildRequires:  pkgconfig(Qt5Quick) >= %{version}
+BuildRequires:  pkgconfig(Qt5Qml) >= %{real_version}
+BuildRequires:  pkgconfig(Qt5Quick) >= %{real_version}
 %requires_ge    libQt5Gui5
 
 %description
@@ -71,6 +78,10 @@
 %autosetup -n %{tar_version}
 
 %build
+%if %{qt5_snapshot}
+#force the configure script to generate the forwarding headers (it checks 
whether .git directory exists)
+mkdir .git
+%endif
 %qmake5
 %make_jobs
 

++++++ 0001-Revert-Bump-version.patch ++++++
>From b9f459460b047bf431b9973a14464b4fc2c75a83 Mon Sep 17 00:00:00 2001
From: Fabian Vogt <[email protected]>
Date: Wed, 23 Jun 2021 08:30:35 +0200
Subject: [PATCH] Revert "Bump version"

This reverts commit fa8c8bfc6742ab98b61d1351e054e0e73e9a42f4.
---
 .qmake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.qmake.conf b/.qmake.conf
index ac8dce2..8f13d1b 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -3,4 +3,4 @@ CONFIG += warning_clean
 
 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/qtlottie.git</param>
   <param name="scm">git</param>
   <param name="filename">qtlottie-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/qtlottie.git</param>
              <param 
name="changesrevision">fa8c8bfc6742ab98b61d1351e054e0e73e9a42f4</param></service></servicedata>++++++
 qtlottie-everywhere-src.obsinfo ++++++
name: qtlottie-everywhere-src
version: 5.15.2+kde1
mtime: 1603777797
commit: fa8c8bfc6742ab98b61d1351e054e0e73e9a42f4

Reply via email to