diff --git a/gettext-0.18.2.1.tar.gz b/gettext-0.18.2.1.tar.gz deleted file mode 100644 index 725a08f..0000000 --- a/gettext-0.18.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32fc1b85fc249ab81bfc37b942a992c7a34f2e1101357ce0d4591341b9164a0a -size 15901092 diff --git a/gettext-0.18.3.tar.gz b/gettext-0.18.3.tar.gz new file mode 100644 index 0000000..21fe0f9 --- /dev/null +++ b/gettext-0.18.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f3c1043df803565d4977c1efbd41e1ec0f0301acf5f057984406c34cb9f948 +size 16171945 diff --git a/gettext-configure.patch b/gettext-configure.patch deleted file mode 100644 index 25c96b0..0000000 --- a/gettext-configure.patch +++ /dev/null @@ -1,101 +0,0 @@ -Index: gettext-0.18.2.1/gettext-tools/configure -=================================================================== ---- gettext-0.18.2.1.orig/gettext-tools/configure -+++ gettext-0.18.2.1/gettext-tools/configure -@@ -40566,13 +40566,13 @@ fi - LIBS="$gl_save_LIBS $LIBXML2 $LIBICONV" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ --[#include -+#include - #include -- ] -+ - int - main () - { --[xmlCheckVersion (0); xmlFree ((void *) 0);] -+xmlCheckVersion (0); xmlFree ((void *) 0); - ; - return 0; - } -@@ -40590,13 +40590,13 @@ rm -f core conftest.err conftest.$ac_obj - CPPFLAGS="$CPPFLAGS $INCXML2" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ --[#include -+#include - #include -- ] -+ - int - main () - { --[xmlCheckVersion (0); xmlFree ((void *) 0);] -+xmlCheckVersion (0); xmlFree ((void *) 0); - ; - return 0; - } -@@ -40746,13 +40746,13 @@ rm -f conftest.err conftest.i conftest.$ - CPPFLAGS="$gl_save_CPPFLAGS -I$libxml2_include_dir" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ --[#include -+#include - #include -- ] -+ - int - main () - { --[xmlCheckVersion (0); xmlFree ((void *) 0);] -+xmlCheckVersion (0); xmlFree ((void *) 0); - ; - return 0; - } -Index: gettext-0.18.2.1/gettext-tools/gnulib-m4/libxml.m4 -=================================================================== ---- gettext-0.18.2.1.orig/gettext-tools/gnulib-m4/libxml.m4 -+++ gettext-0.18.2.1/gettext-tools/gnulib-m4/libxml.m4 -@@ -42,10 +42,10 @@ AC_DEFUN([gl_LIBXML], - dnl -Wl,--disable-auto-import. - AC_LIB_LINKFLAGS_BODY([xml2]) - LIBS="$gl_save_LIBS $LIBXML2 $LIBICONV" -- AC_TRY_LINK([[#include -+ AC_TRY_LINK([#include - #include -- ]], -- [[xmlCheckVersion (0); xmlFree ((void *) 0);]], -+ ], -+ [xmlCheckVersion (0); xmlFree ((void *) 0);], - [gl_cv_libxml=yes - gl_cv_LIBXML="$LIBXML2 $LIBICONV" - gl_cv_LTLIBXML="$LTLIBXML2 $LTLIBICONV" -@@ -53,10 +53,10 @@ AC_DEFUN([gl_LIBXML], - if test "$gl_cv_libxml" != yes; then - gl_save_CPPFLAGS="$CPPFLAGS" - CPPFLAGS="$CPPFLAGS $INCXML2" -- AC_TRY_LINK([[#include -+ AC_TRY_LINK([#include - #include -- ]], -- [[xmlCheckVersion (0); xmlFree ((void *) 0);]], -+ ], -+ [xmlCheckVersion (0); xmlFree ((void *) 0);], - [gl_cv_libxml=yes - gl_cv_LIBXML="$LIBXML2 $LIBICONV" - gl_cv_LTLIBXML="$LTLIBXML2 $LTLIBICONV" -@@ -80,10 +80,10 @@ AC_DEFUN([gl_LIBXML], - fi - if test -n "$libxml2_include_dir" && test -d "$libxml2_include_dir"; then - CPPFLAGS="$gl_save_CPPFLAGS -I$libxml2_include_dir" -- AC_TRY_LINK([[#include -+ AC_TRY_LINK([#include - #include -- ]], -- [[xmlCheckVersion (0); xmlFree ((void *) 0);]], -+ ], -+ [xmlCheckVersion (0); xmlFree ((void *) 0);], - [gl_cv_libxml=yes - gl_cv_LIBXML="$LIBXML2 $LIBICONV" - gl_cv_LTLIBXML="$LTLIBXML2 $LTLIBICONV" diff --git a/gettext-csharp.changes b/gettext-csharp.changes index a3353bd..1891180 100644 --- a/gettext-csharp.changes +++ b/gettext-csharp.changes @@ -1,3 +1,71 @@ +------------------------------------------------------------------- +Mon Aug 12 10:45:36 UTC 2013 - christoph.miebach@web.de + +- 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 + ------------------------------------------------------------------- Sat Jun 15 11:52:06 UTC 2013 - schwab@linux-m68k.org diff --git a/gettext-csharp.spec b/gettext-csharp.spec index 0b61c9e..943f5f0 100644 --- a/gettext-csharp.spec +++ b/gettext-csharp.spec @@ -28,7 +28,7 @@ BuildRequires: perl-libintl-perl 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 @@ Patch2: gettext-0.12.1-gettextize.patch 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 @@ reliably than 'resgen'. %patch4 %patch5 %patch9 -%patch10 -p1 %build export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint" diff --git a/gettext-fix-tcl-u-escape-sequences.patch b/gettext-fix-tcl-u-escape-sequences.patch deleted file mode 100644 index 8c87c48..0000000 --- a/gettext-fix-tcl-u-escape-sequences.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: gettext-0.18.2.1/gettext-tools/src/x-tcl.c -=================================================================== ---- gettext-0.18.2.1.orig/gettext-tools/src/x-tcl.c -+++ gettext-0.18.2.1/gettext-tools/src/x-tcl.c -@@ -517,7 +517,10 @@ do_getc_escaped () - { - c = phase1_getc (); - if (c == EOF || !c_isxdigit ((unsigned char) c)) -- break; -+ { -+ phase1_ungetc (c); -+ break; -+ } - - if (c >= '0' && c <= '9') - n = (n << 4) + (c - '0'); -@@ -526,7 +529,6 @@ do_getc_escaped () - else if (c >= 'a' && c <= 'f') - n = (n << 4) + (c - 'a' + 10); - } -- phase1_ungetc (c); - return (i > 0 ? n : 'u'); - } - case '0': case '1': case '2': case '3': case '4': diff --git a/gettext-java.changes b/gettext-java.changes index 1931505..df3063c 100644 --- a/gettext-java.changes +++ b/gettext-java.changes @@ -1,3 +1,71 @@ +------------------------------------------------------------------- +Mon Aug 12 10:45:36 UTC 2013 - christoph.miebach@web.de + +- 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 + ------------------------------------------------------------------- Sat Jun 15 11:52:06 UTC 2013 - schwab@linux-m68k.org diff --git a/gettext-java.spec b/gettext-java.spec index 24508a2..52da532 100644 --- a/gettext-java.spec +++ b/gettext-java.spec @@ -27,7 +27,7 @@ BuildRequires: libxml2-devel 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 @@ Patch2: gettext-0.12.1-gettextize.patch 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 @@ java+swing. %patch4 %patch5 %patch9 -%patch10 -p1 %build export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint" diff --git a/gettext-runtime-mini.changes b/gettext-runtime-mini.changes index ebb2bd2..70731ce 100644 --- a/gettext-runtime-mini.changes +++ b/gettext-runtime-mini.changes @@ -1,3 +1,72 @@ +------------------------------------------------------------------- +Mon Aug 12 10:45:36 UTC 2013 - christoph.miebach@web.de + +- 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 + ------------------------------------------------------------------- Tue Jun 25 09:09:00 UTC 2013 - gber@opensuse.org diff --git a/gettext-runtime-mini.spec b/gettext-runtime-mini.spec index d0fef3e..882f7d7 100644 --- a/gettext-runtime-mini.spec +++ b/gettext-runtime-mini.spec @@ -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 @@ Patch2: gettext-0.12.1-gettextize.patch 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 @@ binary catalogs. %patch4 %patch5 %patch9 -%patch10 -p1 -%patch11 -p1 %build # expect a couple "You should update your `aclocal.m4' by running aclocal." diff --git a/gettext-runtime.changes b/gettext-runtime.changes index ebb2bd2..70731ce 100644 --- a/gettext-runtime.changes +++ b/gettext-runtime.changes @@ -1,3 +1,72 @@ +------------------------------------------------------------------- +Mon Aug 12 10:45:36 UTC 2013 - christoph.miebach@web.de + +- 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 + ------------------------------------------------------------------- Tue Jun 25 09:09:00 UTC 2013 - gber@opensuse.org diff --git a/gettext-runtime.spec b/gettext-runtime.spec index c4755dc..e07b9cd 100644 --- a/gettext-runtime.spec +++ b/gettext-runtime.spec @@ -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 @@ Patch2: gettext-0.12.1-gettextize.patch 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 @@ binary catalogs. %patch4 %patch5 %patch9 -%patch10 -p1 -%patch11 -p1 %build # expect a couple "You should update your `aclocal.m4' by running aclocal."