rpms/perl-Sub-Identify/EL-5 import.log, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-Sub-Identify.spec, 1.2, 1.3 sources, 1.2, 1.3

Lubomir Rintel (lkundrak) fedora-extras-commits at redhat.com
Sun Jul 13 20:12:09 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/perl-Sub-Identify/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1796/EL-5

Modified Files:
	.cvsignore perl-Sub-Identify.spec sources 
Added Files:
	import.log 
Log Message:
merge from devel for newer perl-Class-MOP


--- NEW FILE import.log ---
perl-Sub-Identify-0_03-1_fc10:EL-5:perl-Sub-Identify-0.03-1.fc10.src.rpm:1215979879


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Sub-Identify/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	6 Sep 2006 14:45:06 -0000	1.2
+++ .cvsignore	13 Jul 2008 20:11:10 -0000	1.3
@@ -1 +1 @@
-Sub-Identify-0.02.tar.gz
+Sub-Identify-0.03.tar.gz


Index: perl-Sub-Identify.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Sub-Identify/EL-5/perl-Sub-Identify.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Sub-Identify.spec	6 Sep 2006 14:46:21 -0000	1.2
+++ perl-Sub-Identify.spec	13 Jul 2008 20:11:10 -0000	1.3
@@ -1,13 +1,15 @@
 Name:           perl-Sub-Identify
-Version:        0.02
-Release:        2%{?dist}
+Version:        0.03
+Release:        1%{?dist}
 Summary:        Retrieve names of code references
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Sub-Identify/
 Source0:        http://www.cpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -17,6 +19,8 @@
 %prep
 %setup -q -n Sub-Identify-%{version}
 
+perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -39,11 +43,24 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes
+%doc Changes t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 28 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.03-1
+- update to 0.03
+
+* Tue Mar 04 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.02-3
+- rebuild for new perl
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.02-2.2
+- add BR: perl(Test::More)
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.02-2.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
 * Wed Sep 06 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.02-2
 - bump
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Sub-Identify/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	6 Sep 2006 14:45:06 -0000	1.2
+++ sources	13 Jul 2008 20:11:10 -0000	1.3
@@ -1 +1 @@
-5efae626e447e064f804e712e5fb03f2  Sub-Identify-0.02.tar.gz
+1489ae54818fa5bff610bb47ee77816f  Sub-Identify-0.03.tar.gz




More information about the scm-commits mailing list