rpms/perl-Params-Check/devel .cvsignore, 1.3, 1.4 perl-Params-Check.spec, 1.3, 1.4 sources, 1.3, 1.4

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Mar 23 23:04:05 UTC 2007


Author: steve

Update of /cvs/extras/rpms/perl-Params-Check/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24735

Modified Files:
	.cvsignore perl-Params-Check.spec sources 
Log Message:
Update to 0.26.
Use fixperms macro instead of our own chmod incantation.
BR ExtUtils::MakeMaker.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Params-Check/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	7 Jul 2006 13:34:23 -0000	1.3
+++ .cvsignore	23 Mar 2007 23:03:32 -0000	1.4
@@ -1 +1 @@
-Params-Check-0.25.tar.gz
+Params-Check-0.26.tar.gz


Index: perl-Params-Check.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Params-Check/devel/perl-Params-Check.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Params-Check.spec	17 Sep 2006 20:58:05 -0000	1.3
+++ perl-Params-Check.spec	23 Mar 2007 23:03:32 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           perl-Params-Check
-Version:        0.25
-Release:        2%{?dist}
+Version:        0.26
+Release:        1%{?dist}
 Summary:        Generic input parsing/checking mechanism
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,7 @@
 Source0:        http://www.cpan.org/authors/id/K/KA/KANE/Params-Check-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Locale::Maketext::Simple)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -29,7 +30,7 @@
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
@@ -44,6 +45,11 @@
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 23 2007 Steven Pritchard <steve at kspei.com> 0.26-1
+- Update to 0.26.
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.25-2
 - Fix find option order.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Params-Check/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	7 Jul 2006 13:34:23 -0000	1.3
+++ sources	23 Mar 2007 23:03:32 -0000	1.4
@@ -1 +1 @@
-1756a2b387544fea13b442f3be8a39dc  Params-Check-0.25.tar.gz
+d740a81f3078dcae83d8b6b4859885c7  Params-Check-0.26.tar.gz




More information about the fedora-extras-commits mailing list