From 5ebf559073d913dcc9d2cb305baa7bd89fc3b1375546d6c2d5a82aa3207f013f Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 1 Apr 2010 01:03:16 +0000 Subject: [PATCH] Accepting request 35944 from Base:System Copy from Base:System/gettext-runtime based on submit request 35944 from user coolo OBS-URL: https://build.opensuse.org/request/show/35944 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gettext-runtime?expand=0&rev=20 --- gettext-csharp.changes | 6 ++++++ gettext-csharp.spec | 6 +++++- gettext-java.changes | 6 ++++++ gettext-java.spec | 6 +++++- gettext-runtime.spec | 2 +- 5 files changed, 23 insertions(+), 3 deletions(-) diff --git a/gettext-csharp.changes b/gettext-csharp.changes index cce5db4..5bb6342 100644 --- a/gettext-csharp.changes +++ b/gettext-csharp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 5 09:34:18 UTC 2010 - puzel@novell.com + +- remove gettext-tools/gnulib-m4/openmp.m4: fix build with new + autoconf + ------------------------------------------------------------------- Mon Jul 27 12:52:23 CEST 2009 - rguenther@suse.de diff --git a/gettext-csharp.spec b/gettext-csharp.spec index 7a6297b..800e638 100644 --- a/gettext-csharp.spec +++ b/gettext-csharp.spec @@ -26,7 +26,7 @@ License: LGPLv2.1+ Group: Development/Tools/Other AutoReqProv: on Version: 0.17 -Release: 99 +Release: 100 Summary: Native Language Support (NLS) for C# PreReq: %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -88,6 +88,10 @@ Authors: %patch10 %patch11 %patch12 +# fix build with new autoconf +# see comments in the file and +# http://www.mail-archive.com/bug-gnulib@gnu.org/msg12384.html +rm -f gettext-tools/gnulib-m4/openmp.m4 pushd gettext-tools/misc tar xfz archive.tar.gz find . -name gettext.m4,v -print0 | xargs -0 perl -spi -e 's/\(int\) /\(long\) /g' diff --git a/gettext-java.changes b/gettext-java.changes index 30ef171..093e133 100644 --- a/gettext-java.changes +++ b/gettext-java.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 5 09:34:18 UTC 2010 - puzel@novell.com + +- remove gettext-tools/gnulib-m4/openmp.m4: fix build with new + autoconf + ------------------------------------------------------------------- Mon Jul 27 12:52:06 CEST 2009 - rguenther@suse.de diff --git a/gettext-java.spec b/gettext-java.spec index d23d44c..5d88c7b 100644 --- a/gettext-java.spec +++ b/gettext-java.spec @@ -25,7 +25,7 @@ License: LGPLv2.1+ Group: Development/Tools/Other AutoReqProv: on Version: 0.17 -Release: 111 +Release: 112 Summary: Java Support for Native Language Support (NLS) PreReq: %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -72,6 +72,10 @@ Authors: %patch10 %patch11 %patch12 +# fix build with new autoconf +# see comments in the file and +# http://www.mail-archive.com/bug-gnulib@gnu.org/msg12384.html +rm -f gettext-tools/gnulib-m4/openmp.m4 pushd gettext-tools/misc tar xfz archive.tar.gz find . -name gettext.m4,v -print0 | xargs -0 perl -spi -e 's/\(int\) /\(long\) /g' diff --git a/gettext-runtime.spec b/gettext-runtime.spec index 1f29eb5..55eab1a 100644 --- a/gettext-runtime.spec +++ b/gettext-runtime.spec @@ -21,7 +21,7 @@ Name: gettext-runtime %define pacname gettext Version: 0.17 -Release: 66 +Release: 67 BuildRequires: gcc-c++ perl-libintl-perl tcl # To get an updated linkdupes.sh (in case there are new dupes), temproarily enable: #BuildRequires: fdupes