From 8a025bbad6e6324d47db9f771bd4d0f075e09041 Mon Sep 17 00:00:00 2001 From: jeffg Date: Wed, 14 Mar 2007 16:57:24 +0000 Subject: [PATCH] auto-import pbzip2-1.0-1 on branch devel from pbzip2-1.0-1.src.rpm --- .cvsignore | 2 +- pbzip2.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 378b17f..30ab51e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pbzip2-0.9.6.tar.gz +pbzip2-1.0.tar.gz diff --git a/pbzip2.spec b/pbzip2.spec index b7659de..14605f5 100644 --- a/pbzip2.spec +++ b/pbzip2.spec @@ -1,6 +1,6 @@ Name: pbzip2 -Version: 0.9.6 -Release: 4%{?dist} +Version: 1.0 +Release: 1%{?dist} Summary: Parallel implementation of bzip2 URL: http://www.compression.ca/pbzip2/ License: BSD @@ -13,8 +13,8 @@ Source0: http://www.compression.ca/pbzip2/%{name}-%{version}.tar.gz PBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines. The output of this version is fully compatible with bzip2 -v1.0.2 (ie: anything compressed with pbzip2 can be decompressed with -bzip2). +v1.0.2 or newer (ie: anything compressed with pbzip2 can be +decompressed with bzip2). %prep @@ -44,6 +44,9 @@ rm -rf %{buildroot} %changelog +* Wed Mar 14 2007 Jeff Gilchrist - 1.0-1 +- Release 1.0 + * Tue Sep 12 2006 Jeff Gilchrist - 0.9.6-4 - Rebuild for Fedora Extras 6 diff --git a/sources b/sources index a7a76a4..580d216 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -851800855b2cf0c84b6169554b562ff2 pbzip2-0.9.6.tar.gz +a8923165b97e665b9d1e85f1566700e9 pbzip2-1.0.tar.gz