forked from pool/gettext-runtime
119 lines
4.3 KiB
Plaintext
119 lines
4.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Oct 14 13:11:43 CEST 2008 - kukuk@suse.de
|
|
|
|
- Never install files in %check section
|
|
- Disable autoconf/libtool tests
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 13 16:03:05 CEST 2008 - kukuk@suse.de
|
|
|
|
- Fix autoreconf call
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 18 10:35:50 CEST 2008 - pth@suse.de
|
|
|
|
- Fix segmentation fault in msgmerge (bnc#391372).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 14:43:27 CET 2007 - pth@suse.de
|
|
|
|
- Add patch from upstreams to add the missing mode for the open call.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 23 14:47:34 CET 2007 - pth@suse.de
|
|
|
|
- Remove the patch for disabling a test.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 16 13:59:43 CET 2007 - pth@suse.de
|
|
|
|
- Don't run the testsuite.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 15 12:51:17 CET 2007 - pth@suse.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
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 31 16:58:36 CET 2007 - mrueckert@suse.de
|
|
|
|
- renamed rpmlintrc to gettext-rpmlintrc and added it to the spec
|
|
as source 1
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 10 19:40:37 CEST 2007 - bk@suse.de
|
|
|
|
- Update to gettext 0.16.1, required by GnuPG 2.0.5
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 9 18:04:26 CEST 2007 - bk@suse.de
|
|
|
|
- re-enable make check
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 10 17:25:43 CEST 2007 - pth@suse.de
|
|
|
|
- Split .NET/Mono support into a package with its own spec
|
|
to avoid making the base gettext package dependent on mono(-devel).
|
|
|