rpms/gettext/devel gettext-php-prinf-output-237241.patch, NONE, 1.1 gettext.spec, 1.73, 1.74

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 30 08:14:49 UTC 2007


Author: petersen

Update of /cvs/dist/rpms/gettext/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7758

Modified Files:
	gettext.spec 
Added Files:
	gettext-php-prinf-output-237241.patch 
Log Message:
- add gettext-php-prinf-output-237241.patch to workaround php test failure
  (#237241)


gettext-php-prinf-output-237241.patch:
 lang-php |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gettext-php-prinf-output-237241.patch ---
--- gettext-0.16.1/gettext-tools/tests/lang-php~	2006-11-28 03:02:08.000000000 +1000
+++ gettext-0.16.1/gettext-tools/tests/lang-php	2007-04-30 17:51:31.000000000 +1000
@@ -15,7 +15,7 @@
   bindtextdomain ("prog", ".");
   echo _("'Your command, please?', asked the waiter.");
   echo "\n";
-  echo printf(_("%s is replaced by %s."), "FF", "EUR");
+  printf(_("%s is replaced by %s."), "FF", "EUR");
   echo "\n";
 ?>
 EOF


Index: gettext.spec
===================================================================
RCS file: /cvs/dist/rpms/gettext/devel/gettext.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- gettext.spec	19 Mar 2007 04:16:15 -0000	1.73
+++ gettext.spec	30 Apr 2007 08:14:47 -0000	1.74
@@ -4,7 +4,7 @@
 Summary: GNU libraries and utilities for producing multi-lingual messages
 Name: gettext
 Version: 0.16.1
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPL/LGPL
 Group: Development/Tools
 Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
@@ -25,6 +25,7 @@
 Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Patch1: gettext-tools-tests-lang-gawk-fail.patch
 Patch2: gettext-php-headers.patch
+Patch3: gettext-php-prinf-output-237241.patch
 
 %description
 The GNU gettext package provides a set of tools and documentation for
@@ -60,6 +61,7 @@
 %setup -q
 %patch1 -p1 -b .1-fails~
 %patch2 -p0 -b .2-header~
+%patch3 -p1 -b .3-printf~
 
 
 %build
@@ -225,7 +227,9 @@
 
 
 %changelog
-* Mon Mar 19 2007 Jens Petersen <petersen at redhat.com>
+* Mon Apr 30 2007 Jens Petersen <petersen at redhat.com> - 0.16.1-8
+- add gettext-php-prinf-output-237241.patch to workaround php test failure
+  (#237241)
 - add gettext-php-headers.patch to correct php test headers
   (Robert Scheck, #232832)
 




More information about the fedora-cvs-commits mailing list