Hello community, here is the log from the commit of package gettext-runtime for openSUSE:Factory checked in at 2013-09-13 14:44:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gettext-runtime (Old) and /work/SRC/openSUSE:Factory/.gettext-runtime.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gettext-runtime" Changes: -------- --- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-csharp.changes 2013-06-17 10:33:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-csharp.changes 2013-09-13 14:44:42.000000000 +0200 @@ -1,0 +2,68 @@ +Mon Aug 12 10:45:36 UTC 2013 - [email protected] + +- Version 0.18.3 - July 2013 + + * Runtime behaviour: + On Mac OS X systems, the setlocale() function now properly + invalidates loaded message catalogs when a locale has been set. + + * Programming languages support: + + - C++: + The gnu::autosprintf class now provides an assignment + operator. + + - Glade: + xgettext now supports GtkBuider file format used by Glade 3. + xgettext now also extracts contexts (msgctxt) from Glade 2 + and GtkBuider files. + + - JavaScript: + xgettext now partially supports JavaScript. Since the + current JavaScript specification (ECMA-262) does not define + the standard set of formatting methods nor translation + functions, the implementation supports only a limited + set of formatting methods and translation functions commonly + used in Gjs and other popular JavaScript implemenations and + libraries. + + - Lua: + xgettext now supports Lua, using Ľubomír Remák's lua-gettext. + + - Python: + xgettext and msgfmt's format string checking now recognize + Python format string in braced syntax (PEP 3101). xgettext + now also supports explicit string concatenation with '+' and + handles platform dependent line terminators (LF/CR/CRLF) + transparently. + + - Tcl: + Bug fix in xgettext Unicode escape handling. + + - Vala: + xgettext now supports Vala. + + * msgattrib now has --previous option to keep previous msgid when + making messages fuzzy, similar to msgmerge --previous. + + * msgfmt now checks PO file headers more strictly with less + false-positives. + + * 'gettextize' now checks macro directories specified with + AC_CONFIG_MACRO_DIRS in configure.ac. + + * Portability: + - msginit now does not require GNU sed. + - The Makefile rule for generating en@quot and en@boldquot now + uses @SED@ variable instead of hard-coded 'sed' command to + allow users to supply GNU sed. + + * Future backward-incompatibilities: + - In future Gettext versions, the files installed by + 'gettextize' will require Automake 1.10 or later. This will + improve the compatibility of user projects with newer + Automake versions. +- Remove upstreamed patches: + gettext-configure.patch + +------------------------------------------------------------------- gettext-java.changes: same change --- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime-mini.changes 2013-06-29 14:25:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime-mini.changes 2013-09-13 14:44:42.000000000 +0200 @@ -1,0 +2,69 @@ +Mon Aug 12 10:45:36 UTC 2013 - [email protected] + +- Version 0.18.3 - July 2013 + + * Runtime behaviour: + On Mac OS X systems, the setlocale() function now properly + invalidates loaded message catalogs when a locale has been set. + + * Programming languages support: + + - C++: + The gnu::autosprintf class now provides an assignment + operator. + + - Glade: + xgettext now supports GtkBuider file format used by Glade 3. + xgettext now also extracts contexts (msgctxt) from Glade 2 + and GtkBuider files. + + - JavaScript: + xgettext now partially supports JavaScript. Since the + current JavaScript specification (ECMA-262) does not define + the standard set of formatting methods nor translation + functions, the implementation supports only a limited + set of formatting methods and translation functions commonly + used in Gjs and other popular JavaScript implemenations and + libraries. + + - Lua: + xgettext now supports Lua, using Ľubomír Remák's lua-gettext. + + - Python: + xgettext and msgfmt's format string checking now recognize + Python format string in braced syntax (PEP 3101). xgettext + now also supports explicit string concatenation with '+' and + handles platform dependent line terminators (LF/CR/CRLF) + transparently. + + - Tcl: + Bug fix in xgettext Unicode escape handling. + + - Vala: + xgettext now supports Vala. + + * msgattrib now has --previous option to keep previous msgid when + making messages fuzzy, similar to msgmerge --previous. + + * msgfmt now checks PO file headers more strictly with less + false-positives. + + * 'gettextize' now checks macro directories specified with + AC_CONFIG_MACRO_DIRS in configure.ac. + + * Portability: + - msginit now does not require GNU sed. + - The Makefile rule for generating en@quot and en@boldquot now + uses @SED@ variable instead of hard-coded 'sed' command to + allow users to supply GNU sed. + + * Future backward-incompatibilities: + - In future Gettext versions, the files installed by + 'gettextize' will require Automake 1.10 or later. This will + improve the compatibility of user projects with newer + Automake versions. +- Remove upstreamed patches: + gettext-configure.patch + gettext-fix-tcl-u-escape-sequences.patch + +------------------------------------------------------------------- gettext-runtime.changes: same change Old: ---- gettext-0.18.2.1.tar.gz gettext-configure.patch gettext-fix-tcl-u-escape-sequences.patch New: ---- gettext-0.18.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gettext-csharp.spec ++++++ --- /var/tmp/diff_new_pack.J0XQp1/_old 2013-09-13 14:44:43.000000000 +0200 +++ /var/tmp/diff_new_pack.J0XQp1/_new 2013-09-13 14:44:43.000000000 +0200 @@ -28,7 +28,7 @@ BuildRequires: tcl Requires: mono Url: http://www.gnu.org/software/gettext/ -Version: 0.18.2.1 +Version: 0.18.3 Release: 0 Summary: Native Language Support (NLS) for C# License: LGPL-2.1+ @@ -44,7 +44,6 @@ Patch4: gettext-po-mode.diff Patch5: gettext-initialize_vars.patch Patch9: gettext-needlessly_init_vars.patch -Patch10: gettext-configure.patch %description Mono with its 'resgen' program uses a design that Microsoft created and @@ -75,7 +74,6 @@ %patch4 %patch5 %patch9 -%patch10 -p1 %build export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint" ++++++ gettext-java.spec ++++++ --- /var/tmp/diff_new_pack.J0XQp1/_old 2013-09-13 14:44:43.000000000 +0200 +++ /var/tmp/diff_new_pack.J0XQp1/_new 2013-09-13 14:44:43.000000000 +0200 @@ -27,7 +27,7 @@ BuildRequires: perl-libintl-perl BuildRequires: tcl Url: http://www.gnu.org/software/gettext/ -Version: 0.18.2.1 +Version: 0.18.3 Release: 0 Summary: Java Support for Native Language Support (NLS) License: LGPL-2.1+ @@ -43,7 +43,6 @@ Patch4: gettext-po-mode.diff Patch5: gettext-initialize_vars.patch Patch9: gettext-needlessly_init_vars.patch -Patch10: gettext-configure.patch %description This package includes the tools needed to support message catalogs in @@ -57,7 +56,6 @@ %patch4 %patch5 %patch9 -%patch10 -p1 %build export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint" ++++++ gettext-runtime-mini.spec ++++++ --- /var/tmp/diff_new_pack.J0XQp1/_old 2013-09-13 14:44:43.000000000 +0200 +++ /var/tmp/diff_new_pack.J0XQp1/_new 2013-09-13 14:44:43.000000000 +0200 @@ -20,7 +20,7 @@ %bcond_without mini Name: gettext-runtime-mini -Version: 0.18.2.1 +Version: 0.18.3 Release: 0 BuildRequires: gcc-c++ BuildRequires: libtool @@ -62,8 +62,6 @@ Patch4: gettext-po-mode.diff Patch5: gettext-initialize_vars.patch Patch9: gettext-needlessly_init_vars.patch -Patch10: gettext-configure.patch -Patch11: gettext-fix-tcl-u-escape-sequences.patch %description This package contains the intl library as well as tools that ease the @@ -109,8 +107,6 @@ %patch4 %patch5 %patch9 -%patch10 -p1 -%patch11 -p1 %build # expect a couple "You should update your `aclocal.m4' by running aclocal." ++++++ gettext-runtime.spec ++++++ --- /var/tmp/diff_new_pack.J0XQp1/_old 2013-09-13 14:44:43.000000000 +0200 +++ /var/tmp/diff_new_pack.J0XQp1/_new 2013-09-13 14:44:43.000000000 +0200 @@ -20,7 +20,7 @@ %bcond_with mini Name: gettext-runtime -Version: 0.18.2.1 +Version: 0.18.3 Release: 0 BuildRequires: gcc-c++ BuildRequires: libtool @@ -62,8 +62,6 @@ Patch4: gettext-po-mode.diff Patch5: gettext-initialize_vars.patch Patch9: gettext-needlessly_init_vars.patch -Patch10: gettext-configure.patch -Patch11: gettext-fix-tcl-u-escape-sequences.patch %description This package contains the intl library as well as tools that ease the @@ -109,8 +107,6 @@ %patch4 %patch5 %patch9 -%patch10 -p1 -%patch11 -p1 %build # expect a couple "You should update your `aclocal.m4' by running aclocal." ++++++ gettext-0.18.2.1.tar.gz -> gettext-0.18.3.tar.gz ++++++ /work/SRC/openSUSE:Factory/gettext-runtime/gettext-0.18.2.1.tar.gz /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-0.18.3.tar.gz differ: char 5, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
