rpms/mmv/devel mmv-1.01b-makefile.patch, 1.1, 1.2 mmv.spec, 1.6, 1.7 needs.rebuild, 1.1, NONE

Zing Zing Shishak (shishz) fedora-extras-commits at redhat.com
Sat Sep 9 04:14:07 UTC 2006


Author: shishz

Update of /cvs/extras/rpms/mmv/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8699

Modified Files:
	mmv-1.01b-makefile.patch mmv.spec 
Removed Files:
	needs.rebuild 
Log Message:
* Fri Sep  8 2006 Zing <zing at fastmail.fm> - 1.01b-8
- fix perms on man page
- rebuild for FE6


mmv-1.01b-makefile.patch:

Index: mmv-1.01b-makefile.patch
===================================================================
RCS file: /cvs/extras/rpms/mmv/devel/mmv-1.01b-makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mmv-1.01b-makefile.patch	30 Sep 2005 00:40:20 -0000	1.1
+++ mmv-1.01b-makefile.patch	9 Sep 2006 04:14:07 -0000	1.2
@@ -28,4 +28,4 @@
 -$(DEST)$(IBIN)/mmv:		mmv;	cp $? $@
 -$(DEST)$(IMAN)/man1/mmv.1:	mmv.1;	cp $? $@
 +$(DEST)$(IBIN)/mmv:		mmv;	install -D -p $? $@
-+$(DEST)$(IMAN)/man1/mmv.1:	mmv.1;	install -D -p $? $@
++$(DEST)$(IMAN)/man1/mmv.1:	mmv.1;	install -D -p -m 0644 $? $@


Index: mmv.spec
===================================================================
RCS file: /cvs/extras/rpms/mmv/devel/mmv.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mmv.spec	10 Apr 2006 19:18:41 -0000	1.6
+++ mmv.spec	9 Sep 2006 04:14:07 -0000	1.7
@@ -1,6 +1,6 @@
 Name:		mmv
 Version:	1.01b
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	Move/copy/append/link multiple files
 
 Group:          Applications/File
@@ -60,6 +60,10 @@
 %{_mandir}/man1/*
 
 %changelog
+* Fri Sep  8 2006 Zing <zing at fastmail.fm> - 1.01b-8
+- fix perms on man page
+- rebuild for FE6
+
 * Mon Apr 10 2006 Zing <shishz at hotpop.com> - 1.01b-7
 - ok, now fix busted perms on doc directory
 


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list