|
@@ -4,25 +4,21 @@
|
|
Summary: A file compression utility.
|
|
Summary: A file compression utility.
|
|
Summary(ja): ファイル圧縮ユーティリティ
|
|
Summary(ja): ファイル圧縮ユーティリティ
|
|
Name: bzip2
|
|
Name: bzip2
|
|
-Version: 1.0.5
|
|
+Version: 1.0.6
|
|
-Release: 5%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
Group: Applications/Archiving
|
|
Group: Applications/Archiving
|
|
URL: http://www.bzip.org/
|
|
URL: http://www.bzip.org/
|
|
Source: http://www.bzip.org/%{version}/bzip2-%{version}.tar.gz
|
|
Source: http://www.bzip.org/%{version}/bzip2-%{version}.tar.gz
|
|
-Patch: bzip2-1.0.5-autoconflibtoolize.patch
|
|
+Patch0: bzip2-1.0.5-autoconflibtoolize.patch
|
|
-Patch1: bzip2-1.0.5-saneso.patch
|
|
+Patch1: bzip2-1.0.4-saneso.patch
|
|
|
|
+Patch2: bzip2-1.0.4-cflags.patch
|
|
|
|
+Patch3: bzip2-1.0.4-bzip2recover.patch
|
|
|
|
|
|
# P2 implements a progress counter (in %). It also
|
|
# P2 implements a progress counter (in %). It also
|
|
# display the percentage of the original file the new file is (size).
|
|
# display the percentage of the original file the new file is (size).
|
|
# URL: http://www.vanheusden.com/Linux/bzip2-1.0.2.diff.gz
|
|
# URL: http://www.vanheusden.com/Linux/bzip2-1.0.2.diff.gz
|
|
-Patch2: bzip2-1.0.2.diff.bz2
|
|
+Patch10: bzip2-1.0.2.diff.bz2
|
|
-
|
|
|
|
-# Security Patches
|
|
|
|
-# Patch3: bzip2-1.0.2-tempfile.patch
|
|
|
|
-# Patch4: bzip2-1.0.2-chmod.patch
|
|
|
|
-# Patch5: bzip2-1.0.2-NULL-ptr-check.patch
|
|
|
|
-# Patch6: bzip2-1.0.2-bzgrep.patch
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -88,9 +84,12 @@ which will use the library.
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
-%patch -p1 -b .autoconf
|
|
+%patch0 -p1 -b .autoconf
|
|
-%patch1 -p1
|
|
+%patch1 -p1 -b .saneso
|
|
-%patch2 -p1
|
|
+%patch2 -p1 -b .cflags
|
|
|
|
+%patch3 -p1 -b .bz2recover
|
|
|
|
+
|
|
|
|
+%patch10 -p1
|
|
|
|
|
|
cp CHANGES ChangeLog
|
|
cp CHANGES ChangeLog
|
|
mv CHANGES NEWS
|
|
mv CHANGES NEWS
|
|
@@ -156,6 +155,9 @@ rm -rf %{buildroot}
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jul 14 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-1
|
|
|
|
+- update to 1.0.6
|
|
|
|
+
|
|
* Sun Apr 17 2011 IWAI, Masaharu <iwai@alib.jp> 1.0.5-5vl6
|
|
* Sun Apr 17 2011 IWAI, Masaharu <iwai@alib.jp> 1.0.5-5vl6
|
|
- build on current VineSeed
|
|
- build on current VineSeed
|
|
- update URL and Source0 tags URL
|
|
- update URL and Source0 tags URL
|