Hello community,
here is the log from the commit of package hicolor-icon-theme-branding-openSUSE
for openSUSE:Factory checked in at 2018-03-08 10:50:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hicolor-icon-theme-branding-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.hicolor-icon-theme-branding-openSUSE.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hicolor-icon-theme-branding-openSUSE"
Thu Mar 8 10:50:51 2018 rev:25 rq:582916 version:42.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/hicolor-icon-theme-branding-openSUSE/hicolor-icon-theme-branding-openSUSE.changes
2015-10-30 21:51:30.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.hicolor-icon-theme-branding-openSUSE.new/hicolor-icon-theme-branding-openSUSE.changes
2018-03-08 10:50:53.403613169 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:33:26 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
Old:
----
hicolor-icon-theme-branding.changes.in
hicolor-icon-theme-branding.spec.in
pre_checkin.sh
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hicolor-icon-theme-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.p4vViE/_old 2018-03-08 10:50:54.055589698 +0100
+++ /var/tmp/diff_new_pack.p4vViE/_new 2018-03-08 10:50:54.055589698 +0100
@@ -1,7 +1,7 @@
#
# spec file for package hicolor-icon-theme-branding-openSUSE
#
-# Copyright (c) 2015 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
@@ -18,24 +18,22 @@
%define build_openSUSE 1
%define build_SLED 0
-
+%define hicolor_icon_theme_version %(rpm -q --qf '%%{version}'
hicolor-icon-theme)
# Do not edit this auto generated file! Edit
hicolor-icon-theme-branding.spec.in.
Name: hicolor-icon-theme-branding-openSUSE
Version: 42.1
Release: 0
Summary: Fallback Icon Theme -- openSUSE Icons
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: System/X11/Utilities
-Url: http://icon-theme.freedesktop.org/wiki/HicolorTheme
+URL: http://icon-theme.freedesktop.org/wiki/HicolorTheme
Source0: suse-icon.tar.bz2
Source1: COPYING
BuildRequires: hicolor-icon-theme
-%define hicolor_icon_theme_version %(rpm -q --qf '%%{version}'
hicolor-icon-theme)
Requires: hicolor-icon-theme = %{hicolor_icon_theme_version}
-Provides: hicolor-icon-theme-branding = %{hicolor_icon_theme_version}
-Conflicts: otherproviders(hicolor-icon-theme-branding)
Supplements: packageand(hicolor-icon-theme:branding-openSUSE)
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Conflicts: hicolor-icon-theme-branding
+Provides: hicolor-icon-theme-branding = %{hicolor_icon_theme_version}
BuildArch: noarch
%description
@@ -52,12 +50,9 @@
%install
for size in 16 22 32 48; do
- install -D -m 0644 suse${size}.png
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${size}x${size}/apps/distributor.png
+ install -D -m 0644 suse${size}.png
%{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/distributor.png
done
-install -D -m 0644 suse.svg
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/distributor.svg
-
-%clean
-rm -rf %{buildroot}
+install -D -m 0644 suse.svg
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/distributor.svg
%post
%icon_theme_cache_post
@@ -66,8 +61,7 @@
%icon_theme_cache_postun
%files
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
%{_datadir}/icons/hicolor/*/*/*.*
%changelog