Hello community, here is the log from the commit of package gettext-runtime for openSUSE:Factory checked in at 2014-07-19 11:04:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-01-23 15:43:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-csharp.changes 2014-07-19 11:04:44.000000000 +0200 @@ -1,0 +2,78 @@ +Tue Jul 15 11:49:59 CEST 2014 - [email protected] + +- Update to 0.19.2: + * Fix xgettext crash in parsing empty string literals in C and Vala. + * Autoconf macro trace in autopoint now works again with Autoconf 2.68 + or earlier. It was a regression in 0.19. + +------------------------------------------------------------------- +Tue Jun 10 22:00:50 UTC 2014 - [email protected] + +- GNU gettext 0.19.1: + * Desktop Entry: msgfmt now always reads the po/LINGUAS file + * Vala: Bug fix in xgettext handling of "//" in string literals + * po/Makevars.template now contains the newly added variables + * msgfmt now treats errors in the PO file header as non-fatal + In future Gettext versions, msgfmt will treat header errors as + fatal and terminate the command execution. +- switch to xz tarball + +------------------------------------------------------------------- +Tue Jun 3 19:20:25 UTC 2014 - [email protected] + +- GNU gettext 0.19: + - Programming languages support: + * Desktop Entry: + xgettext and msgfmt now support .desktop files, used by + desktop applications, as input and output. + * GSettings: + xgettext now supports GSettings schema file format used by + GNOME applications. + * JavaScript: + xgettext now recognizes E4X (ECMA-357) constructs. + * PHP: + Single and double quotes around heredoc markers are now + recognized. + * Python: + The acceptable format specifiers in the braced-syntax format + strings is now limited to the Standard Format Specifiers, to + reasonably avoid false-positives. + * Scheme: + The gettext shorthand form _"abc", used by GIMP script-fu, is + now recognized by xgettext. + * C and Vala: + xgettext now recognizes C99-style Unicode character escapes. + - The --add-location option of msgattrib, msgcat, msgcomm, + msgconv, msgen, msgfilter, msggrep, msgmerge, msguniq, and + xgettext commands now takes an optional argument 'never', + 'full', or 'file', to control the format of "#: ..." comments. + - msgfmt now has --source option to keep generated .java file + when running in Java mode. + - msgattrib now has --empty option that sets msgstr to empty when + clearing fuzzy flag. + * msgexec and msgfilter pass the plural information to subprocess + through the environment variable MSG{EXEC,FILTER}_MSGID_PLURAL + and MSG{EXEC,FILTER}_PLURAL_FORM. + * New built-in filters 'quot' and 'boldquot' have been added to + msgfilter. These filters convert Latin quotation marks ('...', + "...") into Unicode quotation marks (for example, U+2018) if + possible, similar to the sed commands used in po/Rules-quot and + po/Rules-boldquot. + * The po/Makevars file has a couple of new options + PO_DEPENDS_ON_POT and DIST_DEPENDS_ON_UPDATE_PO, that can be + used to adjust the behavior of updating PO files on demand. + * xgettext now strips prefixed string before the comment tag. + This is useful to support C-style comment like this: + /* + * TRANSLATORS: first line + * second line + */ + * In this example, the extracted comment does not contain "* " at + the beginning of each line. + * libgettextpo library: + - Memory leak fixes in the PO file parser. + * Documentation: + - A complete example showing the use of GNU gettext in a + GNOME 3 application has been added + +------------------------------------------------------------------- gettext-java.changes: same change gettext-runtime-mini.changes: same change gettext-runtime.changes: same change Old: ---- gettext-0.18.3.2.tar.gz gettext-0.18.3.2.tar.gz.sig New: ---- gettext-0.19.2.tar.xz gettext-0.19.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gettext-csharp.spec ++++++ --- /var/tmp/diff_new_pack.VWKS0R/_old 2014-07-19 11:04:49.000000000 +0200 +++ /var/tmp/diff_new_pack.VWKS0R/_new 2014-07-19 11:04:49.000000000 +0200 @@ -26,20 +26,21 @@ BuildRequires: mono-devel BuildRequires: perl-libintl-perl BuildRequires: tcl +BuildRequires: xz Requires: mono Url: http://www.gnu.org/software/gettext/ -Version: 0.18.3.2 +Version: 0.19.2 Release: 0 Summary: Native Language Support (NLS) for C# License: LGPL-2.1+ Group: Development/Tools/Other PreReq: %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz +Source: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz Source1: gettext-rpmlintrc Source2: suse-start-po-mode.el Source3: gettext-linkdupes.sh -Source4: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz.sig +Source4: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz.sig Source5: %name.keyring Patch: gettext-0.12.1-sigfpe.patch Patch2: gettext-0.12.1-gettextize.patch @@ -80,7 +81,9 @@ %build export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint" export CXXFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint" -autoreconf -fiv +# expect a couple "You should update your `aclocal.m4' by running aclocal." +#autoreconf -fiv +#sh autogen.sh %configure --enable-shared --enable-csharp make %{?_smp_mflags} GMSGFMT=../src/msgfmt V=1 ++++++ gettext-java.spec ++++++ --- /var/tmp/diff_new_pack.VWKS0R/_old 2014-07-19 11:04:49.000000000 +0200 +++ /var/tmp/diff_new_pack.VWKS0R/_new 2014-07-19 11:04:49.000000000 +0200 @@ -26,19 +26,20 @@ BuildRequires: libxml2-devel BuildRequires: perl-libintl-perl BuildRequires: tcl +BuildRequires: xz Url: http://www.gnu.org/software/gettext/ -Version: 0.18.3.2 +Version: 0.19.2 Release: 0 Summary: Java Support for Native Language Support (NLS) License: LGPL-2.1+ Group: Development/Tools/Other PreReq: %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz +Source0: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz Source1: gettext-rpmlintrc Source2: suse-start-po-mode.el Source3: gettext-linkdupes.sh -Source4: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz.sig +Source4: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz.sig Source5: %name.keyring Patch: gettext-0.12.1-sigfpe.patch Patch2: gettext-0.12.1-gettextize.patch @@ -60,9 +61,11 @@ %patch9 %build +# expect a couple "You should update your `aclocal.m4' by running aclocal." +#autoreconf -fiv +#sh autogen.sh export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint" export CXXFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint" -autoreconf -fiv %configure --enable-shared make GMSGFMT=../src/msgfmt %{?_smp_mflags} V=1 ++++++ gettext-runtime-mini.spec ++++++ --- /var/tmp/diff_new_pack.VWKS0R/_old 2014-07-19 11:04:49.000000000 +0200 +++ /var/tmp/diff_new_pack.VWKS0R/_new 2014-07-19 11:04:49.000000000 +0200 @@ -20,10 +20,11 @@ %bcond_without mini Name: gettext-runtime-mini -Version: 0.18.3.2 +Version: 0.19.2 Release: 0 BuildRequires: gcc-c++ BuildRequires: libtool +BuildRequires: xz # To get an updated linkdupes.sh (in case there are new dupes), temproarily enable: #BuildRequires: fdupes %if %{without mini} @@ -52,12 +53,12 @@ Url: http://www.gnu.org/software/gettext/ PreReq: %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz +Source0: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz Source1: gettext-rpmlintrc Source2: suse-start-po-mode.el Source3: gettext-linkdupes.sh Source4: baselibs.conf -Source5: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz.sig +Source5: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz.sig Source6: %name.keyring Patch: gettext-0.12.1-sigfpe.patch Patch2: gettext-0.12.1-gettextize.patch ++++++ gettext-runtime.spec ++++++ --- /var/tmp/diff_new_pack.VWKS0R/_old 2014-07-19 11:04:49.000000000 +0200 +++ /var/tmp/diff_new_pack.VWKS0R/_new 2014-07-19 11:04:49.000000000 +0200 @@ -20,7 +20,7 @@ %bcond_with mini Name: gettext-runtime -Version: 0.18.3.2 +Version: 0.19.2 Release: 0 BuildRequires: gcc-c++ BuildRequires: libtool @@ -32,6 +32,7 @@ BuildRequires: libxml2-devel BuildRequires: perl-libintl-perl BuildRequires: tcl +BuildRequires: xz # bug437293 %ifarch ppc64 Obsoletes: gettext-64bit @@ -52,12 +53,12 @@ Url: http://www.gnu.org/software/gettext/ PreReq: %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz +Source0: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz Source1: gettext-rpmlintrc Source2: suse-start-po-mode.el Source3: gettext-linkdupes.sh Source4: baselibs.conf -Source5: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz.sig +Source5: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz.sig Source6: %name.keyring Patch: gettext-0.12.1-sigfpe.patch Patch2: gettext-0.12.1-gettextize.patch ++++++ gettext-0.19.2.tar.xz.sig ++++++ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJTw5evAAoJENYFhI7X5phx40cP/A9QwQncRlnlpOU4w9SIpedi 4bTsT4tbIsdISWZ1xkAHaTfvnr6mAh6vCXb8qmErl7d10y1fkQeVso61gVbNZM02 V06ld9FI+tQJHySETLGx1sBAX0SoVUHM/GpX/bqijMLGiPDwC+LkvbUCP1/pm+cm zEJc2G5phn/lRNyPRQpBtxIKkZNHGdBYm7RymVzLI8stYgH9h/kYCbVMbnOwt3dn hu88avq2KX1+zIIX5603bSXGKuQdJzngIdJs4MOEcfNs5E/8qGs9W2F3kQWiEtAv s+JSnuTu3G5uhqUDhBjRNvcjMRBNnGtxTSK+B5UeP0xBFUDtzW/83MxBIqbEzHDJ L+iS311Yx7hhqOWITPIr++mUzTt1NWqfPCDxEyzK2K1DLa1UTb2nXEJTx9XW1DCa k0WwV+6RRkV/8oYSZibgHcdK8gCOhPVXOUbX+vHRYbOvB1MH/ceZxx3/WEFe/76D VH/QvClwXoRThXVN/u+b0y5nIBMNpFzfscMPbz4zhslGbz8QQZRCenOZCgkLgCzc vV9iOmRBity+3QJyj5GbSG6uBN4MU7Uo778WipK3HcsJDfHzdxoUQ8DdiiB/VGYn PbSXuPrXuHfgWhkCsJx1I4iGQmSNw+bePM3kpRKdEryi2G010HtU9KnKs8s4OQiN 3brPH2H00KiYgUAnnihz =y+am -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
