rpms/perl-Module-Build/FC-2 .cvsignore, 1.3, 1.4 perl-Module-Build.spec, 1.4, 1.5 sources, 1.3, 1.4

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sat Dec 4 15:26:39 UTC 2004


Changeset from: scop

Update of /cvs/extras/rpms/perl-Module-Build/FC-2
In directory cvs.fedora.redhat.com:/tmp/cvs-serv10536/FC-2

Modified Files:
	.cvsignore perl-Module-Build.spec sources 
Log Message:
auto-import perl-Module-Build-0.2605-0.fdr.1.2 on branch FC-2 from perl-Module-Build-0.2605-0.fdr.1.2.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/FC-2/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Nov 2004 05:07:59 -0000	1.3
+++ .cvsignore	4 Dec 2004 15:26:37 -0000	1.4
@@ -1 +1 @@
-Module-Build-0.26.tar.gz
+Module-Build-0.2605.tar.gz


Index: perl-Module-Build.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/FC-2/perl-Module-Build.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Module-Build.spec	8 Nov 2004 05:07:59 -0000	1.4
+++ perl-Module-Build.spec	4 Dec 2004 15:26:37 -0000	1.5
@@ -1,7 +1,7 @@
 %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
 
 Name:           perl-Module-Build
-Version:        0.26
+Version:        0.2605
 Release:        0.fdr.1.2
 Epoch:          0
 Summary:        Perl module for building and installing Perl modules
@@ -9,7 +9,7 @@
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/Module-Build/
-Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-0.26.tar.gz
+Source0:        http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-0.2605.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -24,6 +24,11 @@
 
 %prep
 %setup -q -n Module-Build-%{version}
+# See 2004-12-01 changelog entry for rationale for this hack:
+%{__perl} -MTest::Harness::Straps -e \
+  '$Test::Harness::Straps::VERSION < 0.20 &&
+   system("%{__perl} -pi -e \"s/have_yaml = .*/have_yaml = 0;/\" \\
+             t/runthrough.t")'
 
 
 %build
@@ -55,6 +60,13 @@
 
 
 %changelog
+* Wed Dec  1 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.2605-0.fdr.1
+- Update to 0.2605.
+- Disable some tests if Test::Harness::Straps is < 0.20 to avoid failing
+  when the default @INC is longish, such as in FC3 Perl.
+  http://sourceforge.net/mailarchive/forum.php?thread_id=6056820&forum_id=10905
+  http://rt.cpan.org/NoAuth/Bug.html?id=5649
+
 * Sun Oct 10 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.26-0.fdr.1
 - Update to 0.26.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/FC-2/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Nov 2004 05:07:59 -0000	1.3
+++ sources	4 Dec 2004 15:26:37 -0000	1.4
@@ -1 +1 @@
-bba1994a3db2a53401d45cf69c25347a  Module-Build-0.26.tar.gz
+bd58160de80e8d9c5ca6aa7bb603b6ca  Module-Build-0.2605.tar.gz




More information about the scm-commits mailing list