[perl-Exception-Class] Update license and dependencies

Jitka Plesnikova jplesnik at fedoraproject.org
Wed Jun 26 14:01:40 UTC 2013


commit 0b89c9e3e3c085a53a268cf122a0ae62dbbe7324
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Wed Jun 26 16:01:10 2013 +0200

    Update license and dependencies

 perl-Exception-Class.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl-Exception-Class.spec b/perl-Exception-Class.spec
index fbdbe5c..ad51b3d 100644
--- a/perl-Exception-Class.spec
+++ b/perl-Exception-Class.spec
@@ -1,19 +1,23 @@
 Name:           perl-Exception-Class
 Version:        1.37
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Module that allows you to declare real exception classes in Perl
-License:        Artistic 2.0
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Exception-Class/
 Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/Exception-Class-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(base)
 BuildRequires:  perl(Class::Data::Inheritable) >= 0.02
 BuildRequires:  perl(Devel::StackTrace) >= 1.20
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(overload)
 BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More) >= 0.46
+BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -42,6 +46,10 @@ make test
 %{_mandir}/man3/Exception::Class::Base.3pm*
 
 %changelog
+* Wed Jun 26 2013 Jitka Plesnikova <jplesnik at redhat.com> - 1.37-2
+- License is GPL+ or Artistic now
+- Specify all dependencies
+
 * Sun Feb 24 2013 Paul Howarth <paul at city-fan.org> - 1.37-1
 - Update to 1.37
   - I now recommend you use Throwable instead of this module; it has a nicer,



More information about the perl-devel mailing list