From e3100a0d16451f08d367a1f7139c3e0fa0dde7f11d12e488f4440dfcc48f50aa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Jun 2013 09:36:12 +0000 Subject: [PATCH] - Update to version 0.18.2.1: Version 0.18.2 - December 2012 + xgettext now understands the block comment syntax of Guile 2.0. + libgettextpo library: * The initial msgstr of a new message is now "", not NULL. * Bug fixes in the functions po_message_is_range, po_file_check_all, po_message_check_all. + Installation options: The configure options --with-xz and --with-bzip2 can be used to specify alternate compression methods for the archive used by the 'autopoint' program. These options, together with --with-git, allow to trade dependencies against installed package size. --with-xz has the highest compression rate, followed by --with-git, followed by --with-bzip2. + Autoconf macros: * The autoconf macros installed by 'gettextize' now work with the forthcoming Automake 1.14 and require Autoconf version 2.60 or newer. + Portability: * Building on MacOS X 10.7, Cygwin 1.7.10, and newer 64-bit mingw is now supported. - Remove obsolete patches: + getext-stdio.in.patch + gettext-codecleanup.patch - Update to version 0.18.2.1: Version 0.18.2 - December 2012 + xgettext now understands the block comment syntax of Guile 2.0. + libgettextpo library: * The initial msgstr of a new message is now "", not NULL. * Bug fixes in the functions po_message_is_range, po_file_check_all, po_message_check_all. OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=69 --- gettext-csharp.changes | 28 ++++++++++++++++++++++++++++ gettext-csharp.spec | 2 +- gettext-java.changes | 28 ++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 1 deletion(-) diff --git a/gettext-csharp.changes b/gettext-csharp.changes index 42d6a97..1333bf4 100644 --- a/gettext-csharp.changes +++ b/gettext-csharp.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sat Jun 8 08:39:07 UTC 2013 - christoph.miebach@web.de + +- Update to version 0.18.2.1: Version 0.18.2 - December 2012 + + xgettext now understands the block comment syntax of Guile 2.0. + + libgettextpo library: + * The initial msgstr of a new message is now "", not NULL. + * Bug fixes in the functions po_message_is_range, + po_file_check_all, po_message_check_all. + + Installation options: + The configure options --with-xz and --with-bzip2 can be used to + specify alternate compression methods for the archive used by + the 'autopoint' program. These options, together with + --with-git, allow to trade dependencies against installed + package size. --with-xz has the highest compression rate, + followed by --with-git, followed by --with-bzip2. + + Autoconf macros: + * The autoconf macros installed by 'gettextize' now work with + the forthcoming Automake 1.14 and require Autoconf version + 2.60 or newer. + + Portability: + * Building on MacOS X 10.7, Cygwin 1.7.10, and newer 64-bit + mingw is now supported. + +- Remove obsolete patches: + + getext-stdio.in.patch + + gettext-codecleanup.patch + ------------------------------------------------------------------- Wed Mar 27 07:50:30 UTC 2013 - mmeister@suse.com diff --git a/gettext-csharp.spec b/gettext-csharp.spec index 8393c81..9747b6e 100644 --- a/gettext-csharp.spec +++ b/gettext-csharp.spec @@ -18,11 +18,11 @@ Name: gettext-csharp BuildRequires: fdupes +BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: mono-devel BuildRequires: perl-libintl-perl BuildRequires: tcl -BuildRequires: gcc-c++ Requires: mono Url: http://www.gnu.org/software/gettext/ Version: 0.18.2.1 diff --git a/gettext-java.changes b/gettext-java.changes index e29a2f8..ce86414 100644 --- a/gettext-java.changes +++ b/gettext-java.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sat Jun 8 08:39:07 UTC 2013 - christoph.miebach@web.de + +- Update to version 0.18.2.1: Version 0.18.2 - December 2012 + + xgettext now understands the block comment syntax of Guile 2.0. + + libgettextpo library: + * The initial msgstr of a new message is now "", not NULL. + * Bug fixes in the functions po_message_is_range, + po_file_check_all, po_message_check_all. + + Installation options: + The configure options --with-xz and --with-bzip2 can be used to + specify alternate compression methods for the archive used by + the 'autopoint' program. These options, together with + --with-git, allow to trade dependencies against installed + package size. --with-xz has the highest compression rate, + followed by --with-git, followed by --with-bzip2. + + Autoconf macros: + * The autoconf macros installed by 'gettextize' now work with + the forthcoming Automake 1.14 and require Autoconf version + 2.60 or newer. + + Portability: + * Building on MacOS X 10.7, Cygwin 1.7.10, and newer 64-bit + mingw is now supported. + +- Remove obsolete patches: + + getext-stdio.in.patch + + gettext-codecleanup.patch + ------------------------------------------------------------------- Wed Mar 27 07:51:16 UTC 2013 - mmeister@suse.com