rpms/perl-Module-Build/FC-4 .cvsignore, 1.9, 1.10 perl-Module-Build.spec, 1.13, 1.14 sources, 1.9, 1.10

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue May 23 02:13:06 UTC 2006


Author: steve

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

Modified Files:
	.cvsignore perl-Module-Build.spec sources 
Log Message:
Update to 0.2801.
Drop the /dev/zero hack.  (Upstream fixed this problem.)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/FC-4/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	20 May 2006 20:04:03 -0000	1.9
+++ .cvsignore	23 May 2006 02:13:05 -0000	1.10
@@ -1 +1 @@
-Module-Build-0.28.tar.gz
+Module-Build-0.2801.tar.gz


Index: perl-Module-Build.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/FC-4/perl-Module-Build.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- perl-Module-Build.spec	20 May 2006 20:04:03 -0000	1.13
+++ perl-Module-Build.spec	23 May 2006 02:13:05 -0000	1.14
@@ -1,8 +1,8 @@
-%define module_version 0.28
+%define module_version 0.2801
 
 Name:           perl-Module-Build
-Version:        0.2800
-Release:        2%{?dist}
+Version:        0.2801
+Release:        1%{?dist}
 Summary:        Perl module for building and installing Perl modules
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -48,9 +48,7 @@
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
 %check
-# 0.28 builds fail in the build system due
-# to no stdin in t/extend, so we cheat.
-./Build test < /dev/zero
+./Build test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -64,6 +62,10 @@
 %{_mandir}/man3/Module::Build*.3*
 
 %changelog
+* 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.)
+
 * Thu May 18 2006 Steven Pritchard <steve at kspei.com> 0.2800-2
 - Take input from /dev/zero during "Build test" to avoid test failure.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/FC-4/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	20 May 2006 20:04:03 -0000	1.9
+++ sources	23 May 2006 02:13:05 -0000	1.10
@@ -1 +1 @@
-8b3d9cf3eadebdfbe5847d80ed3a2d0b  Module-Build-0.28.tar.gz
+fa10e5b53bc41e3948df56d4d115764d  Module-Build-0.2801.tar.gz




More information about the fedora-extras-commits mailing list