Hello community,

here is the log from the commit of package yast2-theme for openSUSE:Factory 
checked in at 2018-11-10 16:49:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-theme (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-theme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-theme"

Sat Nov 10 16:49:22 2018 rev:160 rq:647019 version:4.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-theme/yast2-theme.changes  2018-11-01 
19:00:13.217994959 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme.changes     
2018-11-10 16:49:39.212472215 +0100
@@ -1,0 +2,8 @@
+Wed Nov  7 09:59:12 CET 2018 - [email protected]
+
+- Update: removing {yast_themedir}/current link of older packages
+  at first of all in order to install links via cpio of the new
+  package (bsc#1114620) 
+- 4.1.5
+
+-------------------------------------------------------------------

Old:
----
  yast2-theme-4.1.4.tar.bz2

New:
----
  yast2-theme-4.1.5.tar.bz2

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

Other differences:
------------------
++++++ yast2-theme.spec ++++++
--- /var/tmp/diff_new_pack.blQplB/_old  2018-11-10 16:49:41.392469454 +0100
+++ /var/tmp/diff_new_pack.blQplB/_new  2018-11-10 16:49:41.432469404 +0100
@@ -19,7 +19,7 @@
 # YaST Oxygen icons maintained by Martin Schlander <martin.schlander () gmail 
! com>
 
 Name:           yast2-theme
-Version:        4.1.4
+Version:        4.1.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -289,6 +289,15 @@
 
 %if 0%{?is_opensuse}
 
+# ../current/icons is a directory in older versions of yast2-branding-openSUSE.
+# While update via cpio this directory cannot be overwritten by a link with 
the same name.
+# This link is provided by the newer versions of yast2-branding-openSUSE. So 
we have to remove
+# the parent directory which is also a link before installing the new package.
+%pre -n yast2-branding-openSUSE
+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
   rm %{yast_themedir}/current/icons

++++++ yast2-theme-4.1.4.tar.bz2 -> yast2-theme-4.1.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-theme-4.1.4/package/yast2-theme.changes 
new/yast2-theme-4.1.5/package/yast2-theme.changes
--- old/yast2-theme-4.1.4/package/yast2-theme.changes   2018-10-16 
17:43:33.000000000 +0200
+++ new/yast2-theme-4.1.5/package/yast2-theme.changes   2018-11-07 
15:44:10.000000000 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Wed Nov  7 09:59:12 CET 2018 - [email protected]
+
+- Update: removing {yast_themedir}/current link of older packages
+  at first of all in order to install links via cpio of the new
+  package (bsc#1114620) 
+- 4.1.5
+
+-------------------------------------------------------------------
 Tue Oct 16 16:06:51 CEST 2018 - [email protected]
 
 - Added license file to spec.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-theme-4.1.4/package/yast2-theme.spec 
new/yast2-theme-4.1.5/package/yast2-theme.spec
--- old/yast2-theme-4.1.4/package/yast2-theme.spec      2018-10-16 
17:43:33.000000000 +0200
+++ new/yast2-theme-4.1.5/package/yast2-theme.spec      2018-11-07 
15:44:10.000000000 +0100
@@ -19,7 +19,7 @@
 
 
 Name:           yast2-theme
-Version:        4.1.4
+Version:        4.1.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -289,6 +289,15 @@
 
 %if 0%{?is_opensuse}
 
+# ../current/icons is a directory in older versions of yast2-branding-openSUSE.
+# While update via cpio this directory cannot be overwritten by a link with 
the same name.
+# This link is provided by the newer versions of yast2-branding-openSUSE. So 
we have to remove
+# the parent directory which is also a link before installing the new package.
+%pre -n yast2-branding-openSUSE
+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
   rm %{yast_themedir}/current/icons


Reply via email to