Hello community,

here is the log from the commit of package yast2-theme for openSUSE:Factory 
checked in at 2014-09-12 15:25:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-theme (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-theme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-theme"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-theme/yast2-theme.changes  2014-09-03 
12:50:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme.changes     
2014-09-12 15:25:20.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Sep 10 11:52:33 UTC 2014 - co...@suse.com
+
+- workaround for rpm's inability to update from symlink to directory
+- 3.1.31
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-theme-SLE.spec ++++++
--- /var/tmp/diff_new_pack.TrbOSP/_old  2014-09-12 15:25:21.000000000 +0200
+++ /var/tmp/diff_new_pack.TrbOSP/_new  2014-09-12 15:25:21.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-theme-SLE
-Version:        3.1.30
+Version:        3.1.31
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-theme.spec ++++++
--- /var/tmp/diff_new_pack.TrbOSP/_old  2014-09-12 15:25:21.000000000 +0200
+++ /var/tmp/diff_new_pack.TrbOSP/_new  2014-09-12 15:25:21.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-theme
-Version:        3.1.30
+Version:        3.1.31
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -82,6 +82,12 @@
 %fdupes $RPM_BUILD_ROOT%{yast_themedir}
 %fdupes $RPM_BUILD_ROOT/usr/share/icons
 
+%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
+
 %files -n yast2-branding-openSUSE
 %defattr(-,root,root)
 %dir %{yast_themedir}

++++++ yast2-theme-3.1.30.tar.bz2 -> yast2-theme-3.1.31.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/yast2-theme/yast2-theme-3.1.30.tar.bz2 
/work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme-3.1.31.tar.bz2 differ: 
char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to