Hello community,

here is the log from the commit of package adwaita-qt for openSUSE:Factory 
checked in at 2019-04-18 09:57:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adwaita-qt (Old)
 and      /work/SRC/openSUSE:Factory/.adwaita-qt.new.17052 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adwaita-qt"

Thu Apr 18 09:57:07 2019 rev:2 rq:695288 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/adwaita-qt/adwaita-qt.changes    2018-02-23 
15:29:10.007891019 +0100
+++ /work/SRC/openSUSE:Factory/.adwaita-qt.new.17052/adwaita-qt.changes 
2019-04-18 09:57:10.101369369 +0200
@@ -1,0 +2,5 @@
+Wed Apr 17 12:28:36 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Only build the -Qt4 variant up to suse_version 1500.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ adwaita-qt.spec ++++++
--- /var/tmp/diff_new_pack.ZTEEhQ/_old  2019-04-18 09:57:10.745369774 +0200
+++ /var/tmp/diff_new_pack.ZTEEhQ/_new  2019-04-18 09:57:10.745369774 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package adwaita-qt
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Bjørn Lie, Bryne, Norway.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,31 +13,29 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-# Allow to disable qt4
-%if 0%{?is_opensuse} || 0%{?is_backports} || 0%{?suse_version} < 1500
+
+%if (0%{?is_opensuse} && 0%{?suse_version} < 1500) || 0%{?is_backports}
 %bcond_without qt4
 %else
 %bcond_with qt4
 %endif
-
 Name:           adwaita-qt
 Version:        1.0
 Release:        0
 Summary:        Adwaita theme for Qt-based applications
-License:        GPL-2.0+ and LGPL-2.1+
+License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/GUI/GNOME
-Url:            https://github.com/MartinBriza/adwaita-qt
+URL:            https://github.com/MartinBriza/adwaita-qt
 Source0:        
https://github.com/MartinBriza/adwaita-qt/archive/%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  fdupes
+BuildRequires:  libqt5-qtbase-devel
 %if %{with qt4}
 BuildRequires:  libqt4-devel
 %endif
-BuildRequires:  libqt5-qtbase-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Theme to let Qt applications fit nicely into GNOME desktop.


Reply via email to