Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qtxdg-tools for openSUSE:Factory checked in at 2025-11-06 18:14:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qtxdg-tools (Old) and /work/SRC/openSUSE:Factory/.qtxdg-tools.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qtxdg-tools" Thu Nov 6 18:14:06 2025 rev:8 rq:1315865 version:4.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qtxdg-tools/qtxdg-tools.changes 2025-04-22 17:27:10.792303290 +0200 +++ /work/SRC/openSUSE:Factory/.qtxdg-tools.new.1980/qtxdg-tools.changes 2025-11-06 18:16:32.043863007 +0100 @@ -1,0 +2,6 @@ +Wed Nov 5 16:16:44 UTC 2025 - Shawn Dunn <[email protected]> + +- Update to 4.3.0: + * Bumped the version and dependencies + +------------------------------------------------------------------- Old: ---- qtxdg-tools-4.2.0.tar.xz qtxdg-tools-4.2.0.tar.xz.asc New: ---- qtxdg-tools-4.3.0.tar.xz qtxdg-tools-4.3.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qtxdg-tools.spec ++++++ --- /var/tmp/diff_new_pack.0TxnvM/_old 2025-11-06 18:16:32.603886696 +0100 +++ /var/tmp/diff_new_pack.0TxnvM/_new 2025-11-06 18:16:32.603886696 +0100 @@ -17,7 +17,7 @@ Name: qtxdg-tools -Version: 4.2.0 +Version: 4.3.0 Release: 0 Summary: User tools for libqtxg License: LGPL-2.1-or-later ++++++ qtxdg-tools-4.2.0.tar.xz -> qtxdg-tools-4.3.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtxdg-tools-4.2.0/CHANGELOG new/qtxdg-tools-4.3.0/CHANGELOG --- old/qtxdg-tools-4.2.0/CHANGELOG 2025-04-17 10:33:20.000000000 +0200 +++ new/qtxdg-tools-4.3.0/CHANGELOG 2025-11-05 12:11:48.000000000 +0100 @@ -1,3 +1,7 @@ +qtxdg-tools-4.3.0 / 2025-11-05 +=============================== + * Bumped the version and dependencies. + qtxdg-tools-4.2.0 / 2025-04-17 =============================== * Modernized the strings by using `QLatin1StringView` and string operators. Also, removed the `xdgmacros` header. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtxdg-tools-4.2.0/CMakeLists.txt new/qtxdg-tools-4.3.0/CMakeLists.txt --- old/qtxdg-tools-4.2.0/CMakeLists.txt 2025-04-17 10:33:20.000000000 +0200 +++ new/qtxdg-tools-4.3.0/CMakeLists.txt 2025-11-05 12:11:48.000000000 +0100 @@ -7,12 +7,12 @@ project(qtxdg-tools) set(QTXDG_TOOLS_MAJOR_VERSION 4) -set(QTXDG_TOOLS_MINOR_VERSION 2) +set(QTXDG_TOOLS_MINOR_VERSION 3) set(QTXDG_TOOLS_PATCH_VERSION 0) set(QTXDG_TOOLS_VERSION_STRING ${QTXDG_TOOLS_MAJOR_VERSION}.${QTXDG_TOOLS_MINOR_VERSION}.${QTXDG_TOOLS_PATCH_VERSION}) -set(LXQTBT_MINIMUM_VERSION "2.2.0") -set(QTXDG_MINIMUM_VERSION "4.2.0") +set(LXQTBT_MINIMUM_VERSION "2.3.0") +set(QTXDG_MINIMUM_VERSION "4.3.0") set(QT_MINIMUM_VERSION "6.6.0") find_package(lxqt2-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
