From 5d059a0686c3598241bef2bf2365d87f843451f3 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:37:47 +0000 Subject: [PATCH] auto-import changelog data from libpng-1.0.9-1.src.rpm Tue Feb 06 2001 Bernhard Rosenkraenzer - 1.0.9, fixes Mozilla problems Tue Dec 12 2000 Bernhard Rosenkraenzer - Rebuild to get rid of 0777 dirs Wed Nov 15 2000 Bernhard Rosenkraenzer - Remove the workaround for Bug #20018 (from Oct 30). Qt 2.2.2 fixes the problem the workaround addressed. Mon Oct 30 2000 Bernhard Rosenkraenzer - Work around a problem causing konqueror to segfault in image preview mode (Bug #20018) - Copy SuSE 7.0's patch to handle bad chunks Sun Sep 03 2000 Florian La Roche - only include the man5 man-pages once in the main rpm --- .cvsignore | 2 +- libpng.spec | 27 ++++++++++++++++++++++++--- sources | 2 +- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3bbe80c..861a6d3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libpng-1.0.8.tar.gz +libpng-1.0.9.tar.bz2 diff --git a/libpng.spec b/libpng.spec index b0c8d58..4591ab6 100644 --- a/libpng.spec +++ b/libpng.spec @@ -1,16 +1,18 @@ Summary: A library of functions for manipulating PNG image format files. Name: libpng -Version: 1.0.8 +Version: 1.0.9 Release: 1 Copyright: distributable Group: System Environment/Libraries -Source: ftp://swrinde.nde.swri.edu/pub/png/src/libpng-%{version}.tar.gz +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 Buildroot: %{_tmppath}/libpng-root BuildPrereq: zlib-devel URL: http://www.libpng.org/pub/png/ %define LIBVER 2.%{version} Epoch: 2 +Conflicts: qt < 2.2.2 %description The libpng package contains a library of functions for creating and @@ -41,6 +43,7 @@ the libpng package. %setup -q ln -s scripts/makefile.linux Makefile %patch0 -p0 -b .rhconf +%patch1 -p1 -b .badchunk %build make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" @@ -71,12 +74,30 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man5/libpng.so* /usr/include/* /usr/lib/libpng.a /usr/lib/libpng.so -%{_mandir}/man?/* +%{_mandir}/man3/* %clean rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 6 2001 Bernhard Rosenkraenzer +- 1.0.9, fixes Mozilla problems + +* Tue Dec 12 2000 Bernhard Rosenkraenzer +- Rebuild to get rid of 0777 dirs + +* Wed Nov 15 2000 Bernhard Rosenkraenzer +- Remove the workaround for Bug #20018 (from Oct 30). + Qt 2.2.2 fixes the problem the workaround addressed. + +* Mon Oct 30 2000 Bernhard Rosenkraenzer +- Work around a problem causing konqueror to segfault in image preview + mode (Bug #20018) +- Copy SuSE 7.0's patch to handle bad chunks + +* Sun Sep 3 2000 Florian La Roche +- only include the man5 man-pages once in the main rpm + * Thu Jul 28 2000 Preston Brown - upgrade to 1.0.8 - fixes small memory leak, other bugs diff --git a/sources b/sources index 2ee2ae6..b3b7cbe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ac355d7ec9e27f20bfe00aa10f9fdde libpng-1.0.8.tar.gz +1324a28794cc352a1ead12ff1f6c0f56 libpng-1.0.9.tar.bz2