[perl-Class-ErrorHandler] 0.02 bump

Petr Pisar ppisar at fedoraproject.org
Thu Jul 18 14:56:48 UTC 2013


commit afbacc6001dd6c8decf3944dff55cc2eb38fe54d
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Jul 18 16:56:30 2013 +0200

    0.02 bump

 .gitignore                   |    1 +
 perl-Class-ErrorHandler.spec |   25 +++++++++++++++++++++----
 sources                      |    2 +-
 3 files changed, 23 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6ad6516..d33b66f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Class-ErrorHandler-0.01.tar.gz
+/Class-ErrorHandler-0.02.tar.gz
diff --git a/perl-Class-ErrorHandler.spec b/perl-Class-ErrorHandler.spec
index fc13bf8..a0f6051 100644
--- a/perl-Class-ErrorHandler.spec
+++ b/perl-Class-ErrorHandler.spec
@@ -1,15 +1,29 @@
 Name:           perl-Class-ErrorHandler
-Version:        0.01
-Release:        18%{?dist}
+Version:        0.02
+Release:        1%{?dist}
 Summary:        Class::ErrorHandler Perl module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Class-ErrorHandler/
-Source0:        http://www.cpan.org/authors/id/B/BT/BTROTT/Class-ErrorHandler-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Class-ErrorHandler-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:	perl-Pod-Perldoc
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(ExtUtils::Manifest)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+BuildRequires:  perl-Pod-Perldoc
+# Tests:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Test)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -49,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar <ppisar at redhat.com> - 0.02-1
+- 0.02 bump
+
 * Thu Jul 18 2013 Petr Pisar <ppisar at redhat.com> - 0.01-18
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 69c6571..cac7588 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a07ad34dfcdf510677f92e47643976d  Class-ErrorHandler-0.01.tar.gz
+b516490ce7cf919d690f40f68c59a37c  Class-ErrorHandler-0.02.tar.gz



More information about the perl-devel mailing list