Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lxqt-qtplugin for openSUSE:Factory checked in at 2022-05-01 20:51:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxqt-qtplugin (Old) and /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-qtplugin" Sun May 1 20:51:11 2022 rev:17 rq:973859 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lxqt-qtplugin/lxqt-qtplugin.changes 2021-11-09 23:54:34.095951336 +0100 +++ /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new.1538/lxqt-qtplugin.changes 2022-05-01 20:51:12.764589472 +0200 @@ -1,0 +2,6 @@ +Thu Apr 28 08:34:50 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Update to 1.1.0: + * Bumped the version to 1.1.0 and updated the dependencies. + +------------------------------------------------------------------- Old: ---- lxqt-qtplugin-1.0.0.tar.xz lxqt-qtplugin-1.0.0.tar.xz.asc New: ---- lxqt-qtplugin-1.1.0.tar.xz lxqt-qtplugin-1.1.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxqt-qtplugin.spec ++++++ --- /var/tmp/diff_new_pack.NdPoHa/_old 2022-05-01 20:51:13.300589962 +0200 +++ /var/tmp/diff_new_pack.NdPoHa/_new 2022-05-01 20:51:13.304589965 +0200 @@ -1,7 +1,7 @@ # # spec file for package lxqt-qtplugin # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: lxqt-qtplugin -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: LXQt platform integration plugin for Qt 5 License: LGPL-2.1-or-later @@ -30,13 +30,13 @@ BuildRequires: gcc-c++ BuildRequires: libQt5Gui-private-headers-devel BuildRequires: libexif-devel -BuildRequires: lxqt-build-tools-devel >= 0.10.0 +BuildRequires: lxqt-build-tools-devel >= 0.11.0 BuildRequires: pkgconfig BuildRequires: cmake(KF5WindowSystem) BuildRequires: pkgconfig(Qt5Gui) >= 5.15.0 BuildRequires: pkgconfig(Qt5UiTools) BuildRequires: pkgconfig(Qt5X11Extras) -BuildRequires: pkgconfig(Qt5Xdg) >= 3.8.0 +BuildRequires: pkgconfig(Qt5Xdg) >= 3.9.0 BuildRequires: pkgconfig(Qt5XdgIconLoader) BuildRequires: pkgconfig(dbusmenu-qt5) BuildRequires: pkgconfig(libfm-qt) >= %{version} ++++++ lxqt-qtplugin-1.0.0.tar.xz -> lxqt-qtplugin-1.1.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-qtplugin-1.0.0/CHANGELOG new/lxqt-qtplugin-1.1.0/CHANGELOG --- old/lxqt-qtplugin-1.0.0/CHANGELOG 2021-11-05 11:03:45.000000000 +0100 +++ new/lxqt-qtplugin-1.1.0/CHANGELOG 2022-04-16 14:31:27.000000000 +0200 @@ -1,3 +1,7 @@ +lxqt-qtplugin-1.1.0 / 2022-04-15 +================================= + * Just bumped the version to 1.1.0 and updated the dependencies. + lxqt-qtplugin-1.0.0 / 2021-11-04 ================================= * Added workarounds for Qt's poor handling of some dark palettes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-qtplugin-1.0.0/CMakeLists.txt new/lxqt-qtplugin-1.1.0/CMakeLists.txt --- old/lxqt-qtplugin-1.0.0/CMakeLists.txt 2021-11-05 11:03:45.000000000 +0100 +++ new/lxqt-qtplugin-1.1.0/CMakeLists.txt 2022-04-16 14:31:27.000000000 +0200 @@ -13,10 +13,10 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON) # Minimum Versions -set(LXQTBT_MINIMUM_VERSION "0.10.0") +set(LXQTBT_MINIMUM_VERSION "0.11.0") set(QT_MINIMUM_VERSION "5.15.0") -set(QTXDG_MINIMUM_VERSION "3.8.0") -set(FMQT_MINIMUM_VERSION "1.0.0") +set(QTXDG_MINIMUM_VERSION "3.9.0") +set(FMQT_MINIMUM_VERSION "1.1.0") find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED) find_package(Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED)