auto-import changelog data from libpng-1.0.14-0.7x.4.src.rpm

Thu Dec 19 2002 Jonathan Blandford <jrb@redhat.com>
- fix security problem
This commit is contained in:
cvsdist 2004-09-09 07:40:11 +00:00
parent d5da48758c
commit 86f2e59a6b

View File

@ -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 <jrb@redhat.com>
- fix security problem
* Thu Aug 01 2002 Phil Knirsch <pknirsch@redhat.com>
- Fixed a file packaging problem.
- Fixed library versioning.