[perl-Ouch/f15/master] 0.0401 bump

Petr Sabata psabata at fedoraproject.org
Thu May 5 12:49:38 UTC 2011


commit 9b50363b36614802622a6e9bde9e0d127a0679fa
Author: Petr Sabata <psabata at redhat.com>
Date:   Thu May 5 14:49:40 2011 +0200

    0.0401 bump

 .gitignore     |    1 +
 perl-Ouch.spec |   17 ++++++++++++-----
 sources        |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f1ab554..19a62d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Ouch-0.0300.tar.gz
+/Ouch-0.0401.tar.gz
diff --git a/perl-Ouch.spec b/perl-Ouch.spec
index 6f22a3f..a339e57 100644
--- a/perl-Ouch.spec
+++ b/perl-Ouch.spec
@@ -1,5 +1,5 @@
 Name:           perl-Ouch
-Version:        0.0300
+Version:        0.0401
 Release:        1%{?dist}
 Summary:        Exceptions that don't hurt
 License:        GPL+ or Artistic
@@ -7,11 +7,15 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Ouch/
 Source0:        http://www.cpan.org/authors/id/R/RI/RIZEN/Ouch-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(parent)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
 BuildRequires:  perl(overload)
+BuildRequires:  perl(parent)
 # Tests
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Trap)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Pod::Coverage::TrustPod)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -38,12 +42,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes dist.ini LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
-* Mon Apr 18 2011 Petr Sabata <psabata at redhat.com> 0.0300-1
+* Mon May  2 2011 Petr Sabata <psabata at redhat.com> - 0.0401-1
+- 0.0401 bump
+- Removing obsolete defattr
+
+* Mon Apr 18 2011 Petr Sabata <psabata at redhat.com> - 0.0300-1
 - Specfile autogenerated by cpanspec 1.78
 - Buildroot stuff removed
diff --git a/sources b/sources
index e569894..4f75b01 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7564126d2cc1c96f27ba05fd05674b0  Ouch-0.0300.tar.gz
+c60aac3b0ed7438ef3a68b66fb222de3  Ouch-0.0401.tar.gz


More information about the scm-commits mailing list