rpms/pbzip2/EL-5 .cvsignore, 1.6, 1.7 pbzip2.spec, 1.8, 1.9 sources, 1.6, 1.7

Jeff Gilchrist (jeffg) fedora-extras-commits at redhat.com
Wed Aug 8 16:36:45 UTC 2007


Author: jeffg

Update of /cvs/extras/rpms/pbzip2/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7248/EL-5

Modified Files:
	.cvsignore pbzip2.spec sources 
Log Message:
Bug fix and new features


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pbzip2/EL-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	21 Mar 2007 17:49:44 -0000	1.6
+++ .cvsignore	8 Aug 2007 16:36:13 -0000	1.7
@@ -1 +1 @@
-pbzip2-1.0.1.tar.gz
+pbzip2-1.0.2.tar.gz


Index: pbzip2.spec
===================================================================
RCS file: /cvs/extras/rpms/pbzip2/EL-5/pbzip2.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pbzip2.spec	21 Mar 2007 17:49:44 -0000	1.8
+++ pbzip2.spec	8 Aug 2007 16:36:13 -0000	1.9
@@ -1,6 +1,6 @@
 Name:		pbzip2
-Version:	1.0.1
-Release:	1%{?dist}
+Version:	1.0.2
+Release:	2%{?dist}
 Summary:	Parallel implementation of bzip2
 URL:		http://www.compression.ca/pbzip2/
 License:	BSD
@@ -30,6 +30,7 @@
 rm -rf %{buildroot}
 install -D -m755 %{name} %{buildroot}%{_bindir}/%{name}
 install -D -m644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
+ln -sf ./%{name} %{buildroot}%{_bindir}/pbunzip2
 
 
 %clean
@@ -40,10 +41,17 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README
 %{_bindir}/%{name}
+%{_bindir}/pbunzip2
 %{_mandir}/man1/*
 
 
 %changelog
+* Thu Jul 26 2007 Jeff Gilchrist <pbzip2 at compression.ca> - 1.0.2-2
+- Fixed symbolic link for pbunzip2 file
+
+* Tue Jul 25 2007 Jeff Gilchrist <pbzip2 at compression.ca> - 1.0.2-1
+- Release 1.0.2
+
 * Tue Mar 20 2007 Jeff Gilchrist <pbzip2 at compression.ca> - 1.0.1-1
 - Release 1.0.1
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pbzip2/EL-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	21 Mar 2007 17:49:44 -0000	1.6
+++ sources	8 Aug 2007 16:36:13 -0000	1.7
@@ -1 +1 @@
-983ac1e60fd6c99989d6147350b01661  pbzip2-1.0.1.tar.gz
+7c959f0554695bc484865b938e791aaf  pbzip2-1.0.2.tar.gz




More information about the fedora-extras-commits mailing list