Accepting request 1058603 from home:dirkmueller:Factory
- update to v0.69: * Parts of a fenced divs are now translated separately (GitHub's #381) * Use the implementation of YFM to parse YAML files too. * Numbers and arrays are not quoted anymore in Yaml files, as it should be. * This adds the yfm_paths option to Markdown and Asciidoc YFM, * fixing GitHub's #392 along the way. * Please note that '-o keys' is now case-sensitive in Yaml documents. * Do not translate nor quote booleans, so that they are not treated as string. * Correctly handle placeholders of empty elements (GitHub's #389) * Translate attributes within attribute-folded inline and placeholder (GH #391) * alt attribute of can be properly handled with: -o 'attributes=<image>alt' -o 'inline=<image>' -o foldattributes * Thanks k-yaegashi for the pull request fixing both issues * Add a deprecation warning to po4a-translate and po4a-updatepo stating that po4a is the prefered interface. * Rewrite the po4a-gettextize documentation (Debian's #1016695) [Mt]. * Rewrite the intro of po4a doc, and add a Quick start tutorial [Mt]. OBS-URL: https://build.opensuse.org/request/show/1058603 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=79
This commit is contained in:
parent
a35fd6ac0b
commit
aecb3205b7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a4166a480d9b5bcc80b688604501b5545f1c9f67067e8f5494846de167a18a7
|
||||
size 4466869
|
BIN
po4a-0.69.tar.gz
(Stored with Git LFS)
Normal file
BIN
po4a-0.69.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
24
po4a.changes
24
po4a.changes
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 16 07:06:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to v0.69:
|
||||
* Parts of a fenced divs are now translated separately (GitHub's #381)
|
||||
* Use the implementation of YFM to parse YAML files too.
|
||||
* Numbers and arrays are not quoted anymore in Yaml files, as it should
|
||||
be.
|
||||
* This adds the yfm_paths option to Markdown and Asciidoc YFM,
|
||||
* fixing GitHub's #392 along the way.
|
||||
* Please note that '-o keys' is now case-sensitive in Yaml documents.
|
||||
* Do not translate nor quote booleans, so that they are not treated as
|
||||
string.
|
||||
* Correctly handle placeholders of empty elements (GitHub's #389)
|
||||
* Translate attributes within attribute-folded inline and placeholder (GH
|
||||
#391)
|
||||
* alt attribute of can be properly handled with: -o
|
||||
'attributes=<image>alt' -o 'inline=<image>' -o foldattributes
|
||||
* Thanks k-yaegashi for the pull request fixing both issues
|
||||
* Add a deprecation warning to po4a-translate and po4a-updatepo stating
|
||||
that po4a is the prefered interface.
|
||||
* Rewrite the po4a-gettextize documentation (Debian's #1016695) [Mt].
|
||||
* Rewrite the intro of po4a doc, and add a Quick start tutorial [Mt].
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 15 12:21:58 UTC 2022 - Luiz Fernando Ranghetti <elchevive@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package po4a
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: po4a
|
||||
Version: 0.67
|
||||
Version: 0.69
|
||||
Release: 0
|
||||
Summary: Framework to translate documentation and other materials
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user