[libpng10] Update to 1.0.56

Paul Howarth pghmcfc at fedoraproject.org
Sat Jul 9 19:07:00 UTC 2011


commit 850f19756701cbb5a77dcc7c206ef2422b039dc2
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Jul 9 20:05:44 2011 +0100

    Update to 1.0.56
    
    - New upstream release 1.0.56
      - Fix regression in Makefile.am/Makefile.in
      - Fix "make distcheck"
    - Drop upstreamed fix for libpng.sym build failure

 libpng-1.0.55-sym.patch |   24 ------------------------
 libpng10.spec           |   12 +++++++-----
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 30 deletions(-)
---
diff --git a/libpng10.spec b/libpng10.spec
index a96a052..86e9a2a 100644
--- a/libpng10.spec
+++ b/libpng10.spec
@@ -1,13 +1,12 @@
 Summary:	Old version of libpng, needed to run old binaries
 Name:		libpng10
-Version:	1.0.55
+Version:	1.0.56
 Release:	1%{?dist}
 License:	zlib
 Group:		System Environment/Libraries
 URL:		http://www.libpng.org/pub/png/libpng.html
 Source:		ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-%{version}.tar.bz2
 Patch0:		libpng-1.0.51-soname.patch
-Patch1:		libpng-1.0.55-sym.patch
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildRequires:	zlib-devel
 Conflicts:	libpng < 2:1.2.0
@@ -39,9 +38,6 @@ libpng10-devel.
 # We want an soname of 2.%%{version}
 %patch0 -p1 -b .soname
 
-# Fix regression in libpng.sym creation
-%patch1 -p1 -b .sym
-
 %build
 %configure \
 	--disable-static \
@@ -115,6 +111,12 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/libpng10.pc
 
 %changelog
+* Sat Jul  9 2011 Paul Howarth <paul at city-fan.org> 1.0.56-1
+- update to 1.0.56
+  - fix regression in Makefile.am/Makefile.in
+  - fix "make distcheck"
+- drop upstreamed fix for libpng.sym build failure
+
 * Thu Jul  7 2011 Paul Howarth <paul at city-fan.org> 1.0.55-1
 - update to 1.0.55
   - fixed uninitialized memory read in png_format_buffer()
diff --git a/sources b/sources
index 1e8c945..3337ead 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-39fee4bc0ebbad5388308199c783719f  libpng-1.0.55.tar.bz2
+965ddd64a2c1686d9c1a654c941acca3  libpng-1.0.56.tar.bz2


More information about the scm-commits mailing list