auto-import changelog data from libpng-1.0.9-1.src.rpm

Tue Feb 06 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- 1.0.9, fixes Mozilla problems
Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Rebuild to get rid of 0777 dirs
Wed Nov 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 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 <bero@redhat.com>
- 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 <Florian.LaRoche@redhat.de>
- only include the man5 man-pages once in the main rpm
This commit is contained in:
cvsdist 2004-09-09 07:37:47 +00:00
parent 7ca90e5c22
commit 5d059a0686
3 changed files with 26 additions and 5 deletions

View File

@ -1 +1 @@
libpng-1.0.8.tar.gz
libpng-1.0.9.tar.bz2

View File

@ -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 <bero@redhat.com>
- 1.0.9, fixes Mozilla problems
* Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Rebuild to get rid of 0777 dirs
* Wed Nov 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 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 <bero@redhat.com>
- 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 <Florian.LaRoche@redhat.de>
- only include the man5 man-pages once in the main rpm
* Thu Jul 28 2000 Preston Brown <pbrown@redhat.com>
- upgrade to 1.0.8 - fixes small memory leak, other bugs

View File

@ -1 +1 @@
5ac355d7ec9e27f20bfe00aa10f9fdde libpng-1.0.8.tar.gz
1324a28794cc352a1ead12ff1f6c0f56 libpng-1.0.9.tar.bz2