Hello community, here is the log from the commit of package gnome-icon-theme for openSUSE:Factory checked in at 2018-03-08 10:43:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-icon-theme (Old) and /work/SRC/openSUSE:Factory/.gnome-icon-theme.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-icon-theme" Thu Mar 8 10:43:58 2018 rev:58 rq:582731 version:3.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-icon-theme/gnome-icon-theme.changes 2016-06-03 16:29:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-icon-theme.new/gnome-icon-theme.changes 2018-03-08 10:44:00.634474048 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:28:20 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-icon-theme.spec ++++++ --- /var/tmp/diff_new_pack.xB1huJ/_old 2018-03-08 10:44:01.386446973 +0100 +++ /var/tmp/diff_new_pack.xB1huJ/_new 2018-03-08 10:44:01.386446973 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnome-icon-theme # -# Copyright (c) 2016 SUSE LINUX 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 @@ -20,19 +20,18 @@ Version: 3.12.0 Release: 0 Summary: GNOME Icon Theme -License: LGPL-3.0+ or CC-BY-SA-3.0 +License: LGPL-3.0-or-later OR CC-BY-SA-3.0 Group: System/GUI/GNOME -Url: http://www.gnome.org/ +URL: http://www.gnome.org/ Source: http://download.gnome.org/sources/gnome-icon-theme/3.12/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: icon-naming-utils-devel BuildRequires: intltool -BuildRequires: pkg-config +BuildRequires: pkgconfig # To make sure the icon theme cache gets generated Requires(post): gtk3-tools Provides: %{name}-devel = %{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description @@ -43,10 +42,10 @@ %build %configure -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install -%makeinstall +%make_install # Those folders disappeared in the upgrade from 2.28.0 -> 2.29.0 # FIXME: eventually no application should install any files there mkdir -p %{buildroot}%{_datadir}/icons/gnome/scalable/actions @@ -66,17 +65,14 @@ %icon_theme_cache_create_ghost gnome %fdupes %{buildroot} -%clean -rm -rf %{buildroot} - %post %icon_theme_cache_post gnome # No need for %%icon_theme_cache_postun in %postun since the theme won't exist anymore %files -%defattr(-, root, root) -%doc AUTHORS COPYING COPYING_LGPL COPYING_CCBYSA3 +%license COPYING +%doc AUTHORS COPYING_LGPL COPYING_CCBYSA3 %ghost %{_datadir}/icons/gnome/icon-theme.cache %{_datadir}/icons/gnome/ %{_datadir}/pkgconfig/gnome-icon-theme.pc
