rpms/perl-Module-Build/FC-5 .cvsignore, 1.11, 1.12 perl-Module-Build.spec, 1.18, 1.19 sources, 1.11, 1.12

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Aug 8 18:55:33 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Module-Build/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26806

Modified Files:
	.cvsignore perl-Module-Build.spec sources 
Log Message:
Sync with devel.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/FC-5/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	23 May 2006 02:12:10 -0000	1.11
+++ .cvsignore	8 Aug 2006 18:55:33 -0000	1.12
@@ -1 +1 @@
-Module-Build-0.2801.tar.gz
+Module-Build-0.2805.tar.gz


Index: perl-Module-Build.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/FC-5/perl-Module-Build.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- perl-Module-Build.spec	23 May 2006 02:12:10 -0000	1.18
+++ perl-Module-Build.spec	8 Aug 2006 18:55:33 -0000	1.19
@@ -1,7 +1,8 @@
-%define module_version 0.2801
+%define module_version 0.2805
 
 Name:           perl-Module-Build
-Version:        0.2801
+# When the module version is x.yz, set Version to x.yz00.
+Version:        0.2805
 Release:        1%{?dist}
 Summary:        Perl module for building and installing Perl modules
 License:        GPL or Artistic
@@ -15,6 +16,7 @@
 BuildRequires:  perl(ExtUtils::ParseXS) >= 1.02
 BuildRequires:  perl(YAML)
 BuildRequires:  perl(Pod::Readme) >= 0.04
+#BuildRequires:  perl(version) >= 0.661
 Requires:       perl(Archive::Tar) >= 1.08
 Requires:       perl(ExtUtils::CBuilder) >= 0.15
 Requires:       perl(ExtUtils::ParseXS) >= 1.02
@@ -43,7 +45,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
@@ -62,6 +64,15 @@
 %{_mandir}/man3/Module::Build*.3*
 
 %changelog
+* Sat Aug 05 2006 Steven Pritchard <steve at kspei.com> 0.2805-1
+- Update to 0.2805.
+- Use the bundled version.pm code for now.
+
+* Fri Jul 28 2006 Steven Pritchard <steve at kspei.com> 0.2804-1
+- Update to 0.2804.
+- BR perl(version).
+- Fix find option order.
+
 * Mon May 22 2006 Steven Pritchard <steve at kspei.com> 0.2801-1
 - Update to 0.2801.
 - Drop the /dev/zero hack.  (Upstream fixed this problem.)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/FC-5/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	23 May 2006 02:12:10 -0000	1.11
+++ sources	8 Aug 2006 18:55:33 -0000	1.12
@@ -1 +1 @@
-fa10e5b53bc41e3948df56d4d115764d  Module-Build-0.2801.tar.gz
+598bb59b86c2c4842eeffb03392fab5b  Module-Build-0.2805.tar.gz




More information about the fedora-extras-commits mailing list