Hello community,

here is the log from the commit of package libpng15 for openSUSE:Factory 
checked in at 2012-10-07 19:52:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpng15 (Old)
 and      /work/SRC/openSUSE:Factory/.libpng15.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpng15", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpng15/libpng15.changes        2012-09-25 
14:17:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libpng15.new/libpng15.changes   2012-10-07 
19:53:32.000000000 +0200
@@ -1,0 +2,18 @@
+Thu Sep 27 12:42:29 UTC 2012 - [email protected]
+
+- updated to 1.5.13:
+  Do not compile PNG_DEPRECATED, PNG_ALLOC and PNG_PRIVATE when __GNUC__ < 3.
+  Removed references to png_zalloc() and png_zfree() from the manual.
+  Revised PNG_FP_EXPORT and PNG_FIXED_EXPORT macros to avoid generating
+    lone semicolons (patch ported from libpng-1.6.0beta11).
+  Corrected handling of the image array and the row_pointers array in example.
+  When png_set_filler is used to strip a filler channel during write, the
+    code prior to 1.5 would ignore the case where the output required an
+    alpha channel or when the output was a palettized PNG.  In libpng-1.5 the
+    ignorance was lost and libpng proceeded to strip the channel resulting
+    in a bad (potential memory overwrite) failure later.  This reverts
+    the behavior to the pre-1.5 state but issues a warning. libpng-1.6 is
+    expected to issue an error on the erroneous png_set_filler call.
+  Use png_memset() consistently (pngmem.c contained some bare "memset" calls).
+
+-------------------------------------------------------------------

Old:
----
  libpng-1.5.12.tar.bz2

New:
----
  libpng-1.5.13.tar.bz2

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

Other differences:
------------------
++++++ libpng15.spec ++++++
--- /var/tmp/diff_new_pack.GPxRie/_old  2012-10-07 19:53:34.000000000 +0200
+++ /var/tmp/diff_new_pack.GPxRie/_new  2012-10-07 19:53:34.000000000 +0200
@@ -19,17 +19,17 @@
 #
 %define major   1
 %define minor   5
-%define micro   12
+%define micro   13
 %define branch  %{major}%{minor}
 %define libname libpng%{branch}-%{branch}
 
 Name:           libpng15
-License:        Zlib
-Group:          System/Libraries
 Url:            http://www.libpng.org/pub/png/libpng.html
 Version:        %{major}.%{minor}.%{micro}
 Release:        0
 Summary:        Library for the Portable Network Graphics Format (PNG)
+License:        Zlib
+Group:          System/Libraries
 Source:         libpng-%{version}.tar.bz2
 Source2:        baselibs.conf
 BuildRequires:  libtool
@@ -41,6 +41,7 @@
 %package -n %{libname}
 
 Summary:        Library for the Portable Network Graphics Format (PNG)
+Group:          System/Libraries
 # bug437293
 %ifarch ppc64
 Obsoletes:      libpng-64bit
@@ -50,9 +51,12 @@
 Provides:       libpng = %{version}-%{release}
 
 %package devel
-Group:          Development/Libraries/C and C++
 Summary:        Development Tools for applications which will use the Libpng
-Requires:       zlib-devel glibc-devel %{libname} = %{version} pkg-config
+Group:          Development/Libraries/C and C++
+Requires:       %{libname} = %{version}
+Requires:       glibc-devel
+Requires:       pkg-config
+Requires:       zlib-devel
 Recommends:     libpng%{branch}-compat-devel
 # bug437293
 %ifarch ppc64
@@ -61,8 +65,8 @@
 #
 
 %package compat-devel
-Group:          Development/Libraries/C and C++
 Summary:        Development Tools for applications which will use the Libpng
+Group:          Development/Libraries/C and C++
 Requires:       libpng%{branch}-devel = %{version}
 Provides:       libpng-devel = %{version}
 Obsoletes:      libpng-devel < 1.2.44

++++++ libpng-1.5.12.tar.bz2 -> libpng-1.5.13.tar.bz2 ++++++
++++ 1723 lines of diff (skipped)

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

Reply via email to