diff --git a/pbzip2.spec b/pbzip2.spec index a6b316d..0f107e3 100644 --- a/pbzip2.spec +++ b/pbzip2.spec @@ -1,6 +1,6 @@ Name: pbzip2 Version: 0.9.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Parallel implementation of bzip2 URL: http://www.compression.ca/pbzip2/ License: BSD @@ -19,6 +19,7 @@ bzip2). %prep %setup -q +sed -i -e 's/ -O3 / %{optflags} /' Makefile %build @@ -43,6 +44,9 @@ rm -rf %{buildroot} %changelog +* Tue May 23 2006 Jeff Gilchrist - 0.9.6-3 +- Added support for $RPM_OPT_FLAGS thanks to Ville Skytta + * Tue Feb 28 2006 Jeff Gilchrist - 0.9.6-2 - Rebuild for Fedora Extras 5