SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for gettext-tools-0.18.1.1-28.1.x86_64.rpm :
Fri May 31 14:00:00 2013 cooloAATTsuse.com
- do not call autoreconf, spares you all the ugly patches:
gettext-no_silent_rules.patch
gettext-0.15-docdir.diff
gettext-autotools.patch

Wed Mar 27 13:00:00 2013 mmeisterAATTsuse.com
- Added url as source.
Please see http://en.opensuse.org/SourceUrls

Mon Sep 24 14:00:00 2012 pthAATTsuse.de
- remove silent_rules from AM_INIT_AUTOMAKE to make autoreconf
succeed on older distributions.
- Rename po-mode.diff to gettext-po-mode.diff

Thu Sep 13 14:00:00 2012 cooloAATTsuse.com
- replace ; with and in spdx.org license

Sun Jul 22 14:00:00 2012 ajAATTsuse.de
- Fix build with missing gets declaration (glibc 2.16)

Mon Jul 2 14:00:00 2012 cooloAATTsuse.com
- do not use obsolete AM_PROG_MKDIR_P

Thu Jan 12 13:00:00 2012 ajAATTsuse.de
- Disable tests test-readlink and test-areadlink since they
fail randomly.

Thu Jan 12 13:00:00 2012 ajAATTsuse.de
- Remove cvs, not used anymore since 0.18.1 in our build.

Sun Oct 2 14:00:00 2011 dmuellerAATTsuse.de
- revert last change - it is not the testsuite that hangs
but everything. The better workaround is to disable openmp

Sat Oct 1 14:00:00 2011 cooloAATTsuse.com
- add libtool as buildrequire to make the spec file more reliable

Sat Oct 1 14:00:00 2011 crrodriguezAATTopensuse.org
- Test suite hangs in qemu-arm due to bugs in the emulator
workaround this issue.

Thu Sep 29 14:00:00 2011 dmuellerAATTsuse.de
- fix build

Thu Sep 29 14:00:00 2011 adrianAATTsuse.de
- disable openmp when qemu is used for building (like on arm)

Fri Jan 7 13:00:00 2011 meissnerAATTsuse.de
- Also add gettext-tools to baselibs.conf, wine-devel now needs
libgettextpo.

Tue Dec 21 13:00:00 2010 pthAATTsuse.de
- Update to 0.18.1. Changes since 0.17:
Version 0.18.1 - June 2010

* msggrep: A \'$\' anchor in a regular expression now also matches
the end of the string, even if it does not end in a newline.

* Dependencies:
The libraries and programs are now linked with libunistring if
this library is already installed.

* Installation options:
The configure option --with-cvs is deprecated. The \'autopoint\'
program will now use the \'git\' program by default to compress its
archive. If the configure option --without-git is specified,
\'autopoint\' will not rely on \'git\', but will instead rely on a
locally installed 3 MB large archive.
Version 0.18 - May 2010

* PO file format:
There is a new field \'Language\' in the header entry. It denotes
the language code (plus optional country code) for the PO file.
This field can be used by automated tools, such as spell
checkers. It is expected to be more reliable than looking at the
file name or at the \'Language-Team\' field in the header entry.
msgmerge, msgcat, msgen have a new option --lang that allows to
specify this field. Additionally, msgmerge fills in this new
field by looking at the \'Language-Team\' field (if the --lang
option is not given).

* xgettext and PO file format:
For messages with plural forms, programmers can inform the
translators about the range of possible values of the numeric
argument, like this:
/
* xgettext: range: 0..15
*/
This information \'range: 0..15\' is stored in the PO file as a
flag attached to the message. Translators can produce better
translations when they know that the numeric argument is small.

* Colorized PO files:
msgattrib, msgcomm, msgconv, msgen, msgfilter, msggrep, msginit,
msgmerge, msgunfmt, msguniq, xgettext now have options --color
and --style, like msgcat has since version 0.17.

* msgmerge is up to 10 times faster when the PO and POT files are
large. This speedup was contributed by Ralf Wildenhues.

* msgcmp has a new option -N/--no-fuzzy-matching, like msgmerge has
since version 0.12.

* msgfilter now sets environment variables during the invocation of
the filter, indicating the msgid and location of the messge being
processed.

* xgettext now can extract plural forms from Qt 4 programs. The
recommended xgettext command-line options for this case are:
- -qt --keyword=tr:1,1t --keyword=tr:1,2c,2t --keyword=tr:1,1,2c,3t

* xgettext --language=GCC-source now recognizes also the format
strings used in the Fortran front-end of the GCC compiler, and
marks them as \'gfc-internal-format\'.

* autopoint can now be used to update several PO directories all
together.

* PO mode changes:
- PO files with plural entries are now correctly handled.
- Editing a message with previous msgid (in comments) removes these
comments. Contributed by Noritada Kobayashi.

* The po/Makevars file has a new field MSGMERGE_OPTIONS, that can
be used to adjust msgmerge\'s operation.

* The use of the macro AM_GNU_GETTEXT without \'external\' argument
and the --intl option of the gettextize program are deprecated
and will be removed in the next release. Instead of including
the intl sources in your package, we suggest making the libintl
library an (optional) prerequisite of your package.

* Updated the meaning of \'gcc-internal-format\' to match GCC 4.3.

* Installation options:
The configure options --without-cvs and --with-git can be used to
specify whether \'autopoint\' will use the \'cvs\' program, or the
\'git\' program, or none at all. These options allow to trade
dependencies against installed package size: If --without-cvs is
specified and --with-git is not specified, \'autopoint\' will not
rely on \'cvs\' or \'git\', but will instead rely on a locally
installed a 3 MB large archive.

* Portability: The msgfilter program now also works on native Woe32
- platforms. Compiled C# message catalogs now also work with
- \'mono\' versions from 2009
or newer.

Mon Jun 28 14:00:00 2010 jengelhAATTmedozas.de
- use %_smp_mflags

Fri Mar 5 13:00:00 2010 puzelAATTnovell.com
- remove gettext-tools/gnulib-m4/openmp.m4: fix build with new
autoconf

Sun Dec 13 13:00:00 2009 jengelhAATTmedozas.de
- add baselibs.conf as a source

Tue Dec 8 13:00:00 2009 jengelhAATTmedozas.de
- enable parallel building

Thu Jul 23 14:00:00 2009 keAATTsuse.de
- Synch po-mode.el with version from gettext CVS; for details, see the
beginning of po-mode-cvs-2009-07-23.patch.

Sat Feb 7 13:00:00 2009 schwabAATTsuse.de
- Rebuild broken info file.

Tue Jan 13 13:00:00 2009 olhAATTsuse.de
- obsolete old -XXbit packages (bnc#437293)

Tue Oct 14 14:00:00 2008 kukukAATTsuse.de
- Never install files in %check section
- Disable autoconf/libtool tests

Mon Oct 13 14:00:00 2008 kukukAATTsuse.de
- Fix autoreconf call

Sun May 18 14:00:00 2008 pthAATTsuse.de
- Fix segmentation fault in msgmerge (bnc#391372).
- Get rid of %run_ldconfig

Wed May 7 14:00:00 2008 cooloAATTsuse.de
- provide gettext- too

Tue Apr 29 14:00:00 2008 cthielAATTsuse.de
- obsolete gettext- via baselibs.conf

Thu Apr 10 14:00:00 2008 roAATTsuse.de
- added baselibs.conf file to build xxbit packages
for multilib support

Tue Jan 22 13:00:00 2008 pthAATTsuse.de
- Define version before using it.
- Fix Provides and Obsoletes for gettext-tools

Tue Jan 15 13:00:00 2008 pthAATTsuse.de
- Update rpmlintrc.

Tue Dec 4 13:00:00 2007 pthAATTsuse.de
- Add patch from upstreams to add the missing mode for the open call.

Fri Nov 23 13:00:00 2007 pthAATTsuse.de
- Reenable msgmerge-compendium-5 now that gcc has been fixed.
- Change Provides/Obsoletes to match guidelines
- Add Comment as to when the rename happened.

Thu Nov 15 13:00:00 2007 pthAATTsuse.de
- Rename packages: gettext -> gettext-runtime and
gettext-devel -> gettext->tools
Packaging closely follows uptream recommendation with a few
exceptions.
- Initialize variable to shut up gcc.
- Disable msgmerge-compendium-5 for now.
- Update to 0.17:

* License:
The gettext related programs and tools are now licensed under the GPL
version 3, instead of the GPL version 2.

* PO file format:
The Project-Id-Version field in the header entry may now already be filled
in the POT file. In this case, the translators don\'t need to fill it in.
xgettext has new options --package-name and --package-version that allow
to specify the package name and version from a Makefile.

* Colorized PO files:
The msgcat program has new options --color and --style that produce a
colorized PO file output, where keywords, strings, comments, or format
directives can be highlighted. See the documentation section
\"Highlighting parts of PO files\" for more info.

* gettextize now has a --po-dir option that allows several PO directories to
be updated all together.

* Programming languages support:
- Contexts (msgctxt) are now also supported for Java and C#.
- C# with Qt: The support for Qt format strings has been updated for Qt 4.
- C++ with KDE:
xgettext has a new option --kde that triggers the recognition and marking
of KDE 4 format strings.

* Autoconf macros:
- A new macro AM_XGETTEXT_OPTION can be used as an alternative to modifying
po/Makevars.

* libgettextpo library:
- New functions are available for querying the list of supported format
types.
- The functions po_message_comments and po_message_extracted_comments
return a multiline string where each line no longer starts with a
redundant space. The leading space in every comment line is now stripped
while reading the PO file.
- Conversely, when you pass a multiline string to the function
po_message_set_comments or po_message_set_extracted_comments, you normally
don\'t pass a space at the beginning of each line, because such spaces are
no longer trimmed during output.

* Documentation:
- The \"Users\" chapter has been completely rewritten.
- New section \"Highlighting parts of PO files\".
- A complete example showing the use of GNU gettext in Java with the Qt/Jambi
GUI toolkit has been added.
- Add tcl and perl-libintl-perl to BuildRequires (testsuite needs
them).
- Remove call to gl_AC_TYPE_LONG_LONG from libasprintf\'s
configure.ac

Mon Nov 5 13:00:00 2007 rguentherAATTsuse.de
- Fix ordering of gettext.changes entries.

Wed Oct 31 13:00:00 2007 mrueckertAATTsuse.de
- renamed rpmlintrc to gettext-rpmlintrc and added it to the spec
as source 1

Mon Sep 3 14:00:00 2007 pthAATTsuse.de
- Incorporate upstream patch that correctly fixes the expat
dynloading code (http://savannah.gnu.org/bugs/?19585).

Wed Aug 15 14:00:00 2007 cooloAATTsuse.de
- do not set the version to 0.16.1

Fri Aug 10 14:00:00 2007 bkAATTsuse.de
- Update to gettext 0.16.1, required by GnuPG 2.0.5

Thu Aug 9 14:00:00 2007 bkAATTsuse.de
- apply the fixes from gettext-0.16.1, noticeable changes:

* gettext.m4: changequote instead of pairs of brackets

* add a few function protoypes and update polish translations
- extract missing ycp comments (fix from upstream maintainer, #287150)
- re-enable make check to identify possible toolchain bugs
- move java and csharp documentation to gettext-{java,csharp}
- hardlink duplicate example files in documentation

Fri May 25 14:00:00 2007 roAATTsuse.de
- added rpmlintrc for gettext-devel (examples executable)

Fri Apr 20 14:00:00 2007 pthAATTsuse.de
- Make inclusion of expat.h independent of dynamic loading so
that XML_MAJOR_VERSION is actually defined (#264110).

Fri Mar 30 14:00:00 2007 pthAATTsuse.de
- Fix use of uninitialized variables.
- Set CXXFLAGS to get C++ code compiled with RPM_BUILD_OPTS
- sync .spec files

Thu Mar 29 14:00:00 2007 rguentherAATTsuse.de
- Add site-lisp directories to package.

Tue Mar 20 13:00:00 2007 rguentherAATTsuse.de
- Remove unused expat BuildRequires.

Wed Mar 7 13:00:00 2007 rguentherAATTsuse.de
- Add cvs Requires to gettext-devel as autopoint requires it.

Tue Jan 16 13:00:00 2007 pthAATTsuse.de
- Update to gettext 0.16

* Interoperability with automake-1.10.

* msgmerge has a new option --previous that has the effect of saving the
previous msgid of message when making them fuzzy.

* msgcmp now ignores fuzzy and untranslated messages in the PO file.

* gettextize, when invoked without --intl option, now installs only the .m4
files that are needed.

* gettextize no longer creates symbolic links by default; it makes file copies
instead.

* Autoconf macros:
- The gettext autoconf macros now require autoconf 2.52 or newer.
- New autoconf macro AM_GNU_GETTEXT_INTL_SUBDIR
- A new autoconf macro AM_GNU_GETTEXT_NEED is added.

* The libgettextpo library no longer exports symbols that could clash with
symbols of the application that uses it.

Mon Sep 18 14:00:00 2006 rguentherAATTsuse.de
- Build java tools from a separate spec file gettext-java.
- Remove gcc-java and gcc-objc build dependencies.

Tue Sep 5 14:00:00 2006 rguentherAATTsuse.de
- Remove build dependency on emacs.
- Remove install dependency on libstdc++-devel for gettext-devel.

Wed Jul 26 14:00:00 2006 keAATTsuse.de
- Version 0.15:

* Enhance PO file format. Messages constrained to a certain context
are possible. The syntax is:
msgctxt \"context\"
msgid \"original\"
msgstr \"translation\"
The xgettext program can be told through the --keyword flag which
function/macro argument has the role of a context. It also supports
the GNOME glib convention to specify the context and original string
in the same string literal: \"context|original\".
The (non-public) include file gettext.h defines macros pgettext, dpgettext
etc. that take a context argument.
For more information, see the node \"Contexts\" in the manual.

* msgfmt\'s format string checking is now stricter in the presence of plural
forms.

* Enhancements to msggrep, xgettext, msgmerge (much faster now!).

* New program recode-sr-latin, that converts Serbian text from
the Cyrillic script to the Latin script.

* Programming languages support:
- C++ with Boost:
- Python: xgettext now recognizes the source encoding from a
\"coding:\" comment among the first two lines. The default encoding
is now ASCII, no longer ISO-8859-1.

* libgettextpo library: Incompatible change with the error handler
type passed to functions.
- Remove strict aliasing patch which seems to be obsolete because of
code changes.
- Require expat, but still no-op?


 
ICM