update to 1.08

This commit is contained in:
Iain Arnell 2012-01-13 16:52:43 +01:00
parent ae915d2cef
commit e4a68dfa7b
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
Class-Method-Modifiers-1.05.tar.gz
/Class-Method-Modifiers-1.07.tar.gz
/Class-Method-Modifiers-1.08.tar.gz

View File

@ -1,7 +1,7 @@
Name: perl-Class-Method-Modifiers
Summary: Provides Moose-like method modifiers
Version: 1.07
Release: 3%{?dist}
Version: 1.08
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Class-Method-Modifiers-%{version}.tar.gz
@ -10,7 +10,6 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
@ -52,12 +51,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
make test
%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*
%changelog
* Fri Jan 13 2012 Iain Arnell <iarnell@gmail.com> 1.08-1
- update to latest upstream version
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
32c45c765668fd335bc8af8041bf229e Class-Method-Modifiers-1.07.tar.gz
9057bb1c839383dccf22da995635eab8 Class-Method-Modifiers-1.08.tar.gz