Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libqt5-qtserialport for 
openSUSE:Factory checked in at 2022-06-29 16:00:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtserialport (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtserialport.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtserialport"

Wed Jun 29 16:00:40 2022 rev:45 rq:985492 version:5.15.5+kde0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtserialport/libqt5-qtserialport.changes  
2021-06-27 18:59:46.112330180 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtserialport.new.1548/libqt5-qtserialport.changes
        2022-06-29 16:01:16.944616645 +0200
@@ -1,0 +2,8 @@
+Mon Jun 27 13:10:25 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to version 5.15.5+kde0, rebased upstream:
+  * Revert "Update commercial license headers"
+  * Update commercial license headers
+- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
+
+-------------------------------------------------------------------

Old:
----
  0001-Revert-Bump-version.patch
  qtserialport-everywhere-src-5.15.2+kde2.obscpio

New:
----
  qtserialport-everywhere-src-5.15.5+kde0.obscpio

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

Other differences:
------------------
++++++ libqt5-qtserialport.spec ++++++
--- /var/tmp/diff_new_pack.wfza0B/_old  2022-06-29 16:01:19.032619425 +0200
+++ /var/tmp/diff_new_pack.wfza0B/_new  2022-06-29 16:01:19.036619430 +0200
@@ -19,11 +19,11 @@
 %define qt5_snapshot 1
 %define libname libQt5SerialPort5
 %define base_name libqt5
-%define real_version 5.15.2
-%define so_version 5.15.2
+%define real_version 5.15.5
+%define so_version 5.15.5
 %define tar_version qtserialport-everywhere-src-%{version}
 Name:           libqt5-qtserialport
-Version:        5.15.2+kde2
+Version:        5.15.5+kde0
 Release:        0
 Summary:        Qt 5 Serial Port Addon
 License:        LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
@@ -31,8 +31,6 @@
 URL:            https://www.qt.io
 Source:         %{tar_version}.tar.xz
 Source1:        baselibs.conf
-# PATCH-FIX-OPENSUSE
-Patch1:         0001-Revert-Bump-version.patch
 BuildRequires:  fdupes
 BuildRequires:  libQt5Core-private-headers-devel >= %{real_version}
 BuildRequires:  libqt5-qtbase-devel >= %{real_version}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.wfza0B/_old  2022-06-29 16:01:19.080619489 +0200
+++ /var/tmp/diff_new_pack.wfza0B/_new  2022-06-29 16:01:19.084619494 +0200
@@ -1,12 +1,12 @@
 <services>
   <service name="obs_scm" mode="disabled">
    <param name="changesgenerate">enable</param>
-   <param name="versionformat">5.15.2+kde@TAG_OFFSET@</param>
+   <param name="versionformat">5.15.5+kde@TAG_OFFSET@</param>
    <param name="url">https://invent.kde.org/qt/qt/qtserialport.git</param>
    <param name="scm">git</param>
    <param name="filename">qtserialport-everywhere-src</param>
    <param name="revision">kde/5.15</param>
-   <param name="parent-tag">v5.15.2</param>
+   <param name="parent-tag">v5.15.5-lts-lgpl</param>
    <param name="changesgenerate">enable</param>
   </service>
   <service name="set_version" mode="disabled"/>

++++++ qtserialport-everywhere-src-5.15.2+kde2.obscpio -> 
qtserialport-everywhere-src-5.15.5+kde0.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialport-everywhere-src-5.15.2+kde2/.gitignore 
new/qtserialport-everywhere-src-5.15.5+kde0/.gitignore
--- old/qtserialport-everywhere-src-5.15.2+kde2/.gitignore      1970-01-01 
01:00:00.000000000 +0100
+++ new/qtserialport-everywhere-src-5.15.5+kde0/.gitignore      2022-06-02 
22:25:53.000000000 +0200
@@ -0,0 +1,20 @@
+*~
+doc/html
+Makefile
+*.dylib
+*.o
+*.a
+moc_*.cpp
+*.pro.user
+*.moc
+lib*.so
+lib*.so.*
+.qmake.cache
+include/*
+lib/cmake/*
+lib*.la
+lib*.prl
+module-paths/*
+lib/pkgconfig/*
+Makefile.Debug
+Makefile.Release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialport-everywhere-src-5.15.2+kde2/.qmake.conf 
new/qtserialport-everywhere-src-5.15.5+kde0/.qmake.conf
--- old/qtserialport-everywhere-src-5.15.2+kde2/.qmake.conf     2020-10-28 
12:45:55.000000000 +0100
+++ new/qtserialport-everywhere-src-5.15.5+kde0/.qmake.conf     2022-06-02 
22:25:53.000000000 +0200
@@ -2,4 +2,4 @@
 
 DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS QT_NO_LINKED_LIST
 
-MODULE_VERSION = 5.15.3
+MODULE_VERSION = 5.15.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-everywhere-src-5.15.2+kde2/tests/global/.gitignore 
new/qtserialport-everywhere-src-5.15.5+kde0/tests/global/.gitignore
--- old/qtserialport-everywhere-src-5.15.2+kde2/tests/global/.gitignore 
1970-01-01 01:00:00.000000000 +0100
+++ new/qtserialport-everywhere-src-5.15.5+kde0/tests/global/.gitignore 
2022-06-02 22:25:53.000000000 +0200
@@ -0,0 +1,2 @@
+Makefile
+global.pro

++++++ qtserialport-everywhere-src.obsinfo ++++++
--- /var/tmp/diff_new_pack.wfza0B/_old  2022-06-29 16:01:19.308619793 +0200
+++ /var/tmp/diff_new_pack.wfza0B/_new  2022-06-29 16:01:19.312619798 +0200
@@ -1,6 +1,5 @@
 name: qtserialport-everywhere-src
-version: 5.15.2+kde2
-mtime: 1603885555
-commit: 941d1d8560d1f3e40077c251fbde6fd6a5b0f0d4
-
+version: 5.15.5+kde0
+mtime: 1654201553
+commit: 112fcd80658a52e6a2822ec79a7d724d0ad003cf
 

Reply via email to