rpms/perl-Params-Util/F-9 .cvsignore, 1.22, 1.23 perl-Params-Util.spec, 1.30, 1.31 sources, 1.22, 1.23

Ralf Corsépius corsepiu at fedoraproject.org
Mon Jun 2 11:00:43 UTC 2008


Author: corsepiu

Update of /cvs/pkgs/rpms/perl-Params-Util/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12510/F-9

Modified Files:
	.cvsignore perl-Params-Util.spec sources 
Log Message:
* Mon Jun 02 2008 Ralf Corsépius <rc040203 at freenet.de> - 0.33-1
- Upstream update.
- Conditionally BR: perl(Test::CPAN::Meta).
- Hack testsuite to accept Test::CPAN::Meta != 0.07.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-9/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- .cvsignore	20 Nov 2007 05:34:51 -0000	1.22
+++ .cvsignore	2 Jun 2008 10:59:57 -0000	1.23
@@ -1 +1 @@
-Params-Util-0.31.tar.gz
+Params-Util-0.33.tar.gz


Index: perl-Params-Util.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-9/perl-Params-Util.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- perl-Params-Util.spec	28 Feb 2008 13:00:01 -0000	1.30
+++ perl-Params-Util.spec	2 Jun 2008 10:59:57 -0000	1.31
@@ -1,6 +1,6 @@
 Name: 		perl-Params-Util
-Version: 	0.31
-Release: 	6%{?dist}
+Version: 	0.33
+Release: 	1%{?dist}
 Summary: 	Simple standalone param-checking functions
 License: 	GPL+ or Artistic
 Group: 		Development/Libraries
@@ -19,6 +19,10 @@
 
 # Required by the tests
 BuildRequires:  perl(Test::Pod) >= 1.00
+%if 0%{?fedora} >= 9
+# FIXME: Not available for FC < 10
+BuildRequires:  perl(Test::CPAN::Meta) >= 0.07
+%endif
 
 %description
 Params::Util provides a basic set of importable functions that 
@@ -28,6 +32,11 @@
 %setup -q -n Params-Util-%{version}
 find -type f -exec chmod -x {} \;
 
+%if "%{version}" == "0.33"
+# Hack around 0.33 failing to find Test::CPAN::Meta
+sed -i -e "s,\'Test::CPAN::Meta 0.07\',\'Test::CPAN::Meta\'," t/97_meta.t
+%endif
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -52,6 +61,11 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 02 2008 Ralf Corsépius <rc040203 at freenet.de> - 0.33-1
+- Upstream update.
+- Conditionally BR: perl(Test::CPAN::Meta).
+- Hack testsuite to accept Test::CPAN::Meta != 0.07.
+
 * Thu Feb 28 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.31-6
 - Rebuild normally, second pass
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-9/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources	20 Nov 2007 05:34:51 -0000	1.22
+++ sources	2 Jun 2008 10:59:57 -0000	1.23
@@ -1 +1 @@
-985370df207e331ac8ad9976255f0fd3  Params-Util-0.31.tar.gz
+afe29403e9a9e8ccc75b8bfec1206f8e  Params-Util-0.33.tar.gz




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