From b797869b06503b7c843f1c9198ee1d5efdf70997 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Wed, 18 Jun 2008 05:48:33 +0000 Subject: [PATCH] - update to 0.50 - drop obviated test patch --- .cvsignore | 2 +- perl-Moose.spec | 22 +++++++++++----------- sources | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.cvsignore b/.cvsignore index 93a5ea1..d9a41a6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Moose-0.44.tar.gz +Moose-0.50.tar.gz diff --git a/perl-Moose.spec b/perl-Moose.spec index 753b1c4..8ae2884 100644 --- a/perl-Moose.spec +++ b/perl-Moose.spec @@ -1,24 +1,23 @@ Name: perl-Moose -Version: 0.44 -Release: 2%{?dist} +Version: 0.50 +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 @@ Perl 6 OO. So instead of switching to Ruby, I wrote Moose :) %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,15 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README t/ +%doc Changes README doap.rdf t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Tue Jun 17 2008 Chris Weyl 0.50-1 +- update to 0.50 +- drop obviated test patch + * Wed May 28 2008 Chris Weyl 0.44-2 - bump diff --git a/sources b/sources index d06d4ca..9452106 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -68323f4c0ebfa6580e08b47364664bc3 Moose-0.44.tar.gz +d3a491e98e516ffef01355f14aef85ae Moose-0.50.tar.gz