rpms/perl/devel perl.spec,1.271,1.272

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Jun 10 14:39:37 UTC 2010


Author: mmaslano

Update of /cvs/pkgs/rpms/perl/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26534

Modified Files:
	perl.spec 
Log Message:
Fix release tag. Release number must be higher and higher because of
dual-lived modules, which would be broken.



Index: perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl/devel/perl.spec,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -p -r1.271 -r1.272
--- perl.spec	10 Jun 2010 14:16:47 -0000	1.271
+++ perl.spec	10 Jun 2010 14:39:35 -0000	1.272
@@ -11,7 +11,8 @@
 Name:           perl
 Version:        %{perl_version}
 # DON'T BUILD NOW in rawhide, only into scratch or test buildroot
-Release:        1%{?dist}
+# release number must be even higher, becase dual-lived modules will be broken otherwise
+Release:        123%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -1678,7 +1679,7 @@ make test
 
 # Old changelog entries are preserved in CVS.
 %changelog
-* Thu Jun 10 2010 Marcela Mašláňová <mmaslano at redhat.com> - 4:5.12.1-1
+* Thu Jun 10 2010 Marcela Mašláňová <mmaslano at redhat.com> - 4:5.12.1-123
 - remove patch with debugging symbols, which should be now ok without it
 - update to 5.12.1
 - MODULE_COMPAT



More information about the scm-commits mailing list