Hello community, here is the log from the commit of package adwaita-qt for openSUSE:Factory checked in at 2020-02-04 19:56:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/adwaita-qt (Old) and /work/SRC/openSUSE:Factory/.adwaita-qt.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "adwaita-qt" Tue Feb 4 19:56:37 2020 rev:5 rq:769943 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/adwaita-qt/adwaita-qt.changes 2019-10-07 14:14:24.450841815 +0200 +++ /work/SRC/openSUSE:Factory/.adwaita-qt.new.26092/adwaita-qt.changes 2020-02-04 19:56:43.825439784 +0100 @@ -1,0 +2,6 @@ +Mon Feb 3 13:22:05 UTC 2020 - Stasiek Michalski <[email protected]> + +- Update to 1.1.1 + * Stability fixes + +------------------------------------------------------------------- Old: ---- 1.1.0.tar.gz adwaita-qt-upstream-fixes.patch New: ---- adwaita-qt-1.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ adwaita-qt.spec ++++++ --- /var/tmp/diff_new_pack.4fJd7I/_old 2020-02-04 19:56:45.149440556 +0100 +++ /var/tmp/diff_new_pack.4fJd7I/_new 2020-02-04 19:56:45.153440558 +0100 @@ -23,15 +23,13 @@ %bcond_with qt4 %endif Name: adwaita-qt -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: Adwaita theme for Qt-based applications License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/GUI/GNOME URL: https://github.com/FedoraQt/adwaita-qt -Source0: %{url}/archive/%{version}.tar.gz -# PATCH-FIX-UPSTREAM adwaita-qt-upstream-fixes.patch -- Pull in latest fixes from upstream -Patch0: adwaita-qt-upstream-fixes.patch +Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: fdupes @@ -46,7 +44,7 @@ %package -n adwaita-qt4 Summary: Adwaita Qt4 theme Group: System/GUI/GNOME -Supplements: packageand(libqt4:gnome-session) +Supplements: (libqt4 and gnome-session) %description -n adwaita-qt4 Adwaita theme variant for applications utilizing Qt4 @@ -54,7 +52,7 @@ %package -n adwaita-qt5 Summary: Adwaita Qt5 theme Group: System/GUI/GNOME -Supplements: packageand(libQt5Core5:gnome-session) +Supplements: (libQt5Core5 and gnome-session) %description -n adwaita-qt5 Adwaita theme variant for applications utilizing Qt5 @@ -66,7 +64,7 @@ %if %{with qt4} # Qt4 build and install %cmake -DUSE_QT4=ON -make %{?_smp_mflags} +%make_build cd .. %cmake_install %endif @@ -74,7 +72,7 @@ # Qt5 build rm -rf build %cmake -DUSE_QT4=OFF -make %{?_smp_mflags} +%make_build %install # Qt5 install @@ -82,7 +80,6 @@ %if %{with qt4} %files -n adwaita-qt4 -%defattr(-,root,root) %license LICENSE.LGPL2 %doc README.md %dir %{_libdir}/qt4/plugins/styles @@ -90,7 +87,6 @@ %endif %files -n adwaita-qt5 -%defattr(-,root,root) %license LICENSE.LGPL2 %doc README.md %dir %{_libdir}/qt5/plugins/styles
