rpms/perl/devel perl.spec,1.122,1.123

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Wed Jul 25 00:25:35 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15436

Modified Files:
	perl.spec 
Log Message:
Appy hostname test patch, and cwd() patch.


Index: perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl/devel/perl.spec,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- perl.spec	2 Jul 2007 19:17:35 -0000	1.122
+++ perl.spec	25 Jul 2007 00:25:02 -0000	1.123
@@ -20,7 +20,7 @@
 
 Name:           perl
 Version:        %{perl_version}
-Release:        21%{?dist}
+Release:        22%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        The Perl programming language
 Group:          Development/Languages
@@ -108,11 +108,13 @@
 Patch37:        perl-5.8.8-useCFLAGSwithCC.patch
 # Upstream bug 39903
 Patch38:        perl-5.8.8-bz199736.patch
-# Disable test_hosts because some tests fail in mock buildroots
+# Disable test_hosts because hostname tests fail in mock buildroots
 Patch39:        perl-5.8.8-disable_test_hosts.patch
 # XXX: Fixme - Finish patch.
 #Patch39:        perl-5.8.8-bz204679.patch
 Patch40:	perl-5.8.8-U28775.patch
+Patch41:        perl-5.8.8-bz247386-file-spec-cwd.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{perl_version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  tcsh, dos2unix, man, groff
 BuildRequires:  gdbm-devel, db4-devel
@@ -344,8 +346,9 @@
 %patch36 -p1
 %patch37 -p1
 %patch38 -p1
-#%patch39 -p1
+%patch39 -p1
 %patch40 -p1
+%patch41 -p1
 #
 # Candidates for doc recoding (need case by case review):
 # find . -name "*.pod" -o -name "README*" -o -name "*.pm" | xargs file -i | grep charset= | grep -v '\(us-ascii\|utf-8\)'
@@ -742,6 +745,12 @@
 # Nothing. Nada. Zilch. Zarro. Uh uh. Nope. Sorry.
 
 %changelog
+* Tue Jul 24 2007 Robin Norwood <rnorwood at redhat.com> - 4:5.8.8-22
+- Resolves: rhbz#247386
+- Use getcwd() instead of cwd() in File::Spec::Unix to avoid forking.
+- Appy patch to skip hostname tests, since hostname lookup isn't
+  available in Fedora buildroots by design.
+
 * Mon Jul  2 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 4:5.8.8-21
 - perl-core metapackage
 




More information about the scm-commits mailing list