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