Hello community,

here is the log from the commit of package libpng16 for openSUSE:Factory 
checked in at 2013-12-02 15:08:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpng16 (Old)
 and      /work/SRC/openSUSE:Factory/.libpng16.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpng16"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpng16/libpng16.changes        2013-11-15 
13:26:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libpng16.new/libpng16.changes   2013-12-02 
15:08:30.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Dec  2 09:35:17 UTC 2013 - [email protected]
+
+- png_fix macro doesn't leave *.png.fixed (which happened for correct
+  PNGs) [bnc#852862]
+
+-------------------------------------------------------------------

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

Other differences:
------------------


++++++ rpm-macros.libpng-tools ++++++
--- /var/tmp/diff_new_pack.MtwOqc/_old  2013-12-02 15:08:31.000000000 +0100
+++ /var/tmp/diff_new_pack.MtwOqc/_new  2013-12-02 15:08:31.000000000 +0100
@@ -12,7 +12,8 @@
     echo "Missing argument in call to %%png_fix: path and name of png file." \
     exit 1 \
   fi \
-  /usr/bin/pngfix %{-q: -qq} --suffix='.fixed' "%1" ||  mv "%1.fixed" "%1" \
+  /usr/bin/pngfix %{-q: -qq} --suffix='.fixed' "%1" || true \
+  mv "%1.fixed" "%1" \
   %nil
 #
 # macro: %png_fix_dir

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to