1
0

Accepting request 798034 from home:AndreasStieger:branches:Base:System

OBS-URL: https://build.opensuse.org/request/show/798034
OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=165
This commit is contained in:
Christian Vögl
2020-04-29 10:45:28 +00:00
committed by Git OBS Bridge
parent 4571c821d1
commit ee434c7886
10 changed files with 66 additions and 44 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Apr 26 17:19:02 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 0.20.2:
* The programs 'gettext', 'ngettext', when invoked with option -e,
now expand '\\' and octal escape sequences, instead of
swallowing them
* xgettext now recognizes 'gettext' program invocations with the
'-e' option, such as gettext -e 'some\nstring\n'
* xgettext now assumes a Python source file is in UTF-8 encoding
by default, as stated in PEP 3120
* The value of the 'Icon' property is no longer extracted into
the POT file by xgettext
-------------------------------------------------------------------
Mon Jan 27 16:26:21 UTC 2020 - Andreas Schwab <schwab@suse.de>