Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libqt5xdg for openSUSE:Factory 
checked in at 2023-11-07 21:26:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5xdg (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5xdg.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5xdg"

Tue Nov  7 21:26:02 2023 rev:20 rq:1123564 version:3.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5xdg/libqt5xdg.changes      2023-04-20 
15:15:12.038157683 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5xdg.new.17445/libqt5xdg.changes   
2023-11-07 21:26:35.476027924 +0100
@@ -1,0 +2,6 @@
+Sun Nov  5 14:27:40 UTC 2023 - Michael Vetter <[email protected]>
+
+- Update to 3.12.0:
+  * Just corrected a typo and bumped the version.
+
+-------------------------------------------------------------------

Old:
----
  libqtxdg-3.11.0.tar.xz
  libqtxdg-3.11.0.tar.xz.asc

New:
----
  libqtxdg-3.12.0.tar.xz
  libqtxdg-3.12.0.tar.xz.asc

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

Other differences:
------------------
++++++ libqt5xdg.spec ++++++
--- /var/tmp/diff_new_pack.yyi8Ht/_old  2023-11-07 21:26:36.920081100 +0100
+++ /var/tmp/diff_new_pack.yyi8Ht/_new  2023-11-07 21:26:36.936081689 +0100
@@ -18,7 +18,7 @@
 
 %define _name libqtxdg
 Name:           libqt5xdg
-Version:        3.11.0
+Version:        3.12.0
 Release:        0
 Summary:        Qt implementation of xdg specs for lxqt
 License:        GPL-3.0-only


++++++ libqtxdg-3.11.0.tar.xz -> libqtxdg-3.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libqtxdg-3.11.0/CHANGELOG 
new/libqtxdg-3.12.0/CHANGELOG
--- old/libqtxdg-3.11.0/CHANGELOG       2023-04-15 16:55:03.000000000 +0200
+++ new/libqtxdg-3.12.0/CHANGELOG       2023-11-05 11:36:40.000000000 +0100
@@ -1,3 +1,7 @@
+libqtxdg-3.12.0 / 2023-11-05
+============================
+ * Fixed a typo and bumped the version.
+
 libqtxdg-3.11.0 / 2023-04-15
 ============================
  * Fixed file association with symlink desktop entries.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libqtxdg-3.11.0/CMakeLists.txt 
new/libqtxdg-3.12.0/CMakeLists.txt
--- old/libqtxdg-3.11.0/CMakeLists.txt  2023-04-15 16:55:03.000000000 +0200
+++ new/libqtxdg-3.12.0/CMakeLists.txt  2023-11-05 11:36:40.000000000 +0100
@@ -14,7 +14,7 @@
 set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" 
"${CMAKE_CURRENT_SOURCE_DIR}/cmake")
 
 set(QTXDG_MAJOR_VERSION 3)
-set(QTXDG_MINOR_VERSION 11)
+set(QTXDG_MINOR_VERSION 12)
 set(QTXDG_PATCH_VERSION 0)
 set(QTXDG_VERSION_STRING 
${QTXDG_MAJOR_VERSION}.${QTXDG_MINOR_VERSION}.${QTXDG_PATCH_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libqtxdg-3.11.0/util/qtxdg-desktop-file-start.cpp 
new/libqtxdg-3.12.0/util/qtxdg-desktop-file-start.cpp
--- old/libqtxdg-3.11.0/util/qtxdg-desktop-file-start.cpp       2023-04-15 
16:55:03.000000000 +0200
+++ new/libqtxdg-3.12.0/util/qtxdg-desktop-file-start.cpp       2023-11-05 
11:36:40.000000000 +0100
@@ -41,7 +41,7 @@
     parser.setApplicationDescription(QLatin1String("QtXdg XdgDesktopFile start 
Tester"));
     parser.addHelpOption();
     parser.addVersionOption();
-    parser.addPositionalArgument(QLatin1String("file [urls...]"), 
QLatin1String("desktop file to start and it's urls"),QLatin1String("file 
[urls...]"));
+    parser.addPositionalArgument(QLatin1String("file [urls...]"), 
QLatin1String("desktop file to start and its urls"),QLatin1String("file 
[urls...]"));
     parser.process(app);
 
     if (parser.positionalArguments().isEmpty()) {

Reply via email to