rpms/perl-MooseX-Getopt/devel perl-MooseX-Getopt.spec,1.5,1.6

Chris Weyl cweyl at fedoraproject.org
Thu Jul 10 17:06:56 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Getopt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20617

Modified Files:
	perl-MooseX-Getopt.spec 
Log Message:
* Thu Jul 10 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.13-2
- tweak Getopt::Long dep to 2.35; passes tests just fine with 2.35, and that's
  what we have in F-8 perl



Index: perl-MooseX-Getopt.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/perl-MooseX-Getopt.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-MooseX-Getopt.spec	28 Jun 2008 19:45:42 -0000	1.5
+++ perl-MooseX-Getopt.spec	10 Jul 2008 17:05:59 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           perl-MooseX-Getopt
 Version:        0.13
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Moose role for processing command line options
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -12,7 +12,8 @@
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Getopt::Long::Descriptive)
-BuildRequires:  perl(Getopt::Long)              >= 2.37
+# 2.35 is what we have in F-8 perl -- tests all pass
+BuildRequires:  perl(Getopt::Long)              >= 2.35
 BuildRequires:  perl(Moose)                     >= 0.43
 
 # tests...
@@ -31,6 +32,8 @@
 %prep
 %setup -q -n MooseX-Getopt-%{version}
 
+perl -pi -e 's/2.37/2.35/' Makefile.PL
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -58,6 +61,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 10 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.13-2
+- tweak Getopt::Long dep to 2.35; passes tests just fine with 2.35, and that's
+  what we have in F-8 perl
+
 * Sat Jun 28 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.13-1
 - update to 0.13
 - switch to Module::Install invocations, rather than Module::Build




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