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