[Lunar-commits] r22929 - moonbase/trunk/archive/bzip2
Florin Braescu
florin at lunar-linux.org
Fri Jan 12 22:27:03 CET 2007
Author: florin
Date: 2007-01-12 22:27:03 +0100 (Fri, 12 Jan 2007)
New Revision: 22929
Modified:
moonbase/trunk/archive/bzip2/BUILD
moonbase/trunk/archive/bzip2/DETAILS
Log:
bump the version from 1.0.3 to 1.0.4. bugfixes.
Modified: moonbase/trunk/archive/bzip2/BUILD
===================================================================
--- moonbase/trunk/archive/bzip2/BUILD 2007-01-12 17:18:46 UTC (rev 22928)
+++ moonbase/trunk/archive/bzip2/BUILD 2007-01-12 21:27:03 UTC (rev 22929)
@@ -1,7 +1,5 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-
sedit "s/^CFLAGS=.*$/CFLAGS=$CFLAGS -fPIC/" Makefile &&
sedit "s/ln/ln -f/" Makefile &&
sedit "s/\$(PREFIX)\/man/\$(PREFIX)\/share\/man/g" Makefile &&
Modified: moonbase/trunk/archive/bzip2/DETAILS
===================================================================
--- moonbase/trunk/archive/bzip2/DETAILS 2007-01-12 17:18:46 UTC (rev 22928)
+++ moonbase/trunk/archive/bzip2/DETAILS 2007-01-12 21:27:03 UTC (rev 22929)
@@ -1,20 +1,17 @@
MODULE=bzip2
- VERSION=1.0.3
+ VERSION=1.0.4
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-bzgrep_security.patch.bz2
SOURCE_URL=http://www.bzip.org/$VERSION/
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:7e749510f65c86fbfff37b97144a02f1b8b8617f
- SOURCE2_VFY=sha1:9ee93acfd230e18a60dbf1eaf09c5a09ba8a0f2a
- WEB_SITE=http://sources.redhat.com/bzip2/
+ SOURCE_VFY=sha1:f2388ec8f2c506e02aa89e67577b3c6331cbaa4c
+ WEB_SITE=http://www.bzip.org/
ENTERED=20020218
- UPDATED=20051113
- SHORT="high-quality data compressor."
+ UPDATED=20070112
+ SHORT="High-quality data compressor"
cat << EOF
-bzip2 is a freely available, patent free (see below), high-quality data
+Bzip2 is a freely available, patent free (see below), high-quality data
compressor. It typically compresses files to within 10% to 15% of the
best available techniques (the PPM family of statistical compressors),
-whilst being around twice as fast at compression and six times faster at
-decompression.
+whilst being around twice as fast at compression and six times faster
+at decompression.
EOF
More information about the Lunar-commits
mailing list