rpms/cpan2rpm/devel cpan2rpm.spec,1.7,1.8

Ville Skyttä scop at fedoraproject.org
Sun Sep 21 08:27:50 UTC 2008


Author: scop

Update of /cvs/pkgs/rpms/cpan2rpm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15066/cpan2rpm/devel

Modified Files:
	cpan2rpm.spec 
Log Message:
* Sun Sep 21 2008 Ville Skyttä <ville.skytta at iki.fi>
- Fix Patch0:/%patch mismatch.

https://www.redhat.com/archives/fedora-devel-list/2008-September/msg00375.html



Index: cpan2rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cpan2rpm/devel/cpan2rpm.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cpan2rpm.spec	15 Oct 2007 14:31:07 -0000	1.7
+++ cpan2rpm.spec	21 Sep 2008 08:27:19 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           cpan2rpm
 Version:        2.028
-Release:        2%{?dist}.1
+Release:        3%{?dist}
 
 Summary:        Perl module packager
 
@@ -27,7 +27,7 @@
 
 %prep
 %setup -q
-%patch -p2 -b .orig
+%patch0 -p2 -b .orig
 
 
 %build
@@ -58,6 +58,9 @@
 
 
 %changelog
+* Sun Sep 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 2.028-3
+- Fix Patch0:/%%patch mismatch.
+
 * Mon Oct 15 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 2.028-2.1
 - correct license tag
 - add BR: perl(ExtUtils::MakeMaker)




More information about the Fedora-perl-devel-list mailing list