diff --git a/zip.spec b/zip.spec index 01106cd..879c83c 100644 --- a/zip.spec +++ b/zip.spec @@ -1,7 +1,7 @@ Summary: A file compression and packaging utility compatible with PKZIP Name: zip Version: 3.0 -Release: 6%{?dist} +Release: 7%{?dist} License: BSD Group: Applications/Archiving Source: http://downloads.sourceforge.net/infozip/zip30.tar.gz @@ -13,6 +13,7 @@ Patch1: zip-3.0-exec-shield.patch Patch2: zip-3.0-currdir.patch # Not upstreamed. Patch3: zip-3.0-time.patch +BuildRequires: bzip2-devel %description The zip program is a compression and file packaging utility. Zip is @@ -54,6 +55,10 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} \ %{_mandir}/man1/zipsplit.1* %changelog +* Sat Feb 23 2013 Ville Skyttä - 3.0-7 +- Enable bzip2 support. +- Fix bogus date in %%changelog. + * Fri Feb 15 2013 Fedora Release Engineering - 3.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild @@ -175,7 +180,7 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} \ * Sun Jun 24 2001 Elliot Lee - Bump release + rebuild. -* Thu Aug 25 2000 Bill Nottingham +* Fri Aug 25 2000 Bill Nottingham - add encryption code (#16878) * Thu Jul 13 2000 Prospector