rpms/perl-SUPER/devel .cvsignore, 1.2, 1.3 perl-SUPER.spec, 1.2, 1.3 sources, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Oct 4 04:18:41 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-SUPER/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8668/devel

Modified Files:
	.cvsignore perl-SUPER.spec sources 
Log Message:
update 



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-SUPER/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	7 Sep 2006 22:50:44 -0000	1.2
+++ .cvsignore	4 Oct 2006 04:18:41 -0000	1.3
@@ -1 +1 @@
-SUPER-1.14.tar.gz
+SUPER-1.15.tar.gz


Index: perl-SUPER.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-SUPER/devel/perl-SUPER.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-SUPER.spec	7 Sep 2006 23:06:00 -0000	1.2
+++ perl-SUPER.spec	4 Oct 2006 04:18:41 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-SUPER
-Version:        1.14
-Release:        4%{?dist}
+Version:        1.15
+Release:        1%{?dist}
 Summary:        Sane superclass method dispatcher
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -16,6 +16,9 @@
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Sub::Identify)
 
+# not picked up due to use base
+Requires:       perl(Exporter)
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -52,6 +55,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Oct 03 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.15-1
+- update to 1.15
+- add explict requires on perl(Exporter); missed due to a use base construct
+
 * Thu Sep 07 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.14-4
 - bump
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-SUPER/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	7 Sep 2006 22:50:44 -0000	1.2
+++ sources	4 Oct 2006 04:18:41 -0000	1.3
@@ -1 +1 @@
-591389c353df308ee9e70d38f0e3570b  SUPER-1.14.tar.gz
+41e4bb405cfad7efe0da34f08fe5ee91  SUPER-1.15.tar.gz




More information about the scm-commits mailing list