File gettext-java.changes of Package gettext-runtime
578
1
-------------------------------------------------------------------
2
Tue Oct 3 10:12:03 UTC 2017 - fstrba@suse.com
3
4
- Added patch:
5
* gettext-0.19.8.1-jdk9.patch
6
+ specify java soure and target level 6 to be able to build
7
with jdk9
8
- Do not depend on gcc-java and do not build native binaries of the
9
gnu.gettext.GetURL and gnu.gettext.DumpResource tools, since
10
gcc-java is bound to disappear
11
- Build the gettext.jar using any java-devel provider and make the
12
gnu.gettext.GetURL and gnu.gettext.DumpResource tools scripts
13
running classes from this gettext.jar
14
- Clean the spec file a bit
15
16
-------------------------------------------------------------------
17
Sun Jun 19 15:42:15 UTC 2016 - astieger@suse.com
18
19
- GNU gettext 0.19.8.1:
20
* Fix unintentional soname bump
21
22
-------------------------------------------------------------------
23
Sat Jun 11 18:58:17 UTC 2016 - astieger@suse.com
24
25
- GNU gettext 0.19.8:
26
* msgfmt now produces little-endian .mo files by default.
27
* xml: xgettext and msgfmt now look for .its files in directories
28
supplied through the GETTEXTDATADIRS or XDG_DATA_DIRS
29
environment variable.
30
* JavaScript: xgettext and msgfmt now recognize numbered
31
arguments in format strings.
32
33
-------------------------------------------------------------------
34
Mon Apr 4 19:15:53 UTC 2016 - astieger@suse.com
35
36
- GNU gettext 0.19.7:
37
* can now load custom string extraction rules in XML
38
Internationalization Tag Set (ITS) standard
39
* the existing XML-based language scanners (Glade, GSettings, and
40
AppData) rewritten using ITS
41
* Add msgfmt --xml option to merge translations back to the
42
original XML document.
43
44
-------------------------------------------------------------------
45
Fri Sep 11 18:56:49 UTC 2015 - astieger@suse.com
46
47
- GNU gettext 0.19.6:
48
* Support AppData file format
49
50
-------------------------------------------------------------------
51
Thu Jul 16 10:56:05 UTC 2015 - astieger@suse.com
52
53
- GNU gettext 0.19.5.1:
54
* fix build on old platforms where stpcpy and stpncpy is missing
55
56
-------------------------------------------------------------------
57
Fri Jul 10 14:34:22 UTC 2015 - astieger@suse.com
58
59
- GNU gettext 0.19.5:
60
* drop gettext-check-allocated-size-for-static-segment.patch,
61
is upstream
62
63
-------------------------------------------------------------------
64
Tue Mar 10 07:10:56 UTC 2015 - mlin@suse.com
65
66
- Add gettext-check-allocated-size-for-static-segment.patch from upstream
67
* Check if the embedded segment size is valid, before adding it to
68
the string length. Please see
69
http://lists.gnu.org/archive/html/bug-gettext/2015-03/msg00005.html
70
71
-------------------------------------------------------------------
72
Tue Jan 27 20:24:49 UTC 2015 - andreas.stieger@gmx.de
73
74
- GNU gettext 0.19.4:
75
* The --keyword option of xgettext now accepts same argument
76
number for both singular and plural forms.
77
* Programming languages support:
78
- C#: xgettext now properly handles Unicode characters encoded
79
with surrogate pairs.
80
- C/C++: xgettext now recognizes ISO/IEC 9899:2011 string
81
literals prefixed by R, u8, u8R, u, uR, U, UR, L, or LR.
82
- Shell: xgettext now properly recognizes Bash ANSI-C quoting
83
($'...').
84
* Bug fixes:
85
- Fix integer overflow when reading certain MO files with
86
msgunfmt.
87
- Avoid invalid memory access in various cases. In particular,
88
when the same argument number is specified for singular/
89
plural arguments, and when checking Lisp and Scheme format
90
strings.
91
92
-------------------------------------------------------------------
93
Fri Oct 17 21:56:18 UTC 2014 - andreas.stieger@gmx.de
94
95
- GNU gettext 0.19.3:
96
* Fix xgettext mishandling of octal character escapes in C.
97
* Fix autopoint infinite recursion with certain configure.ac.
98
* The po/Makevars file has a new field MSGINIT_OPTIONS, that can
99
be used to adjust msginit's operation. This is particularly
100
useful for controlling line wrapping behavior together with
101
MSGMERGE_OPTIONS and XGETTEXT_OPTIONS.
102
103
-------------------------------------------------------------------
104
Tue Jul 15 11:49:59 CEST 2014 - pth@suse.de
105
106
- Update to 0.19.2:
107
* Fix xgettext crash in parsing empty string literals in C and Vala.
108
* Autoconf macro trace in autopoint now works again with Autoconf 2.68
109
or earlier. It was a regression in 0.19.
110
111
-------------------------------------------------------------------
112
Tue Jun 10 22:00:50 UTC 2014 - andreas.stieger@gmx.de
113
114
- GNU gettext 0.19.1:
115
* Desktop Entry: msgfmt now always reads the po/LINGUAS file
116
* Vala: Bug fix in xgettext handling of "//" in string literals
117
* po/Makevars.template now contains the newly added variables
118
* msgfmt now treats errors in the PO file header as non-fatal
119
In future Gettext versions, msgfmt will treat header errors as
120
fatal and terminate the command execution.
121
- switch to xz tarball
122
123
-------------------------------------------------------------------
124
Tue Jun 3 19:20:25 UTC 2014 - andreas.stieger@gmx.de
125
126
- GNU gettext 0.19:
127
- Programming languages support:
128
* Desktop Entry:
129
xgettext and msgfmt now support .desktop files, used by
130
desktop applications, as input and output.
131
* GSettings:
132
xgettext now supports GSettings schema file format used by
133
GNOME applications.
134
* JavaScript:
135
xgettext now recognizes E4X (ECMA-357) constructs.
136
* PHP:
137
Single and double quotes around heredoc markers are now
138
recognized.
139
* Python:
140
The acceptable format specifiers in the braced-syntax format
141
strings is now limited to the Standard Format Specifiers, to
142
reasonably avoid false-positives.
143
* Scheme:
144
The gettext shorthand form _"abc", used by GIMP script-fu, is
145
now recognized by xgettext.
146
* C and Vala:
147
xgettext now recognizes C99-style Unicode character escapes.
148
- The --add-location option of msgattrib, msgcat, msgcomm,
149
msgconv, msgen, msgfilter, msggrep, msgmerge, msguniq, and
150
xgettext commands now takes an optional argument 'never',
151
'full', or 'file', to control the format of "#: ..." comments.
152
- msgfmt now has --source option to keep generated .java file
153
when running in Java mode.
154
- msgattrib now has --empty option that sets msgstr to empty when
155
clearing fuzzy flag.
156
* msgexec and msgfilter pass the plural information to subprocess
157
through the environment variable MSG{EXEC,FILTER}_MSGID_PLURAL
158
and MSG{EXEC,FILTER}_PLURAL_FORM.
159
* New built-in filters 'quot' and 'boldquot' have been added to
160
msgfilter. These filters convert Latin quotation marks ('...',
161
"...") into Unicode quotation marks (for example, U+2018) if
162
possible, similar to the sed commands used in po/Rules-quot and
163
po/Rules-boldquot.
164
* The po/Makevars file has a couple of new options
165
PO_DEPENDS_ON_POT and DIST_DEPENDS_ON_UPDATE_PO, that can be
166
used to adjust the behavior of updating PO files on demand.
167
* xgettext now strips prefixed string before the comment tag.
168
This is useful to support C-style comment like this:
169
/*
170
* TRANSLATORS: first line
171
* second line
172
*/
173
* In this example, the extracted comment does not contain "* " at
174
the beginning of each line.
175
* libgettextpo library:
176
- Memory leak fixes in the PO file parser.
177
* Documentation:
178
- A complete example showing the use of GNU gettext in a
179
GNOME 3 application has been added
180
181
-------------------------------------------------------------------
182
Sun Jan 12 21:56:01 UTC 2014 - andreas.stieger@gmx.de
183
184
- GNU gettext 0.18.3.2:
185
* Add missing extern-inline.m4 into archive.
186
- verify source signature
187
188
-------------------------------------------------------------------
189
Mon Aug 12 10:45:36 UTC 2013 - christoph.miebach@web.de
190
191
- Version 0.18.3 - July 2013
192
193
* Runtime behaviour:
194
On Mac OS X systems, the setlocale() function now properly
195
invalidates loaded message catalogs when a locale has been set.
196
197
* Programming languages support:
198
199
- C++:
200
The gnu::autosprintf class now provides an assignment
201
operator.
202
203
- Glade:
204
xgettext now supports GtkBuider file format used by Glade 3.
205
xgettext now also extracts contexts (msgctxt) from Glade 2
206
and GtkBuider files.
207
208
- JavaScript:
209
xgettext now partially supports JavaScript. Since the
210
current JavaScript specification (ECMA-262) does not define
211
the standard set of formatting methods nor translation
212
functions, the implementation supports only a limited
213
set of formatting methods and translation functions commonly
214
used in Gjs and other popular JavaScript implemenations and
215
libraries.
216
217
- Lua:
218
xgettext now supports Lua, using Ľubomír Remák's lua-gettext.
219
220
- Python:
221
xgettext and msgfmt's format string checking now recognize
222
Python format string in braced syntax (PEP 3101). xgettext
223
now also supports explicit string concatenation with '+' and
224
handles platform dependent line terminators (LF/CR/CRLF)
225
transparently.
226
227
- Tcl:
228
Bug fix in xgettext Unicode escape handling.
229
230
- Vala:
231
xgettext now supports Vala.
232
233
* msgattrib now has --previous option to keep previous msgid when
234
making messages fuzzy, similar to msgmerge --previous.
235
236
* msgfmt now checks PO file headers more strictly with less
237
false-positives.
238
239
* 'gettextize' now checks macro directories specified with
240
AC_CONFIG_MACRO_DIRS in configure.ac.
241
242
* Portability:
243
- msginit now does not require GNU sed.
244
- The Makefile rule for generating en@quot and en@boldquot now
245
uses @SED@ variable instead of hard-coded 'sed' command to
246
allow users to supply GNU sed.
247
248
* Future backward-incompatibilities:
249
- In future Gettext versions, the files installed by
250
'gettextize' will require Automake 1.10 or later. This will
251
improve the compatibility of user projects with newer
252
Automake versions.
253
- Remove upstreamed patches:
254
gettext-configure.patch
255
256
-------------------------------------------------------------------
257
Sat Jun 15 11:52:06 UTC 2013 - schwab@linux-m68k.org
258
259
- Add glib2-devel libcroco-devel libxml2-devel to build requires to avoid
260
using the included copies.
261
- gettext-configure.patch: Fix syntax in libxml check to avoid spurious
262
failure
263
264
-------------------------------------------------------------------
265
Sat Jun 8 08:39:07 UTC 2013 - christoph.miebach@web.de
266
267
- Update to version 0.18.2.1: Version 0.18.2 - December 2012
268
+ xgettext now understands the block comment syntax of Guile 2.0.
269
+ libgettextpo library:
270
* The initial msgstr of a new message is now "", not NULL.
271
* Bug fixes in the functions po_message_is_range,
272
po_file_check_all, po_message_check_all.
273
+ Installation options:
274
The configure options --with-xz and --with-bzip2 can be used to
275
specify alternate compression methods for the archive used by
276
the 'autopoint' program. These options, together with
277
--with-git, allow to trade dependencies against installed
278
package size. --with-xz has the highest compression rate,
279
followed by --with-git, followed by --with-bzip2.
280
+ Autoconf macros:
281
* The autoconf macros installed by 'gettextize' now work with
282
the forthcoming Automake 1.14 and require Autoconf version
283
2.60 or newer.
284
+ Portability:
285
* Building on MacOS X 10.7, Cygwin 1.7.10, and newer 64-bit
286
mingw is now supported.
287
288
- Remove obsolete patches:
289
+ getext-stdio.in.patch
290
+ gettext-codecleanup.patch
291
292
-------------------------------------------------------------------
293
Wed Mar 27 07:51:16 UTC 2013 - mmeister@suse.com
294
295
- Added url as source.
296
Please see http://en.opensuse.org/SourceUrls
297
298
-------------------------------------------------------------------
299
Mon Sep 24 17:21:00 CEST 2012 - pth@suse.de
300
301
- remove silent_rules from AM_INIT_AUTOMAKE to make autoreconf
302
succeed on older distributions.
303
- Rename po-mode.diff to gettext-po-mode.diff
304
305
-------------------------------------------------------------------
306
Sun Jul 22 18:41:35 UTC 2012 - aj@suse.de
307
308
- Fix build with missing gets declaration (glibc 2.16)
309
310
-------------------------------------------------------------------
311
Tue Dec 21 13:43:49 CET 2010 - pth@suse.de
312
313
- Update to 0.18.1. Changes since 0.17:
314
Version 0.18.1 - June 2010
315
316
* msggrep: A '$' anchor in a regular expression now also matches
317
the end of the string, even if it does not end in a newline.
318
319
* Dependencies:
320
The libraries and programs are now linked with libunistring if
321
this library is already installed.
322
323
* Installation options:
324
The configure option --with-cvs is deprecated. The 'autopoint'
325
program will now use the 'git' program by default to compress its
326
archive. If the configure option --without-git is specified,
327
'autopoint' will not rely on 'git', but will instead rely on a
328
locally installed 3 MB large archive.
329
330
Version 0.18 - May 2010
331
332
* PO file format:
333
There is a new field 'Language' in the header entry. It denotes
334
the language code (plus optional country code) for the PO file.
335
This field can be used by automated tools, such as spell
336
checkers. It is expected to be more reliable than looking at the
337
file name or at the 'Language-Team' field in the header entry.
338
339
msgmerge, msgcat, msgen have a new option --lang that allows to
340
specify this field. Additionally, msgmerge fills in this new
341
field by looking at the 'Language-Team' field (if the --lang
342
option is not given).
343
344
* xgettext and PO file format:
345
346
For messages with plural forms, programmers can inform the
347
translators about the range of possible values of the numeric
348
argument, like this:
349
/* xgettext: range: 0..15 */
350
This information 'range: 0..15' is stored in the PO file as a
351
flag attached to the message. Translators can produce better
352
translations when they know that the numeric argument is small.
353
354
* Colorized PO files:
355
msgattrib, msgcomm, msgconv, msgen, msgfilter, msggrep, msginit,
356
msgmerge, msgunfmt, msguniq, xgettext now have options --color
357
and --style, like msgcat has since version 0.17.
358
359
* msgmerge is up to 10 times faster when the PO and POT files are
360
large. This speedup was contributed by Ralf Wildenhues.
361
362
* msgcmp has a new option -N/--no-fuzzy-matching, like msgmerge has
363
since version 0.12.
364
365
* msgfilter now sets environment variables during the invocation of
366
the filter, indicating the msgid and location of the messge being
367
processed.
368
369
* xgettext now can extract plural forms from Qt 4 programs. The
370
recommended xgettext command-line options for this case are:
371
--qt --keyword=tr:1,1t --keyword=tr:1,2c,2t --keyword=tr:1,1,2c,3t
372
373
* xgettext --language=GCC-source now recognizes also the format
374
strings used in the Fortran front-end of the GCC compiler, and
375
marks them as 'gfc-internal-format'.
376
377
* autopoint can now be used to update several PO directories all
378
together.
379
380
* PO mode changes:
381
- PO files with plural entries are now correctly handled.
382
- Editing a message with previous msgid (in comments) removes these
383
comments. Contributed by Noritada Kobayashi.
384
385
* The po/Makevars file has a new field MSGMERGE_OPTIONS, that can
386
be used to adjust msgmerge's operation.
387
388
* The use of the macro AM_GNU_GETTEXT without 'external' argument
389
and the --intl option of the gettextize program are deprecated
390
and will be removed in the next release. Instead of including
391
the intl sources in your package, we suggest making the libintl
392
library an (optional) prerequisite of your package.
393
394
* Updated the meaning of 'gcc-internal-format' to match GCC 4.3.
395
396
* Installation options:
397
The configure options --without-cvs and --with-git can be used to
398
specify whether 'autopoint' will use the 'cvs' program, or the
399
'git' program, or none at all. These options allow to trade
400
dependencies against installed package size: If --without-cvs is
401
specified and --with-git is not specified, 'autopoint' will not
402
rely on 'cvs' or 'git', but will instead rely on a locally
403
installed a 3 MB large archive.
404
405
* Portability: The msgfilter program now also works on native Woe32
406
- platforms. Compiled C# message catalogs now also work with
407
- 'mono' versions from 2009
408
or newer.
409
410
-------------------------------------------------------------------
411
Fri Mar 5 09:34:18 UTC 2010 - puzel@novell.com
412
413
- remove gettext-tools/gnulib-m4/openmp.m4: fix build with new
414
autoconf
415
416
-------------------------------------------------------------------
417
Mon Jul 27 12:52:06 CEST 2009 - rguenther@suse.de
418
419
- Remove rather than %exclude not packaged files.
420
421
-------------------------------------------------------------------
422
Tue Oct 14 13:14:11 CEST 2008 - kukuk@suse.de
423
424
- Never install files in %check section
425
- Disable autoconf/libtool tests
426
427
-------------------------------------------------------------------
428
Mon Oct 13 16:03:16 CEST 2008 - kukuk@suse.de
429
430
- Fix autoreconf call
431
432
-------------------------------------------------------------------
433
Sun May 18 10:35:50 CEST 2008 - pth@suse.de
434
435
- Fix segmentation fault in msgmerge (bnc#391372).
436
437
-------------------------------------------------------------------
438
Tue Dec 4 14:43:46 CET 2007 - pth@suse.de
439
440
- Add patch from upstreams to add the missing mode for the open call.
441
442
-------------------------------------------------------------------
443
Fri Nov 23 14:48:47 CET 2007 - pth@suse.de
444
445
- Remove the patch for disabling a test.
446
447
-------------------------------------------------------------------
448
Fri Nov 16 14:00:51 CET 2007 - pth@suse.de
449
450
- Don't run the testsuite.
451
452
-------------------------------------------------------------------
453
Thu Nov 15 12:53:24 CET 2007 - pth@suse.de
454
455
- Rename packages: gettext -> gettext-runtime and
456
gettext-devel -> gettext->tools
457
Packaging closely follows uptream recommendation with a few
458
exceptions.
459
460
- Initialize variable to shut up gcc.
461
- Disable msgmerge-compendium-5 for now.
462
463
- Reorder installation flow because libgettextlib is needed for the
464
gettext-tools stuf.
465
466
- Update to 0.17:
467
* License:
468
The gettext related programs and tools are now licensed under the GPL
469
version 3, instead of the GPL version 2.
470
471
* PO file format:
472
The Project-Id-Version field in the header entry may now already be filled
473
in the POT file. In this case, the translators don't need to fill it in.
474
xgettext has new options --package-name and --package-version that allow
475
to specify the package name and version from a Makefile.
476
477
* Colorized PO files:
478
The msgcat program has new options --color and --style that produce a
479
colorized PO file output, where keywords, strings, comments, or format
480
directives can be highlighted. See the documentation section
481
"Highlighting parts of PO files" for more info.
482
483
* gettextize now has a --po-dir option that allows several PO directories to
484
be updated all together.
485
486
* Programming languages support:
487
- Contexts (msgctxt) are now also supported for Java and C#.
488
- C# with Qt: The support for Qt format strings has been updated for Qt 4.
489
- C++ with KDE:
490
xgettext has a new option --kde that triggers the recognition and marking
491
of KDE 4 format strings.
492
493
* Autoconf macros:
494
- A new macro AM_XGETTEXT_OPTION can be used as an alternative to modifying
495
po/Makevars.
496
497
* libgettextpo library:
498
- New functions are available for querying the list of supported format
499
types.
500
- The functions po_message_comments and po_message_extracted_comments
501
return a multiline string where each line no longer starts with a
502
redundant space. The leading space in every comment line is now stripped
503
while reading the PO file.
504
- Conversely, when you pass a multiline string to the function
505
po_message_set_comments or po_message_set_extracted_comments, you normally
506
don't pass a space at the beginning of each line, because such spaces are
507
no longer trimmed during output.
508
509
* Documentation:
510
- The "Users" chapter has been completely rewritten.
511
- New section "Highlighting parts of PO files".
512
- A complete example showing the use of GNU gettext in Java with the Qt/Jambi
513
GUI toolkit has been added.
514
515
- Add tcl and perl-libintl-perl to BuildRequires (testsuite needs
516
them).
517
- Remove call to gl_AC_TYPE_LONG_LONG from libasprintf's
518
configure.ac
519
520
-------------------------------------------------------------------
521
Wed Oct 31 16:58:36 CET 2007 - mrueckert@suse.de
522
523
- renamed rpmlintrc to gettext-rpmlintrc and added it to the spec
524
as source 1
525
526
-------------------------------------------------------------------
527
Mon Sep 3 13:51:10 CEST 2007 - pth@suse.de
528
529
- Incorporate upstream patch that correctly fixes the expat
530
dynloading code (http://savannah.gnu.org/bugs/?19585).
531
532
-------------------------------------------------------------------
533
Fri Aug 10 19:40:37 CEST 2007 - bk@suse.de
534
535
- Update to gettext 0.16.1, required by GnuPG 2.0.5
536
537
-------------------------------------------------------------------
538
Thu Aug 9 18:04:26 CEST 2007 - bk@suse.de
539
540
- re-enable make check to identify possible toolchain bugs
541
- move java documentation from gettext to this package
542
- hardlink duplicate example files in documentation
543
544
-------------------------------------------------------------------
545
Fri Apr 20 14:43:28 CEST 2007 - pth@suse.de
546
547
- Make inclusion of expat.h independent of dynamic loading so
548
that XML_MAJOR_VERSION is actually defined (#264110).
549
550
-------------------------------------------------------------------
551
Fri Mar 30 15:18:31 CEST 2007 - pth@suse.de
552
553
- Fix use of uninitialized variables.
554
- Set CXXFLAGS to get C++ code compiled with RPM_BUILD_OPTS
555
- Sync .spec files
556
557
-------------------------------------------------------------------
558
Tue Mar 20 17:54:57 CET 2007 - rguenther@suse.de
559
560
- Remove unused expat BuildRequires.
561
562
-------------------------------------------------------------------
563
Wed Jan 31 13:05:29 CET 2007 - pth@suse.de
564
565
- Reference 0.16 .spec file
566
- fix spec file
567
568
-------------------------------------------------------------------
569
Tue Jan 16 17:09:50 CET 2007 - pth@suse.de
570
571
- Update to gettext 0.16
572
573
-------------------------------------------------------------------
574
Mon Sep 18 13:45:31 CEST 2006 - rguenther@suse.de
575
576
- New package to host gettext java tools GetURL and DumpResource.
577
578