From 86f2e59a6b6d94328284a35a694d0f8d4e4b6aa4 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:40:11 +0000 Subject: [PATCH] auto-import changelog data from libpng-1.0.14-0.7x.4.src.rpm Thu Dec 19 2002 Jonathan Blandford - fix security problem --- libpng.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libpng.spec b/libpng.spec index 40fb50c..c01abd0 100644 --- a/libpng.spec +++ b/libpng.spec @@ -1,12 +1,14 @@ Summary: A library of functions for manipulating PNG image format files. Name: libpng Version: 1.0.14 -Release: 0.7x.3 +Release: 0.7x.4 License: distributable Group: System Environment/Libraries Source: ftp://swrinde.nde.swri.edu/pub/png/src/libpng-%{version}.tar.bz2 Patch0: libpng-1.0.6-rhconf.patch Patch1: libpng-1.0.9-badchunks.patch +Patch2: libpng-1.0.12-transfix.patch + Buildroot: %{_tmppath}/%{name}-%{version}-root BuildPrereq: zlib-devel URL: http://www.libpng.org/pub/png/ @@ -43,6 +45,7 @@ the libpng package. ln -s scripts/makefile.linux Makefile %patch0 -p1 -b .rhconf %patch1 -p1 -b .badchunk +%patch2 -p1 -b .transfix %build make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" @@ -80,6 +83,9 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man5/libpng.so* rm -rf $RPM_BUILD_ROOT %changelog +* Thu Dec 19 2002 Jonathan Blandford +- fix security problem + * Thu Aug 01 2002 Phil Knirsch - Fixed a file packaging problem. - Fixed library versioning.