Hello community, here is the log from the commit of package yast2-theme for openSUSE:Factory checked in at 2018-11-01 19:00:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-theme (Old) and /work/SRC/openSUSE:Factory/.yast2-theme.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-theme" Thu Nov 1 19:00:09 2018 rev:159 rq:642422 version:4.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-theme/yast2-theme.changes 2018-08-10 09:47:49.218080829 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme.changes 2018-11-01 19:00:13.217994959 +0100 @@ -1,0 +2,33 @@ +Tue Oct 16 16:06:51 CEST 2018 - [email protected] + +- Added license file to spec. + +------------------------------------------------------------------- +Sun Sep 30 00:40:53 CEST 2018 - [email protected] + +- Changed icons to Gnome spec (boo#1110241) +- Added hicolor/scalable/devices (boo#1109382) +- New files in devices directory have been named according + to the suggested schema (boo#1110236) +- Optipng'd all the pngs and scroted all new icons for + space saving +- 4.1.4 + +------------------------------------------------------------------- +Tue Sep 18 09:59:20 CEST 2018 - [email protected] + +- Add KDE PIM icon (boo#1107103) +- 4.1.3 + +------------------------------------------------------------------- +Fri Sep 14 11:01:56 CEST 2018 - [email protected] + +- Unify icon location for SLES and OpenSUSE (bsc#1104067). +- 4.1.2 + +------------------------------------------------------------------- +Mon Aug 20 11:11:52 CEST 2018 - [email protected] + +- Switched license in spec file from SPDX2 to SPDX3 format. + +------------------------------------------------------------------- Old: ---- yast2-theme-4.1.1.tar.bz2 New: ---- yast2-theme-4.1.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-theme.spec ++++++ --- /var/tmp/diff_new_pack.Hzvdg5/_old 2018-11-01 19:00:13.753995005 +0100 +++ /var/tmp/diff_new_pack.Hzvdg5/_new 2018-11-01 19:00:13.757995006 +0100 @@ -19,7 +19,7 @@ # YaST Oxygen icons maintained by Martin Schlander <martin.schlander () gmail ! com> Name: yast2-theme -Version: 4.1.1 +Version: 4.1.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -35,7 +35,7 @@ %endif BuildArch: noarch Summary: YaST2 - Theme -License: GPL-2.0 +License: GPL-2.0-only Group: System/YaST Url: http://github.com/yast/yast-theme @@ -66,8 +66,8 @@ Group: System/YaST Supplements: packageand(yast2:plasma5-session) PreReq: /bin/ln +PreReq: yast2-branding-openSUSE = %{version} Conflicts: yast2-theme-SLE -Requires: yast2-branding-openSUSE = %{version} Provides: yast2-theme-openSUSE-Oxygen = %{version} Obsoletes: yast2-theme-openSUSE-Oxygen < %{version} @@ -82,11 +82,13 @@ %package SLE Summary: YaST2 - SLE Theme Group: System/YaST -Provides: yast2-theme-NLD = 0.4.6 Provides: yast2_theme = %{version} -Obsoletes: yast2-theme-NLD <= 0.4.5 Conflicts: yast2-theme-openSUSE Conflicts: yast2-theme-openSUSE-Oxygen +Conflicts: yast2-branding-openSUSE +Conflicts: yast2-branding-openSUSE-Oxygen +Obsoletes: yast2-branding-openSUSE +Obsoletes: yast2-branding-openSUSE-Oxygen PreReq: /bin/ln %description SLE @@ -130,10 +132,11 @@ mv $RPM_BUILD_ROOT%{yast_themedir}/SLE $RPM_BUILD_ROOT%{yast_themedir}/current -mv $RPM_BUILD_ROOT/usr/share/icons/hicolor $RPM_BUILD_ROOT/usr/share/YaST2/theme/current/icons/ +# let's take hicolor icons for yast +ln -s /usr/share/icons/hicolor $RPM_BUILD_ROOT%{yast_themedir}/current/icons -# remove all icons that were not part of RC2 to avoid information leak -pushd $RPM_BUILD_ROOT/usr/share/YaST2/theme/current/icons/ +# remove unneeded icons +pushd $RPM_BUILD_ROOT/usr/share/icons/hicolor rm -rf 256x256 rm 16x16/apps/pattern-enlightenment.png rm 16x16/apps/pattern-lxde.png @@ -277,23 +280,6 @@ popd -# -# make icons available to GNOME control center (hicolor theme) -# (bug #166008) -mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/22x22/apps -mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/32x32/apps -mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/48x48/apps -mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/64x64/apps - -for dir in 22x22 32x32 48x48 64x64; do - cd $RPM_BUILD_ROOT/%{yast_themedir}/current/icons/$dir/apps - icons=$(ls *.png) - cd $RPM_BUILD_ROOT/usr/share/icons/hicolor/$dir/apps - for icon in $icons; do - [ -e $icon ] || ln -s %{yast_themedir}/current/icons/$dir/apps/$icon . - done -done - # remove KDE icons - they are incomplete and only interesting for openSUSE rm -rf $RPM_BUILD_ROOT/usr/share/icons/{crystal,oxygen} %endif @@ -302,11 +288,6 @@ %fdupes $RPM_BUILD_ROOT/usr/share/icons %if 0%{?is_opensuse} -%pre -n yast2-branding-openSUSE -# used to be a symlink, we need to remove it so rpm can update to the directory -if test -L %{yast_themedir}/current ; then - rm %{yast_themedir}/current -fi %post -n yast2-branding-openSUSE-Oxygen if test -L %{yast_themedir}/current/icons ; then @@ -315,6 +296,7 @@ ln -s /usr/share/icons/oxygen %{yast_themedir}/current/icons %postun -n yast2-branding-openSUSE-Oxygen +# yast2-branding-openSUSE is still there, so we have to reset the link to higcolor if test -L %{yast_themedir}/current/icons ; then rm %{yast_themedir}/current/icons fi @@ -327,6 +309,7 @@ %config %{_sysconfdir}/icewm /usr/share/icons/* %doc %{yast_docdir}-openSUSE +%license COPYING %files -n yast2-branding-openSUSE-Oxygen %dir /usr/share/doc/packages/yast2-theme/ @@ -334,12 +317,6 @@ %else -%pre SLE -# used to be a symlink, we need to remove it so rpm can update to the directory -if test -L %{yast_themedir}/current ; then - rm %{yast_themedir}/current -fi - %files SLE %defattr(-,root,root) %dir %{yast_themedir} ++++++ yast2-theme-4.1.1.tar.bz2 -> yast2-theme-4.1.4.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/yast2-theme/yast2-theme-4.1.1.tar.bz2 /work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme-4.1.4.tar.bz2 differ: char 11, line 1
