rpms/perl/devel perl.spec,1.95,1.96

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 14 21:22:09 UTC 2006


Author: jvdias

Update of /cvs/dist/rpms/perl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26316

Modified Files:
	perl.spec 
Log Message:
fix upstream perl bug 34297 - "utf8 overload stringify bug"


Index: perl.spec
===================================================================
RCS file: /cvs/dist/rpms/perl/devel/perl.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- perl.spec	14 Jul 2006 15:52:41 -0000	1.95
+++ perl.spec	14 Jul 2006 21:22:06 -0000	1.96
@@ -173,7 +173,7 @@
 #               ^- stop IPC/SysV.c including <asm/page.h> for getpagesize(), which
 #               is now declared by including <unistd.h> .
 #
-Patch38:        perl-5.8.8-U34297_C28006.patch
+Patch28006:        perl-5.8.8-U34297_C28006.patch
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gawk, grep, tcsh, dos2unix, man, groff
@@ -379,7 +379,7 @@
 %patch36    -p1
 
 %patch37    -p1
-%patch38    -p1
+%patch28006 -p1
 
 #
 # Candidates for doc recoding (need case by case review):
@@ -583,7 +583,7 @@
 %endif
 
 %changelog
-* Thu Jul 13 2006 Jason Vas Dias <jvdias at redhat.com> - 4:5.8.8-8
+* Fri Jul 14 2006 Jason Vas Dias <jvdias at redhat.com> - 4:5.8.8-8
 - Fix upstream perl bug #34297:
   'utf8 overload stringify bug (utf8 caching maybe)'
   upstream patch #28006 applied




More information about the fedora-cvs-commits mailing list