Update to libpng 1.2.29
This commit is contained in:
parent
be0ceb6dd1
commit
d4f9163533
@ -1 +1 @@
|
|||||||
libpng-1.2.24.tar.bz2
|
libpng-1.2.29.tar.bz2
|
||||||
|
@ -1,18 +1,7 @@
|
|||||||
diff -Naur libpng-1.2.22.orig/configure libpng-1.2.22/configure
|
diff -Naur libpng-1.2.29.orig/configure.ac libpng-1.2.29/configure.ac
|
||||||
--- libpng-1.2.22.orig/configure 2007-10-13 13:07:47.000000000 -0400
|
--- libpng-1.2.29.orig/configure.ac 2008-05-08 07:58:11.000000000 -0400
|
||||||
+++ libpng-1.2.22/configure 2007-10-18 12:23:01.000000000 -0400
|
+++ libpng-1.2.29/configure.ac 2008-05-31 20:21:12.000000000 -0400
|
||||||
@@ -20721,6 +20721,7 @@
|
@@ -63,7 +63,8 @@
|
||||||
cat confdefs.h >>conftest.$ac_ext
|
|
||||||
cat >>conftest.$ac_ext <<_ACEOF
|
|
||||||
/* end confdefs.h. */
|
|
||||||
+#define PNG_CONFIGURE_LIBPNG
|
|
||||||
#include "$srcdir/pnggccrd.c"
|
|
||||||
int
|
|
||||||
main ()
|
|
||||||
diff -Naur libpng-1.2.22.orig/configure.ac libpng-1.2.22/configure.ac
|
|
||||||
--- libpng-1.2.22.orig/configure.ac 2007-10-13 13:07:35.000000000 -0400
|
|
||||||
+++ libpng-1.2.22/configure.ac 2007-10-18 12:23:48.000000000 -0400
|
|
||||||
@@ -62,7 +62,8 @@
|
|
||||||
AC_MSG_CHECKING(
|
AC_MSG_CHECKING(
|
||||||
[if assembler code in pnggccrd.c can be compiled without PNG_NO_MMX_CODE])
|
[if assembler code in pnggccrd.c can be compiled without PNG_NO_MMX_CODE])
|
||||||
AC_TRY_COMPILE(
|
AC_TRY_COMPILE(
|
||||||
@ -22,9 +11,9 @@ diff -Naur libpng-1.2.22.orig/configure.ac libpng-1.2.22/configure.ac
|
|||||||
[return 0;],
|
[return 0;],
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
LIBPNG_NO_MMX="",
|
LIBPNG_NO_MMX="",
|
||||||
diff -Naur libpng-1.2.22.orig/pngconf.h libpng-1.2.22/pngconf.h
|
diff -Naur libpng-1.2.29.orig/pngconf.h libpng-1.2.29/pngconf.h
|
||||||
--- libpng-1.2.22.orig/pngconf.h 2007-10-13 13:07:22.000000000 -0400
|
--- libpng-1.2.29.orig/pngconf.h 2008-05-08 07:58:03.000000000 -0400
|
||||||
+++ libpng-1.2.22/pngconf.h 2007-10-18 12:21:24.000000000 -0400
|
+++ libpng-1.2.29/pngconf.h 2008-05-31 20:21:12.000000000 -0400
|
||||||
@@ -35,6 +35,25 @@
|
@@ -35,6 +35,25 @@
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A library of functions for manipulating PNG image format files
|
Summary: A library of functions for manipulating PNG image format files
|
||||||
Name: libpng
|
Name: libpng
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.2.24
|
Version: 1.2.29
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: zlib
|
License: zlib
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/libpng12.la
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 31 2008 Tom Lane <tgl@redhat.com> 2:1.2.29-1
|
||||||
|
- Update to libpng 1.2.29
|
||||||
|
|
||||||
* Tue Feb 12 2008 Tom Lane <tgl@redhat.com> 2:1.2.24-1
|
* Tue Feb 12 2008 Tom Lane <tgl@redhat.com> 2:1.2.24-1
|
||||||
- Update to libpng 1.2.24
|
- Update to libpng 1.2.24
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user