Hello community, here is the log from the commit of package branding-openSUSE for openSUSE:Factory checked in at 2014-11-19 20:24:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/branding-openSUSE (Old) and /work/SRC/openSUSE:Factory/.branding-openSUSE.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "branding-openSUSE" Changes: -------- --- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes 2014-11-01 08:13:57.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 2014-11-19 20:27:09.000000000 +0100 @@ -1,0 +2,10 @@ +Thu Nov 13 08:49:11 UTC 2014 - [email protected] + +- Update the tarball to fix the kde-branding patches for KDE 4.14.3 + +------------------------------------------------------------------- +Sat Nov 08 06:12:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in post/postun script + +------------------------------------------------------------------- kde-branding-openSUSE.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ branding-openSUSE.spec ++++++ --- /var/tmp/diff_new_pack.HyCrw5/_old 2014-11-19 20:27:12.000000000 +0100 +++ /var/tmp/diff_new_pack.HyCrw5/_new 2014-11-19 20:27:12.000000000 +0100 @@ -258,7 +258,7 @@ %post -n plymouth-branding-openSUSE export LIB=%{_libdir} OTHEME="$(%{_sbindir}/plymouth-set-default-theme)" -if [ "$OTHEME" == "text" -o "$OTHEME" == "openSUSE" -o "$OTHEME" == "basedonopensuse" ]; then +if [ "$OTHEME" = "text" -o "$OTHEME" = "openSUSE" -o "$OTHEME" = "basedonopensuse" ]; then if [ ! -e /.buildenv ]; then %{_sbindir}/plymouth-set-default-theme -R openSUSE else @@ -269,7 +269,7 @@ %postun -n plymouth-branding-openSUSE if [ $1 -eq 0 ]; then export LIB=%{_libdir} - if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "openSUSE" ]; then + if [ "$(%{_sbindir}/plymouth-set-default-theme)" = "openSUSE" ]; then %{_sbindir}/plymouth-set-default-theme -R --reset fi fi ++++++ openSUSE.tar.xz ++++++ /work/SRC/openSUSE:Factory/branding-openSUSE/openSUSE.tar.xz /work/SRC/openSUSE:Factory/.branding-openSUSE.new/openSUSE.tar.xz differ: char 26, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
