From 07bd4b6d8556af3e888580a2769aa06eb8bb624d Mon Sep 17 00:00:00 2001 From: Iain Arnell Date: Sun, 13 Mar 2011 10:24:56 +0100 Subject: [PATCH] update to 1.07 --- .gitignore | 1 + perl-Class-Method-Modifiers.spec | 16 +++++++--------- sources | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index afd7467..c4a50d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Class-Method-Modifiers-1.05.tar.gz +/Class-Method-Modifiers-1.07.tar.gz diff --git a/perl-Class-Method-Modifiers.spec b/perl-Class-Method-Modifiers.spec index 1249fca..f8d568e 100644 --- a/perl-Class-Method-Modifiers.spec +++ b/perl-Class-Method-Modifiers.spec @@ -1,18 +1,17 @@ Name: perl-Class-Method-Modifiers Summary: Provides Moose-like method modifiers -Version: 1.05 -Release: 4%{?dist} +Version: 1.07 +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 URL: http://search.cpan.org/dist/Class-Method-Modifiers -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) >= 6.42 BuildRequires: perl(MRO::Compat) -BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) @@ -43,8 +42,6 @@ particular modifiers work. make %{?_smp_mflags} %install -rm -rf %{buildroot} - make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' @@ -54,9 +51,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %check make test -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc Changes @@ -64,6 +58,10 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sun Mar 13 2011 Iain Arnell 1.07-1 +- update to latest upstream version +- clean up spec for modern rpmbuild + * Tue Feb 08 2011 Fedora Release Engineering - 1.05-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index d22c09f..051d4cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f504d4a95b2994835fbe72a3790864e Class-Method-Modifiers-1.05.tar.gz +32c45c765668fd335bc8af8041bf229e Class-Method-Modifiers-1.07.tar.gz