Hello community,

here is the log from the commit of package python-mutagen for openSUSE:Factory 
checked in at 2014-11-15 11:40:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mutagen (Old)
 and      /work/SRC/openSUSE:Factory/.python-mutagen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mutagen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mutagen/python-mutagen.changes    
2013-10-17 17:45:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-mutagen.new/python-mutagen.changes       
2014-11-15 12:25:51.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 20:48:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-mutagen.spec ++++++
--- /var/tmp/diff_new_pack.T6RD5u/_old  2014-11-15 12:25:52.000000000 +0100
+++ /var/tmp/diff_new_pack.T6RD5u/_new  2014-11-15 12:25:52.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mutagen
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -77,18 +77,16 @@
 %pre
 # Since binaries became ghosted to be used with update-alternatives, we have 
to get rid
 # of the old binary resulting from the non-update-alternativies-ified package:
-[[ ! -L %{_bindir}/mid3iconv ]] && rm -f %{_bindir}/mid3iconv
-[[ ! -L %{_bindir}/mid3v2 ]] && rm -f %{_bindir}/mid3v2  
-[[ ! -L %{_bindir}/moggsplit ]] && rm -f %{_bindir}/moggsplit
-[[ ! -L %{_bindir}/mutagen-inspect ]] && rm -f %{_bindir}/mutagen-inspect
-[[ ! -L %{_bindir}/mutagen-pony ]] && rm -f %{_bindir}/mutagen-pony
-[[ ! -L %{_mandir}/man1/mid3iconv.1.gz ]] && rm -f 
%{_mandir}/man1/mid3iconv.1.gz
-[[ ! -L %{_mandir}/man1/mid3v2.1.gz ]] && rm -f %{_mandir}/man1/mid3v2.1.gz
-[[ ! -L %{_mandir}/man1/moggsplit.1.gz ]] && rm -f 
%{_mandir}/man1/moggsplit.1.gz
-[[ ! -L %{_mandir}/man1/mutagen-inspect.1.gz ]] && rm -f 
%{_mandir}/man1/mutagen-inspect.1.gz
-[[ ! -L %{_mandir}/man1/mutagen-pony.1.gz ]] && rm -f 
%{_mandir}/man1/mutagen-pony.1.gz
-
-exit 0
+[ -h %{_bindir}/mid3iconv ] || rm -f %{_bindir}/mid3iconv
+[ -h %{_bindir}/mid3v2 ] || rm -f %{_bindir}/mid3v2
+[ -h %{_bindir}/moggsplit ] || rm -f %{_bindir}/moggsplit
+[ -h %{_bindir}/mutagen-inspect ] || rm -f %{_bindir}/mutagen-inspect
+[ -h %{_bindir}/mutagen-pony ] || rm -f %{_bindir}/mutagen-pony
+[ -h %{_mandir}/man1/mid3iconv.1.gz ] || rm -f %{_mandir}/man1/mid3iconv.1.gz
+[ -h %{_mandir}/man1/mid3v2.1.gz ] || rm -f %{_mandir}/man1/mid3v2.1.gz
+[ -h %{_mandir}/man1/moggsplit.1.gz ] || rm -f %{_mandir}/man1/moggsplit.1.gz
+[ -h %{_mandir}/man1/mutagen-inspect.1.gz ] || rm -f 
%{_mandir}/man1/mutagen-inspect.1.gz
+[ -h %{_mandir}/man1/mutagen-pony.1.gz ] || rm -f 
%{_mandir}/man1/mutagen-pony.1.gz
 
 %post
 update-alternatives \

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

Reply via email to