Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: gettext-tools | Distribution: openSUSE Leap 15.2 |
Version: 0.19.8.1 | Vendor: openSUSE |
Release: lp152.6.6.1 | Build date: Mon Oct 19 23:49:15 2020 |
Group: Development/Tools/Other | Build host: obs-power8-02 |
Size: 9534153 | Source RPM: gettext-runtime-0.19.8.1-lp152.6.6.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: http://www.gnu.org/software/gettext/ | |
Summary: Tools for Native Language Support (NLS) |
This package contains the `intl' library as well as tools that ease the creation and maintenance of message catalogs. With it you can extract strings from source code. The supplied Emacs mode (po-mode.el) will aid in editing these catalogs (called PO files, for portable object) and add translations. A special compiler will turn these PO files into binary catalogs.
LGPL-2.1+
* Thu Sep 10 2020 Christian Vögl <christian.voegl@suse.com> - Added gettext-0.19.8.1-fix-uninitialized-free.patch (boo#1176142) * Wed Jul 08 2020 Christian Vögl <christian.voegl@suse.com> - Fix boo941629-unnessary-rpath-on-standard-path.patch (boo#941629) * Mon Jul 29 2019 Christian Vögl <christian.voegl@suse.com> - Added msgfmt-double-free.patch to fix a double free error (CVE-2018-18751 bsc#1113719) * Wed Sep 19 2018 Dr. Werner Fink <werner@suse.de> - Add patch msgfmt-reset-msg-length-after-remove.patch which does reset the length of message string after a line has been removed (boo#1106843) * Mon Jul 17 2017 dimstar@opensuse.org - Ignore rpm-build's dependency on gettext-tools while building the -mini variant: before gettext-runtime-mini is built, there is no provider of this symbol in a bootstrap cycle. * Sat Jul 01 2017 dimstar@opensuse.org - Explicitly call autoreconf, as we have patches touching the build system. Implicit calling automake/autoconf works only as long as the version on the system is the same as was used to bootstrap originally. * Fri May 05 2017 bwiedemann@suse.com - Add msgfmt-remove-pot-creation-date.patch to enable reproducible builds of packages using gettext-runtime such as dfc, e2fsprogs and acl * Sun Jun 19 2016 astieger@suse.com - GNU gettext 0.19.8.1: * Fix unintentional soname bump * Sat Jun 11 2016 astieger@suse.com - GNU gettext 0.19.8: * msgfmt now produces little-endian .mo files by default. * xml: xgettext and msgfmt now look for .its files in directories supplied through the GETTEXTDATADIRS or XDG_DATA_DIRS environment variable. * JavaScript: xgettext and msgfmt now recognize numbered arguments in format strings. * Fri Apr 22 2016 astieger@suse.com - drop gettext-runtime-grep-2.24.patch, no longer required for 2.25 * Sun Apr 17 2016 astieger@suse.com - GNU gettext 0.19.7: * can now load custom string extraction rules in XML Internationalization Tag Set (ITS) standard * the existing XML-based language scanners (Glade, GSettings, and AppData) rewritten using ITS * Add msgfmt --xml option to merge translations back to the original XML document. * Tue Apr 12 2016 dimstar@opensuse.org - Add gettext-runtime-grep-2.24.patch: Fix test suite with grep 2.24 (https://savannah.gnu.org/bugs/index.php?47674). * Tue Dec 08 2015 sbrabec@suse.com - Recommend bison-lang by gettext-tools, as it is used by them. * Fri Sep 11 2015 astieger@suse.com - GNU gettext 0.19.6: * Support AppData file format * New macro AM_GNU_GETTEXT_REQUIRE_VERSION * po/Makefile.in.in can now insert the file $(DOMAIN).pot-header to $(DOMAIN).pot, instead of the standard header comments. * Fix mishandling of gettext version numbers for minor releases, in po-mode.el and gettextize. * Fix build with --enable-relocatable. - remove no longer required gettext-0.19.5.1-gettextize.diff * Mon Aug 24 2015 i@marguerite.su - add patch: boo941629-unnessary-rpath-on-standard-path.patch * config.rpath from gettext-tools will set rpath for ELF binaries not in /usr/lib, even if it's the standard path the linker would search anyway. * Tue Jul 21 2015 mlin@suse.com - Add gettext-0.19.5.1-gettextize.diff * workaround gettextize in gettext 0.19.5.1, see http://lists.gnu.org/archive/html/bug-gettext/2015-07/msg00027.html * Thu Jul 16 2015 astieger@suse.com - GNU gettext 0.19.5.1: * fix build on old platforms where stpcpy and stpncpy is missing * Fri Jul 10 2015 astieger@suse.com - GNU gettext 0.19.5: * xgettext: feature to perform syntax checks on msgid, via - -check option or "xgettext: " commentgs * msgfilter, msgexec: new option --newline * The base Unicode standard is now updated to 8.0.0. * msginit is now capable of generating "Plural-Forms:" from Unicode CLDR. Via GETTEXTCLDRDIR environment variable. * Improved Programming languages support * drop gettext-check-allocated-size-for-static-segment.patch, is upstream * Tue Mar 10 2015 mlin@suse.com - Add gettext-check-allocated-size-for-static-segment.patch from upstream * Check if the embedded segment size is valid, before adding it to the string length. Please see http://lists.gnu.org/archive/html/bug-gettext/2015-03/msg00005.html * Tue Jan 27 2015 andreas.stieger@gmx.de - GNU gettext 0.19.4: * The --keyword option of xgettext now accepts same argument number for both singular and plural forms. * Programming languages support: - C#: xgettext now properly handles Unicode characters encoded with surrogate pairs. - C/C++: xgettext now recognizes ISO/IEC 9899:2011 string literals prefixed by R, u8, u8R, u, uR, U, UR, L, or LR. - Shell: xgettext now properly recognizes Bash ANSI-C quoting ($'...'). * Bug fixes: - Fix integer overflow when reading certain MO files with msgunfmt. - Avoid invalid memory access in various cases. In particular, when the same argument number is specified for singular/ plural arguments, and when checking Lisp and Scheme format strings. * Sun Dec 28 2014 Led <ledest@gmail.com> - fix 'echo -e' in cvs.sh script that may be unsupported in some POSIX-complete shells - add patches: * gettext-0.19.3-fix-bashisms.patch * Fri Oct 17 2014 andreas.stieger@gmx.de - GNU gettext 0.19.3: * Fix xgettext mishandling of octal character escapes in C. * Fix autopoint infinite recursion with certain configure.ac. * The po/Makevars file has a new field MSGINIT_OPTIONS, that can be used to adjust msginit's operation. This is particularly useful for controlling line wrapping behavior together with MSGMERGE_OPTIONS and XGETTEXT_OPTIONS.
/usr/bin/autopoint /usr/bin/gettextize /usr/bin/msgattrib /usr/bin/msgcat /usr/bin/msgcmp /usr/bin/msgcomm /usr/bin/msgconv /usr/bin/msgen /usr/bin/msgexec /usr/bin/msgfilter /usr/bin/msggrep /usr/bin/msginit /usr/bin/msgmerge /usr/bin/msgunfmt /usr/bin/msguniq /usr/bin/recode-sr-latin /usr/bin/xgettext /usr/include/autosprintf.h /usr/include/gettext-po.h /usr/lib64/gettext /usr/lib64/gettext/cldr-plurals /usr/lib64/gettext/hostname /usr/lib64/gettext/project-id /usr/lib64/gettext/urlget /usr/lib64/gettext/user-email /usr/lib64/libasprintf.a /usr/lib64/libasprintf.la /usr/lib64/libasprintf.so /usr/lib64/libgettextlib.la /usr/lib64/libgettextlib.so /usr/lib64/libgettextpo.a /usr/lib64/libgettextpo.la /usr/lib64/libgettextpo.so /usr/lib64/libgettextpo.so.0 /usr/lib64/libgettextpo.so.0.5.4 /usr/lib64/libgettextsrc.la /usr/lib64/libgettextsrc.so /usr/lib64/preloadable_libintl.so /usr/share/aclocal/codeset.m4 /usr/share/aclocal/extern-inline.m4 /usr/share/aclocal/fcntl-o.m4 /usr/share/aclocal/gettext.m4 /usr/share/aclocal/glibc2.m4 /usr/share/aclocal/glibc21.m4 /usr/share/aclocal/iconv.m4 /usr/share/aclocal/intdiv0.m4 /usr/share/aclocal/intl.m4 /usr/share/aclocal/intldir.m4 /usr/share/aclocal/intlmacosx.m4 /usr/share/aclocal/intmax.m4 /usr/share/aclocal/inttypes-pri.m4 /usr/share/aclocal/inttypes_h.m4 /usr/share/aclocal/lcmessage.m4 /usr/share/aclocal/lib-ld.m4 /usr/share/aclocal/lib-link.m4 /usr/share/aclocal/lib-prefix.m4 /usr/share/aclocal/lock.m4 /usr/share/aclocal/longlong.m4 /usr/share/aclocal/nls.m4 /usr/share/aclocal/po.m4 /usr/share/aclocal/printf-posix.m4 /usr/share/aclocal/progtest.m4 /usr/share/aclocal/size_max.m4 /usr/share/aclocal/stdint_h.m4 /usr/share/aclocal/threadlib.m4 /usr/share/aclocal/uintmax_t.m4 /usr/share/aclocal/visibility.m4 /usr/share/aclocal/wchar_t.m4 /usr/share/aclocal/wint_t.m4 /usr/share/aclocal/xsize.m4 /usr/share/gettext-0.19.8 /usr/share/gettext-0.19.8/its /usr/share/gettext-0.19.8/its/appdata.its /usr/share/gettext-0.19.8/its/appdata.loc /usr/share/gettext-0.19.8/its/glade.loc /usr/share/gettext-0.19.8/its/glade1.its /usr/share/gettext-0.19.8/its/glade2.its /usr/share/gettext-0.19.8/its/gsettings.its /usr/share/gettext-0.19.8/its/gsettings.loc /usr/share/gettext-0.19.8/its/gtkbuilder.its /usr/share/gettext/archive.dir.tar.xz /usr/share/gettext/config.rpath /usr/share/gettext/gettext.h /usr/share/gettext/intl /usr/share/gettext/intl/COPYING.LIB /usr/share/gettext/intl/Makefile.in /usr/share/gettext/intl/VERSION /usr/share/gettext/intl/bindtextdom.c /usr/share/gettext/intl/config.charset /usr/share/gettext/intl/dcgettext.c /usr/share/gettext/intl/dcigettext.c /usr/share/gettext/intl/dcngettext.c /usr/share/gettext/intl/dgettext.c /usr/share/gettext/intl/dngettext.c /usr/share/gettext/intl/eval-plural.h /usr/share/gettext/intl/explodename.c /usr/share/gettext/intl/export.h /usr/share/gettext/intl/finddomain.c /usr/share/gettext/intl/gettext.c /usr/share/gettext/intl/gettextP.h /usr/share/gettext/intl/gmo.h /usr/share/gettext/intl/hash-string.c /usr/share/gettext/intl/hash-string.h /usr/share/gettext/intl/intl-compat.c /usr/share/gettext/intl/intl-exports.c /usr/share/gettext/intl/l10nflist.c /usr/share/gettext/intl/langprefs.c /usr/share/gettext/intl/libgnuintl.in.h /usr/share/gettext/intl/libintl.rc /usr/share/gettext/intl/loadinfo.h /usr/share/gettext/intl/loadmsgcat.c /usr/share/gettext/intl/localcharset.c /usr/share/gettext/intl/localcharset.h /usr/share/gettext/intl/locale.alias /usr/share/gettext/intl/localealias.c /usr/share/gettext/intl/localename.c /usr/share/gettext/intl/lock.c /usr/share/gettext/intl/lock.h /usr/share/gettext/intl/log.c /usr/share/gettext/intl/ngettext.c /usr/share/gettext/intl/os2compat.c /usr/share/gettext/intl/os2compat.h /usr/share/gettext/intl/osdep.c /usr/share/gettext/intl/plural-exp.c /usr/share/gettext/intl/plural-exp.h /usr/share/gettext/intl/plural.c /usr/share/gettext/intl/plural.y /usr/share/gettext/intl/printf-args.c /usr/share/gettext/intl/printf-args.h /usr/share/gettext/intl/printf-parse.c /usr/share/gettext/intl/printf-parse.h /usr/share/gettext/intl/printf.c /usr/share/gettext/intl/ref-add.sin /usr/share/gettext/intl/ref-del.sin /usr/share/gettext/intl/relocatable.c /usr/share/gettext/intl/relocatable.h /usr/share/gettext/intl/setlocale.c /usr/share/gettext/intl/textdomain.c /usr/share/gettext/intl/threadlib.c /usr/share/gettext/intl/tsearch.c /usr/share/gettext/intl/tsearch.h /usr/share/gettext/intl/vasnprintf.c /usr/share/gettext/intl/vasnprintf.h /usr/share/gettext/intl/vasnwprintf.h /usr/share/gettext/intl/verify.h /usr/share/gettext/intl/version.c /usr/share/gettext/intl/wprintf-parse.h /usr/share/gettext/intl/xsize.c /usr/share/gettext/intl/xsize.h /usr/share/gettext/javaversion.class /usr/share/gettext/msgunfmt.tcl /usr/share/gettext/po /usr/share/gettext/po/Makefile.in.in /usr/share/gettext/po/Makevars.template /usr/share/gettext/po/Rules-quot /usr/share/gettext/po/boldquot.sed /usr/share/gettext/po/en@boldquot.header /usr/share/gettext/po/en@quot.header /usr/share/gettext/po/insert-header.sin /usr/share/gettext/po/quot.sed /usr/share/gettext/po/remove-potcdate.sin /usr/share/gettext/projects /usr/share/gettext/projects/GNOME /usr/share/gettext/projects/GNOME/team-address /usr/share/gettext/projects/GNOME/teams.html /usr/share/gettext/projects/GNOME/teams.url /usr/share/gettext/projects/GNOME/trigger /usr/share/gettext/projects/KDE /usr/share/gettext/projects/KDE/team-address /usr/share/gettext/projects/KDE/teams.html /usr/share/gettext/projects/KDE/teams.url /usr/share/gettext/projects/KDE/trigger /usr/share/gettext/projects/TP /usr/share/gettext/projects/TP/team-address /usr/share/gettext/projects/TP/teams.html /usr/share/gettext/projects/TP/teams.url /usr/share/gettext/projects/TP/trigger /usr/share/gettext/projects/index /usr/share/gettext/projects/team-address /usr/share/gettext/styles /usr/share/gettext/styles/po-default.css /usr/share/gettext/styles/po-emacs-x.css /usr/share/gettext/styles/po-emacs-xterm.css /usr/share/gettext/styles/po-emacs-xterm16.css /usr/share/gettext/styles/po-emacs-xterm256.css /usr/share/gettext/styles/po-vim.css /usr/share/info/autosprintf.info.gz /usr/share/info/gettext.info.gz /usr/share/locale/be/LC_MESSAGES/gettext-tools.mo /usr/share/locale/bg/LC_MESSAGES/gettext-tools.mo /usr/share/locale/ca/LC_MESSAGES/gettext-tools.mo /usr/share/locale/cs/LC_MESSAGES/gettext-tools.mo /usr/share/locale/da/LC_MESSAGES/gettext-tools.mo /usr/share/locale/de/LC_MESSAGES/gettext-tools.mo /usr/share/locale/el/LC_MESSAGES/gettext-tools.mo /usr/share/locale/es/LC_MESSAGES/gettext-tools.mo /usr/share/locale/et/LC_MESSAGES/gettext-tools.mo /usr/share/locale/eu/LC_MESSAGES/gettext-tools.mo /usr/share/locale/fi/LC_MESSAGES/gettext-tools.mo /usr/share/locale/fr/LC_MESSAGES/gettext-tools.mo /usr/share/locale/gl/LC_MESSAGES/gettext-tools.mo /usr/share/locale/id/LC_MESSAGES/gettext-tools.mo /usr/share/locale/it/LC_MESSAGES/gettext-tools.mo /usr/share/locale/ja/LC_MESSAGES/gettext-tools.mo /usr/share/locale/ko/LC_MESSAGES/gettext-tools.mo /usr/share/locale/nb/LC_MESSAGES/gettext-tools.mo /usr/share/locale/nl/LC_MESSAGES/gettext-tools.mo /usr/share/locale/nn/LC_MESSAGES/gettext-tools.mo /usr/share/locale/pa/LC_MESSAGES/gettext-tools.mo /usr/share/locale/pl/LC_MESSAGES/gettext-tools.mo /usr/share/locale/pt/LC_MESSAGES/gettext-tools.mo /usr/share/locale/pt_BR/LC_MESSAGES/gettext-tools.mo /usr/share/locale/ro/LC_MESSAGES/gettext-tools.mo /usr/share/locale/ru/LC_MESSAGES/gettext-tools.mo /usr/share/locale/sk/LC_MESSAGES/gettext-tools.mo /usr/share/locale/sl/LC_MESSAGES/gettext-tools.mo /usr/share/locale/sr/LC_MESSAGES/gettext-tools.mo /usr/share/locale/sv/LC_MESSAGES/gettext-tools.mo /usr/share/locale/tr/LC_MESSAGES/gettext-tools.mo /usr/share/locale/uk/LC_MESSAGES/gettext-tools.mo /usr/share/locale/vi/LC_MESSAGES/gettext-tools.mo /usr/share/locale/zh_CN/LC_MESSAGES/gettext-tools.mo /usr/share/locale/zh_TW/LC_MESSAGES/gettext-tools.mo /usr/share/man/man1/autopoint.1.gz /usr/share/man/man1/gettextize.1.gz /usr/share/man/man1/msgattrib.1.gz /usr/share/man/man1/msgcat.1.gz /usr/share/man/man1/msgcmp.1.gz /usr/share/man/man1/msgcomm.1.gz /usr/share/man/man1/msgconv.1.gz /usr/share/man/man1/msgen.1.gz /usr/share/man/man1/msgexec.1.gz /usr/share/man/man1/msgfilter.1.gz /usr/share/man/man1/msggrep.1.gz /usr/share/man/man1/msginit.1.gz /usr/share/man/man1/msgmerge.1.gz /usr/share/man/man1/msgunfmt.1.gz /usr/share/man/man1/msguniq.1.gz /usr/share/man/man1/recode-sr-latin.1.gz /usr/share/man/man1/xgettext.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 12:46:04 2024