commit 3e54b456e73726ad48b55c181860f95d82f87882 Author: Iain Arnell <iarnell@xxxxxxxxx> Date: Sat Oct 9 04:49:18 2010 +0200 update to 0.11 - license change from "GPL+ or Artistic" to "Artistic 2.0" - clean up spec for modern rpmbuild .gitignore | 1 + perl-MooseX-StrictConstructor.spec | 24 ++++++++++++------------ sources | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) --- diff --git a/.gitignore b/.gitignore index 8ecad57..b22bcc1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ MooseX-StrictConstructor-0.08.tar.gz +/MooseX-StrictConstructor-0.11.tar.gz diff --git a/perl-MooseX-StrictConstructor.spec b/perl-MooseX-StrictConstructor.spec index 867d854..682a510 100644 --- a/perl-MooseX-StrictConstructor.spec +++ b/perl-MooseX-StrictConstructor.spec @@ -1,19 +1,19 @@ Name: perl-MooseX-StrictConstructor -Version: 0.08 -Release: 4%{?dist} +Version: 0.11 +Release: 1%{?dist} # see lib/MooseX/StrictConstructor.pm -License: GPL+ or Artistic +License: Artistic 2.0 Group: Development/Libraries Summary: Make your object constructors blow up on unknown attributes Source: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/MooseX-StrictConstructor-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-StrictConstructor -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Module::Build::Compat) -BuildRequires: perl(Moose) >= 0.74 -BuildRequires: perl(Test::More) +BuildRequires: perl(Moose) >= 0.94 +BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::Moose) +BuildRequires: perl(Test::More) >= 0.88 %description @@ -30,8 +30,6 @@ small typos. make %{?_smp_mflags} %install -rm -rf %{buildroot} - make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' @@ -41,9 +39,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %check make test -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc Changes README t/ @@ -51,6 +46,11 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Fri Oct 08 2010 Iain Arnell <iarnell@xxxxxxx> 0.11-1 +- update to latest upstream +- license change from "GPL+ or Artistic" to "Artistic 2.0" +- clean up spec for modern rpmbuild + * Tue May 04 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 0.08-4 - Mass rebuild with perl-5.12.0 diff --git a/sources b/sources index b842a91..2a6dafc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c8a293d07050bffda541d76ef591a13e MooseX-StrictConstructor-0.08.tar.gz +957a8ac265d8324f4600c4d1393be241 MooseX-StrictConstructor-0.11.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel