Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package QGnomePlatform for openSUSE:Factory checked in at 2021-07-05 22:23:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/QGnomePlatform (Old) and /work/SRC/openSUSE:Factory/.QGnomePlatform.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "QGnomePlatform" Mon Jul 5 22:23:22 2021 rev:7 rq:904178 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/QGnomePlatform/QGnomePlatform.changes 2021-05-21 21:49:53.690263586 +0200 +++ /work/SRC/openSUSE:Factory/.QGnomePlatform.new.2625/QGnomePlatform.changes 2021-07-05 22:24:09.849172143 +0200 @@ -1,0 +2,11 @@ +Sat Jul 3 20:18:48 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 0.8.0 + + Updated dependency on Adwaita-qt 1.3.0 + + QGnomePlatform now uses CMake instead of QMake + + Window decoration buttons now have hover effect + + Window decoration buttons are now rendered using Adwaita library + + Window decoration border improvements +- Drop fix-qt5-x11-config.patch + +------------------------------------------------------------------- Old: ---- QGnomePlatform-0.7.1.tar.gz fix-qt5-x11-config.patch New: ---- QGnomePlatform-0.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ QGnomePlatform.spec ++++++ --- /var/tmp/diff_new_pack.3zCls3/_old 2021-07-05 22:24:10.213169326 +0200 +++ /var/tmp/diff_new_pack.3zCls3/_new 2021-07-05 22:24:10.217169295 +0200 @@ -19,7 +19,7 @@ Name: QGnomePlatform -Version: 0.7.1 +Version: 0.8.0 Release: 0 Summary: A better Qt application inclusion in GNOME # Most code is LGPL-2.1-or-later but qgtk3dialoghelpers files forked from @@ -29,8 +29,7 @@ URL: https://github.com/FedoraQt/QGnomePlatform/ Source: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: baselibs.conf -# PATCH-FIX-OPENSUSE fix-qt5-x11-config.patch -- x11 requirement is missing from gtk+-x11-3.0 -Patch0: fix-qt5-x11-config.patch +BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libQt5Core-private-headers-devel BuildRequires: libQt5Gui-private-headers-devel @@ -38,10 +37,12 @@ BuildRequires: libqt5-qtwayland-devel BuildRequires: libqt5-qtwayland-private-headers-devel BuildRequires: pkgconfig +BuildRequires: cmake(Qt5ThemeSupport) BuildRequires: pkgconfig(Qt5DBus) >= 5.12 +BuildRequires: pkgconfig(Qt5WaylandClient) >= 5.12 BuildRequires: pkgconfig(Qt5Widgets) >= 5.12 BuildRequires: pkgconfig(Qt5X11Extras) >= 5.12 -BuildRequires: pkgconfig(adwaita-qt) +BuildRequires: pkgconfig(adwaita-qt) >= 1.3.0 BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(gtk+-x11-3.0) BuildRequires: pkgconfig(x11) @@ -61,18 +62,19 @@ %autosetup -p1 %build -%qmake5 -%make_build +%cmake +%cmake_build %install -%qmake5_install +%cmake_install %files %doc README.md %license LICENSE +%{_libdir}/libqgnomeplatform.so %dir %{libqt5_plugindir} %dir %{libqt5_plugindir}/platformthemes -%{libqt5_plugindir}/platformthemes/libqgnomeplatform.so +%{libqt5_plugindir}/platformthemes/libqgnomeplatformtheme.so %{libqt5_plugindir}/wayland-decoration-client/libqgnomeplatformdecoration.so %changelog ++++++ QGnomePlatform-0.7.1.tar.gz -> QGnomePlatform-0.8.0.tar.gz ++++++ ++++ 7200 lines of diff (skipped)