rpms/perl/devel macros.perl,1.4,1.5 perl.spec,1.254,1.255

Chris Weyl cweyl at fedoraproject.org
Wed Feb 24 18:34:07 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31625

Modified Files:
	macros.perl perl.spec 
Log Message:
* Wed Feb 24 2010 Chris Weyl <cweyl at alumni.drew.edu> - 4:5.10.1-111
- update subpackage tests macros to handle packages with an epoch properly



Index: macros.perl
===================================================================
RCS file: /cvs/extras/rpms/perl/devel/macros.perl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- macros.perl	6 Feb 2010 01:37:55 -0000	1.4
+++ macros.perl	24 Feb 2010 18:34:07 -0000	1.5
@@ -114,7 +114,7 @@ popd \
 %package tests\
 Summary: Test suite for package %{name}\
 Group: Development/Debug\
-Requires: %{name} = %{version}-%{release}\
+Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}\
 Requires: /usr/bin/prove \
 %{?__tests_spkg_req:Requires: %__tests_spkg_req}\
 %{?__tests_spkg_prov:Provides: %__tests_spkg_prov}\


Index: perl.spec
===================================================================
RCS file: /cvs/extras/rpms/perl/devel/perl.spec,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -p -r1.254 -r1.255
--- perl.spec	18 Feb 2010 14:24:38 -0000	1.254
+++ perl.spec	24 Feb 2010 18:34:07 -0000	1.255
@@ -7,7 +7,7 @@
 
 Name:           perl
 Version:        %{perl_version}
-Release:        110%{?dist}
+Release:        111%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -1870,6 +1870,9 @@ make test
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Wed Feb 24 2010 Chris Weyl <cweyl at alumni.drew.edu> - 4:5.10.1-111
+- update subpackage tests macros to handle packages with an epoch properly
+
 * Fri Feb 05 2010 Chris Weyl <cweyl at alumni.drew.edu> - 4:5.10.1-110
 - add initial EXPERIMENTAL tests subpackage rpm macros to macros.perl
 



More information about the scm-commits mailing list