rpms/libpng10/devel libpng-1.0.51-soname.patch, NONE, 1.1 .cvsignore, 1.25, 1.26 libpng10.spec, 1.35, 1.36 sources, 1.25, 1.26 libpng-1.0.48-soname.patch, 1.1, NONE

Paul Howarth pghmcfc at fedoraproject.org
Thu Dec 3 14:34:55 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/libpng10/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5097

Modified Files:
	.cvsignore libpng10.spec sources 
Added Files:
	libpng-1.0.51-soname.patch 
Removed Files:
	libpng-1.0.48-soname.patch 
Log Message:
update to 1.0.51

libpng-1.0.51-soname.patch:
 libpng-1.0.48/Makefile.am |    2 +-
 libpng-1.0.48/ltmain.sh   |    2 +-
 libpng-1.0.51/Makefile.in |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE libpng-1.0.51-soname.patch ---
--- libpng-1.0.48/ltmain.sh	2009-07-11 14:39:02.000000000 +0100
+++ libpng-1.0.48/ltmain.sh	2009-08-13 13:59:25.000000000 +0100
@@ -6225,7 +6225,7 @@
 	esac
 
 	case $revision in
-	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
+	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]|[0-9].[0-9][0-9]) ;;
 	*)
 	  func_error "REVISION \`$revision' must be a nonnegative integer"
 	  func_fatal_error "\`$vinfo' is not valid version information"
--- libpng-1.0.48/Makefile.am	2009-08-13 12:12:18.000000000 +0100
+++ libpng-1.0.48/Makefile.am	2009-08-13 13:59:25.000000000 +0100
@@ -45,7 +45,7 @@
 	-version-number 0:@PNGLIB_RELEASE@:0
 # -rpath is needed as automake doesn't know the directory
 libpng_la_LDFLAGS = -rpath '$(libdir)' -no-undefined -export-dynamic \
-	-version-number 2:@PNGLIB_RELEASE@:0
+	-version-number 2:1:0. at PNGLIB_RELEASE@
 
 if HAVE_LD_VERSION_SCRIPT
   # Versioned symbols and restricted exports
--- libpng-1.0.51/Makefile.in	2009-12-03 01:44:54.000000000 +0000
+++ libpng-1.0.51/Makefile.in	2009-12-03 13:02:16.207268595 +0000
@@ -324,7 +324,7 @@
 	0:@PNGLIB_RELEASE@:0 $(am__append_1) $(am__append_2)
 # -rpath is needed as automake doesn't know the directory
 libpng_la_LDFLAGS = -rpath '$(libdir)' -no-undefined -export-dynamic \
-	-version-number 2:@PNGLIB_RELEASE@:0
+	-version-number 2:1:0. at PNGLIB_RELEASE@
 
 @HAVE_LD_VERSION_SCRIPT_FALSE at libpng10_la_DEPENDENCIES = libpng.sym
 @HAVE_LD_VERSION_SCRIPT_TRUE at libpng10_la_DEPENDENCIES = libpng.vers


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libpng10/devel/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- .cvsignore	11 Sep 2009 08:14:54 -0000	1.25
+++ .cvsignore	3 Dec 2009 14:34:55 -0000	1.26
@@ -1 +1 @@
-libpng-1.0.50.tar.bz2
+libpng-1.0.51.tar.bz2


Index: libpng10.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libpng10/devel/libpng10.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- libpng10.spec	11 Sep 2009 08:14:55 -0000	1.35
+++ libpng10.spec	3 Dec 2009 14:34:55 -0000	1.36
@@ -1,12 +1,12 @@
 Summary:	Old version of libpng, needed to run old binaries
 Name:		libpng10
-Version:	1.0.50
+Version:	1.0.51
 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.48-soname.patch
+Patch0:		libpng-1.0.51-soname.patch
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	zlib-devel
 Conflicts:	libpng < 2:1.2.0
@@ -111,6 +111,10 @@ libpng10-devel.
 %{_libdir}/pkgconfig/libpng10.pc
 
 %changelog
+* Thu Dec  3 2009 Paul Howarth <paul at city-fan.org> 1.0.51-1
+- update to 1.0.51 (see ANNOUNCE for details)
+- update soname patch to apply to 1.0.51
+
 * Fri Sep 11 2009 Paul Howarth <paul at city-fan.org> 1.0.50-1
 - update to 1.0.50 (garbage removal patch upstreamed)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libpng10/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- sources	11 Sep 2009 08:14:55 -0000	1.25
+++ sources	3 Dec 2009 14:34:55 -0000	1.26
@@ -1 +1 @@
-39152389df9b58ecc02c23850f88308b  libpng-1.0.50.tar.bz2
+90c9097b78c0b42eea1fea608776ec79  libpng-1.0.51.tar.bz2


--- libpng-1.0.48-soname.patch DELETED ---




More information about the fedora-extras-commits mailing list