Hello community,

here is the log from the commit of package gtk2-metatheme-sonar for 
openSUSE:Factory checked in at 2018-03-09 10:39:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk2-metatheme-sonar (Old)
 and      /work/SRC/openSUSE:Factory/.gtk2-metatheme-sonar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtk2-metatheme-sonar"

Fri Mar  9 10:39:35 2018 rev:32 rq:582776 version:unknown

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gtk2-metatheme-sonar/gtk2-metatheme-sonar.changes    
    2014-07-25 09:09:03.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gtk2-metatheme-sonar.new/gtk2-metatheme-sonar.changes
   2018-03-09 10:39:38.877692265 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:32:19 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gtk2-metatheme-sonar.spec ++++++
--- /var/tmp/diff_new_pack.usQnXb/_old  2018-03-09 10:39:39.501669796 +0100
+++ /var/tmp/diff_new_pack.usQnXb/_new  2018-03-09 10:39:39.505669652 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtk2-metatheme-sonar
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,12 @@
 #
 
 
+%define _icon_version 11.3.1
 Name:           gtk2-metatheme-sonar
 Version:        11.3.0
 Release:        0
-%define _icon_version 11.3.1
 Summary:        GTK+ and Metacity Sonar Theme
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
 Source0:        metatheme-Sonar-%{version}.tar.bz2
 Source1:        icon-theme-sonar-%{_icon_version}.tar.bz2
@@ -32,11 +32,10 @@
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  icon-naming-utils
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 Requires:       gtk2-engine-murrine
 Requires:       metatheme-sonar-common = %{version}
 Enhances:       gtk2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -73,7 +72,7 @@
 %build
 pushd icon-theme-sonar-%{_icon_version}
 %configure
-%__make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 popd
 
 %install
@@ -81,25 +80,20 @@
 cp -a gtk-2.0 metacity-1 index.theme %{buildroot}%{_datadir}/themes/Sonar/
 # install icons
 pushd icon-theme-sonar-%{_icon_version}
-%makeinstall
+%make_install
 popd
-%icon_theme_cache_create_ghost Sonar
+%{icon_theme_cache_create_ghost Sonar}
 %fdupes %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %post -n sonar-icon-theme
 %icon_theme_cache_post Sonar
 
 # No need for %%icon_theme_cache_postun in %postun since the theme won't exist 
anymore
 
 %files
-%defattr(-, root, root)
 %{_datadir}/themes/Sonar/gtk-2.0/
 
 %files -n metatheme-sonar-common
-%defattr(-, root, root)
 %doc AUTHORS
 %dir %{_datadir}/themes/Sonar
 %{_datadir}/themes/Sonar/index.theme
@@ -107,7 +101,8 @@
 
 %files -n sonar-icon-theme
 %defattr (644, root, root, 755)
-%doc icon-theme-sonar-%{_icon_version}/AUTHORS 
icon-theme-sonar-%{_icon_version}/COPYING 
icon-theme-sonar-%{_icon_version}/NEWS icon-theme-sonar-%{_icon_version}/README
+%license icon-theme-sonar-%{_icon_version}/COPYING
+%doc icon-theme-sonar-%{_icon_version}/AUTHORS 
icon-theme-sonar-%{_icon_version}/NEWS icon-theme-sonar-%{_icon_version}/README
 %ghost %{_datadir}/icons/Sonar/icon-theme.cache
 %{_datadir}/icons/Sonar/
 


Reply via email to