rpms/perl-Params-Util/F-8 .cvsignore, 1.22, 1.23 perl-Params-Util.spec, 1.25, 1.26 sources, 1.22, 1.23

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


Author: corsepiu

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

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-8/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- .cvsignore	20 Nov 2007 05:34:56 -0000	1.22
+++ .cvsignore	2 Jun 2008 11:00:14 -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-8/perl-Params-Util.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- perl-Params-Util.spec	25 Nov 2007 14:07:04 -0000	1.25
+++ perl-Params-Util.spec	2 Jun 2008 11:00:14 -0000	1.26
@@ -1,6 +1,6 @@
 Name: 		perl-Params-Util
-Version: 	0.31
-Release: 	2%{?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,26 @@
 %{_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
+
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.31-5
+- Rebuild for perl 5.10 (again), first pass
+
+* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.31-4
+- rebuild normally, second pass
+
+* Sat Jan 12 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.31-3.1
+- disable Test::MinimumVersion, tests for first pass
+
+* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.31-3
+- rebuild for new perl
+
 * Sun Nov 25 2007 Ralf Corsépius <rc040203 at freenet.de> - 0.31-2
 - Add BR: perl(Test::MinimumVersion).
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-8/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources	20 Nov 2007 05:34:56 -0000	1.22
+++ sources	2 Jun 2008 11:00:14 -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