rpms/perl-Moose/F-9 perl-Moose.spec,1.21,1.22 sources,1.16,1.17

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Jul 1 19:36:50 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Moose/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29494

Modified Files:
	perl-Moose.spec sources 
Log Message:
* Sat Jun 28 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.51-1
- update to 0.51



Index: perl-Moose.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Moose/F-9/perl-Moose.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- perl-Moose.spec	29 May 2008 05:11:02 -0000	1.21
+++ perl-Moose.spec	1 Jul 2008 19:36:09 -0000	1.22
@@ -1,24 +1,23 @@
 Name:           perl-Moose
-Version:        0.44
-Release:        2%{?dist}
+Version:        0.51
+Release:        1%{?dist}
 Summary:        Complete modern object system for Perl 5
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Moose/
-Source0:        http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Moose-%{version}.tar.gz
+# source tends to flip between these three authors
+Source0:        http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Moose-%{version}.tar.gz
+#Source0:        http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Moose-%{version}.tar.gz
 #Source0:        http://search.cpan.org/CPAN/authors/id/G/GR/GRODITI/Moose-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-# write temp db to tmpdir rather than .
-Patch:          t202_tmpfile.patch
-
 # core
 BuildRequires:  perl(Test::More)         >= 0.62
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # cpan
-BuildRequires:  perl(Class::MOP)         >= 0.49
+BuildRequires:  perl(Class::MOP)         >= 0.55
 BuildRequires:  perl(Module::Build) 
 BuildRequires:  perl(Filter::Simple) 
 BuildRequires:  perl(Sub::Exporter)      >= 0.954
@@ -66,9 +65,6 @@
 %prep
 %setup -q -n Moose-%{version}
 
-# test patches
-#patch
-
 find t/ -type f -exec perl -pi -e 's|^#!/usr/local/bin|#!/usr/bin|' {} +
 
 # remove the originals of patched files...
@@ -106,11 +102,18 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README t/
+%doc Changes README doap.rdf t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 28 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.51-1
+- update to 0.51
+
+* Tue Jun 17 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.50-1
+- update to 0.50
+- drop obviated test patch
+
 * Wed May 28 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.44-2
 - bump
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Moose/F-9/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	29 May 2008 05:05:41 -0000	1.16
+++ sources	1 Jul 2008 19:36:09 -0000	1.17
@@ -1 +1 @@
-68323f4c0ebfa6580e08b47364664bc3  Moose-0.44.tar.gz
+a6f36fc2874a01dafcce09fcd3301111  Moose-0.51.tar.gz




More information about the fedora-extras-commits mailing list