Hello community,

here is the log from the commit of package optipng for openSUSE:Factory
checked in at Fri Mar 4 09:38:06 CET 2011.



--------
--- optipng/optipng.changes     2010-08-23 16:48:56.000000000 +0200
+++ /mounts/work_src_done/STABLE/optipng/optipng.changes        2011-03-03 
13:03:16.000000000 +0100
@@ -1,0 +2,9 @@
+Thu Mar  3 12:07:53 CET 2011 - [email protected]
+
+- updated to 0.6.5:
+  * Fixed processing of PNG files with chunks of size 0.
+  * Fixed a display error in the TIFF import.
+  * Improved checking of the arguments of -f, -zc, -zm and -zs.
+  * Removed quirks from the rangeset option argument syntax.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  optipng-0.6.4.tar.bz2

New:
----
  optipng-0.6.5.tar.bz2

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

Other differences:
------------------
++++++ optipng.spec ++++++
--- /var/tmp/diff_new_pack.FZ4Ke6/_old  2011-03-04 09:25:49.000000000 +0100
+++ /var/tmp/diff_new_pack.FZ4Ke6/_new  2011-03-04 09:25:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package optipng (Version 0.6.4)
+# spec file for package optipng
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -23,7 +23,7 @@
 License:        Zlib
 Group:          Productivity/Archiving/Compression
 Summary:        A PNG File Compressor
-Version:        0.6.4
+Version:        0.6.5
 Release:        1
 Url:            http://optipng.sourceforge.net/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ optipng-0.6.4.tar.bz2 -> optipng-0.6.5.tar.bz2 ++++++
++++ 37382 lines of diff (skipped)

++++++ optipng-libpng14.patch ++++++
--- /var/tmp/diff_new_pack.FZ4Ke6/_old  2011-03-04 09:25:49.000000000 +0100
+++ /var/tmp/diff_new_pack.FZ4Ke6/_new  2011-03-04 09:25:49.000000000 +0100
@@ -1,7 +1,7 @@
-Index: optipng-0.6.4/src/pngpriv.h
+Index: optipng-0.6.5/src/pngpriv.h
 ===================================================================
 --- /dev/null
-+++ optipng-0.6.4/src/pngpriv.h
++++ optipng-0.6.5/src/pngpriv.h
 @@ -0,0 +1,24 @@
 +#if PNG_LIBPNG_VER >= 10400
 +#define PNG_FILLER              0x8000L
@@ -27,17 +27,32 @@
 +       }
 +#endif
 +
-Index: optipng-0.6.4/src/opngoptim.c
+Index: optipng-0.6.5/src/cexcept.h
 ===================================================================
---- optipng-0.6.4.orig/src/opngoptim.c
-+++ optipng-0.6.4/src/opngoptim.c
-@@ -23,6 +23,9 @@
- #include "cexcept.h"
- #include "cbitset.h"
- #include "osys.h"
-+#if PNG_LIBPNG_VER >= 10400
-+#include "pngpriv.h"
-+#endif
+--- optipng-0.6.5.orig/src/cexcept.h
++++ optipng-0.6.5/src/cexcept.h
+@@ -191,7 +191,7 @@ is subject to change.
+ #define CEXCEPT_H
+ 
+ 
+-#include <setjmp.h>
++#include <pngconf.h>
+ 
+ #define define_exception_type(etype) \
+ struct exception_context { \
+Index: optipng-0.6.5/src/opngreduc.c
+===================================================================
+--- optipng-0.6.5.orig/src/opngreduc.c
++++ optipng-0.6.5/src/opngreduc.c
+@@ -25,9 +25,9 @@
+ #include "opngreduc.h"
  
+ #if PNG_LIBPNG_VER >= 10400
+-#ifdef PNG_USER_PRIVATEBUILD
++/*#ifdef PNG_USER_PRIVATEBUILD*/
+ #include "pngpriv.h"
+-#endif
++/*#endif*/
+ #endif
  
- /*
+ #ifndef OPNG_ASSERT


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



Remember to have fun...

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

Reply via email to