From 61a16da9ee42ae1405832ff56157826626c50b84 Mon Sep 17 00:00:00 2001 From: Leon Ho Date: Mon, 1 Nov 2004 15:00:43 +0000 Subject: [PATCH] - fix call on phase0_getc() - fix temp file issue (#136323 - CAN-2004-0966 - mjc) --- gettext.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gettext.spec b/gettext.spec index 73fab03..6d977d8 100644 --- a/gettext.spec +++ b/gettext.spec @@ -5,7 +5,7 @@ Summary: GNU libraries and utilities for producing multi-lingual messages. Name: gettext Version: 0.14.1 -Release: 11 +Release: 12 License: GPL/LGPL Group: Development/Tools Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz @@ -13,6 +13,8 @@ URL: http://www.gnu.org/software/gettext/ Source1: po-mode-init.el Source2: msghack.py Patch0: gettext-0.14.1-amd64-libtool.patch +Patch1: gettext-0.14.1-phase0getc.patch +Patch2: gettext-0.14.1-tempfile.patch Prereq: /sbin/install-info %ifarch x86_64 ppc64 s390x BuildRequires: automake >= 1.8, autoconf >= 2.5 @@ -52,6 +54,8 @@ rm -rf %{buildroot} %ifarch x86_64 ppc64 s390x %patch0 -p1 -b .x86_64 %endif +%patch1 -p1 -b .phasegetc +%patch2 -p1 -b .tempfile %build [ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || : @@ -208,6 +212,10 @@ fi %{_libdir}/%{name}/gnu.gettext.* %changelog +* Mon Nov 01 2004 Leon Ho +- fix call on phase0_getc() +- fix temp file issue (#136323 - CAN-2004-0966 - mjc) + * Sun Oct 03 2004 Leon Ho - fixed typo on %preun on -devel