auto-import changelog data from zlib-1.1.3-25.7.src.rpm

Wed Jan 30 2002 Trond Eivind Glomsrd <teg@redhat.com> 1.1.3-25.7
- Fix double free
This commit is contained in:
cvsdist 2004-09-09 15:18:28 +00:00
parent 050e865160
commit 60b7d1bc7d

View File

@ -1,10 +1,11 @@
Summary: The zlib compression and decompression library.
Name: zlib
Version: 1.1.3
Release: 24
Release: 25.7
Group: System Environment/Libraries
Source: ftp://ftp.info-zip.org/pub/infozip/zlib/zlib-%{version}.tar.gz
Patch0: zlib-1.1.3-glibc.patch
Patch1: zlib-1.1.3-sec.patch
URL: http://www.gzip.org/zlib/
License: BSD
Prefix: %{_prefix}
@ -27,10 +28,10 @@ library.
%prep
%setup -q
%patch0 -p1 -b .glibc
%patch1 -p1 -b .free
%build
CFLAGS="$RPM_OPT_FLAGS -fPIC" ./configure --shared --prefix=%{_prefix}
make
# now build the static lib
@ -78,6 +79,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man3/zlib.3*
%changelog
* Wed Jan 30 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.1.3-25.7
- Fix double free
* Sun Aug 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.1.3-24
- Add example.c and minigzip.c to the doc files, as
they are listed as examples in the README (#52574)