[perl-Exception-Class/el4/master: 10/10] Merge el4 and el5 branches together

Paul Howarth pghmcfc at fedoraproject.org
Wed Mar 2 15:02:05 UTC 2011


commit 2278ef45b824bd301fc59ee72bf0b61268322e30
Merge: e890d4a 631482f
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Mar 2 14:59:48 2011 +0000

    Merge el4 and el5 branches together

 .gitignore                |    2 +-
 perl-Exception-Class.spec |   32 ++++++++++++++++++++++----------
 sources                   |    2 +-
 3 files changed, 24 insertions(+), 12 deletions(-)
---
diff --cc .gitignore
index 3ea7707,bab5cea..145ee9e
--- a/.gitignore
+++ b/.gitignore
@@@ -1,1 -1,1 +1,1 @@@
- Exception-Class-1.21.tar.gz
 -Exception-Class-1.23.tar.gz
++/Exception-Class-1.23.tar.gz
diff --cc perl-Exception-Class.spec
index dd07e7b,c875695..bca7fe4
--- a/perl-Exception-Class.spec
+++ b/perl-Exception-Class.spec
@@@ -1,20 -1,16 +1,16 @@@
  Name:           perl-Exception-Class
- Version:        1.21
+ Version:        1.23
  Release:        2%{?dist}
  Summary:        Exception::Class Perl module
--License:        GPL or Artistic
++License:        GPL+ or Artistic
  Group:          Development/Libraries
  URL:            http://search.cpan.org/dist/Exception-Class/
- Source0:        http://www.cpan.org/modules/by-module/Exception/Exception-Class-1.21.tar.gz
 -Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/Exception-Class-%{version}.tar.gz
++Source0:        http://backpan.perl.org/authors/id/D/DR/DROLSKY/Exception-Class-%{version}.tar.gz
  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  BuildArch:      noarch
- BuildRequires:  perl(Test::More) >= 0.46
- BuildRequires:  perl(Scalar::Util)
- BuildRequires:  perl(Devel::StackTrace) >= 1.1
+ BuildRequires:  perl(Devel::StackTrace) >= 1.12
  BuildRequires:  perl(Class::Data::Inheritable) >= 0.02
- Requires:       perl(Test::More) >= 0.46
- Requires:       perl(Scalar::Util)
- Requires:       perl(Devel::StackTrace) >= 1.1
+ Requires:       perl(Devel::StackTrace) >= 1.12
  Requires:       perl(Class::Data::Inheritable) >= 0.02
  Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  
@@@ -53,6 -54,21 +51,20 @@@ rm -rf $RPM_BUILD_ROO
  %{_mandir}/man3/*
  
  %changelog
+ * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 1.23-2
+ - Canonicalize Source0 URL.
+ - Fix find option order.
+ - Drop executable bit from Exception/Class.pm to avoid a rpmlint warning.
+ 
+ * Fri Feb 03 2006 Steven Pritchard <steve at kspei.com> 1.23-1
+ - Update to 1.23
+ 
+ * Tue Jan 10 2006 Steven Pritchard <steve at kspei.com> 1.22-1
+ - Update to 1.22
+ 
+ * Mon Sep 05 2005 Steven Pritchard <steve at kspei.com> 1.21-3
+ - Remove explicit core module dependencies
 -- Add COPYING and Artistic
+ 
  * Wed Aug 17 2005 Steven Pritchard <steve at kspei.com> 1.21-2
  - Minor spec cleanup
  



More information about the perl-devel mailing list