Hi.

I just found a cool patch for bzip2, please consider for approval. It works 
for me on ML9.0:

bzip2 -v apache2-2.0.44-1mdk.src.rpm
  apache2-2.0.44-1mdk.src.rpm:  0.997:1,  8.023 bits/byte, -0.29% saved, 
5567557 in, 5583576 out.

Patches attached.

Chears.
-- 
Regards // Oden Eriksson, Deserve-IT.com

Attachment: bzip2-1.0.2.diff.bz2
Description: BZip2 compressed data

--- bzip2.spec	2003-01-02 13:07:14.000000000 +0100
+++ bzip2.spec.oden	2003-02-04 04:09:22.000000000 +0100
@@ -6,7 +6,7 @@
 Summary: Extremely powerful file compression utility
 Name: bzip2
 Version: 1.0.2
-Release: 11mdk
+Release: 12mdk
 License: BSD
 Group: Archiving/Compression
 Source: ftp://sourceware.cygnus.com/pub/bzip2/v102/%name-%version.tar.bz2
@@ -15,6 +15,12 @@
 Source2: bzme
 Source3: bzme.1
 Patch1: bzip2-2.libtoolizeautoconf.patch.bz2
+
+# P2 implements a progress counter (in %). It also
+# display the percentage of the original file the new file is (size). 
+# URL: http://www.vanheusden.com/Linux/bzip2-1.0.2.diff.gz
+Patch2: bzip2-1.0.2.diff.bz2
+
 BuildRoot: %_tmppath/%name-%version-root
 Requires: %libname = %version
 %if %buildpdf
@@ -55,6 +61,7 @@
 %setup
 cp %SOURCE2 .
 %patch1 -p1
+%patch2 -p1
 cp m4/largefile.m4 .
 chmod +x ./configure
 libtoolize -f --automake
@@ -111,6 +118,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Tue Feb 04 2003 Oden Eriksson <[EMAIL PROTECTED]> 1.0.2-12mdk
+- added P2
+
 * Thu Jan 02 2003 Thierry Vignaud <[EMAIL PROTECTED]> 1.0.2-11mdk
 - add missing headers
 
@@ -313,3 +323,4 @@
 
 * Thu Apr 09 1998 Cristian Gafton <[EMAIL PROTECTED]>
 - first build for Manhattan
+

Reply via email to