diff --git a/gettext-csharp.spec b/gettext-csharp.spec index 9022d5f..7a6297b 100644 --- a/gettext-csharp.spec +++ b/gettext-csharp.spec @@ -1,7 +1,7 @@ # # spec file for package gettext-csharp (Version 0.17) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ License: LGPLv2.1+ Group: Development/Tools/Other AutoReqProv: on Version: 0.17 -Release: 98 +Release: 99 Summary: Native Language Support (NLS) for C# PreReq: %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/gettext-java.spec b/gettext-java.spec index 4a7b39c..d23d44c 100644 --- a/gettext-java.spec +++ b/gettext-java.spec @@ -1,7 +1,7 @@ # # spec file for package gettext-java (Version 0.17) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ License: LGPLv2.1+ Group: Development/Tools/Other AutoReqProv: on Version: 0.17 -Release: 110 +Release: 111 Summary: Java Support for Native Language Support (NLS) PreReq: %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/gettext-runtime.changes b/gettext-runtime.changes index 840429d..7d15365 100644 --- a/gettext-runtime.changes +++ b/gettext-runtime.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 + ------------------------------------------------------------------- Sun Dec 13 17:13:10 CET 2009 - jengelh@medozas.de diff --git a/gettext-runtime.spec b/gettext-runtime.spec index 954a6d1..1f29eb5 100644 --- a/gettext-runtime.spec +++ b/gettext-runtime.spec @@ -1,7 +1,7 @@ # # spec file for package gettext-runtime (Version 0.17) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Name: gettext-runtime %define pacname gettext Version: 0.17 -Release: 65 +Release: 66 BuildRequires: gcc-c++ perl-libintl-perl tcl # To get an updated linkdupes.sh (in case there are new dupes), temproarily enable: #BuildRequires: fdupes @@ -117,6 +117,10 @@ Authors: %patch11 %patch12 %patch13 -p1 +# 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'