Accepting request 670632 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/670632 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/po4a?expand=0&rev=16
This commit is contained in:
commit
036449a597
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:596f7621697f9dd12709958c229e256b56683d25997ac73c9625a2cc0c603d51
|
||||
size 2686485
|
3
po4a-0.55.tar.gz
Normal file
3
po4a-0.55.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfc54594c171f29f2a8e19595e706f13d805ca7b67bdb774f3da0ed70a265ae3
|
||||
size 2892158
|
55
po4a.changes
55
po4a.changes
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 16:15:19 UTC 2019 - elchevive@opensuse.org
|
||||
|
||||
- updated to version 0.55
|
||||
|
||||
AsciiDoc:
|
||||
|
||||
* Fix Asciidoc unindented lists
|
||||
* Make Asciidoc Tables nowrap and support current format
|
||||
* Do not include table fences in pot file
|
||||
* Add option to prevent translation of target of image blocks
|
||||
|
||||
Markdown:
|
||||
|
||||
* Improve markdown ruler parsing, and add test.
|
||||
* Add markdown fenced code block parsing, and add test.
|
||||
|
||||
Sgml:
|
||||
|
||||
* Avoid deprecated unescaped left brace in regex to get ready for Perl 5.32.
|
||||
(deb#903735)
|
||||
|
||||
TransTractor:
|
||||
|
||||
* Ensure to split lines before addendum operation without loss or addition of
|
||||
newline. With this change, addendum behavior is more intuitive.(deb#518218)
|
||||
|
||||
Wml:
|
||||
|
||||
* Fix longstanding error regarding comments at the beginning of a file.
|
||||
|
||||
Xml, Docbook:
|
||||
|
||||
* Document XML tag behavior customization with example to help use case
|
||||
specific customization. (deb#515763)
|
||||
* Debug output enhancement to help people understand what exactly happening
|
||||
inside po4a.
|
||||
* Extensive POD and code comment additions and updates.
|
||||
|
||||
po4a tool:
|
||||
|
||||
* Add pot_in feature to support the secondary master file for the base of
|
||||
POT/PO file generation.
|
||||
|
||||
Test:
|
||||
|
||||
* Add XML test cases with po4a including addendum, tag customization, and
|
||||
pot_in feature.
|
||||
|
||||
Translations:
|
||||
|
||||
New translation to Chinese and Chinese Simplified
|
||||
Updated: Dutch, Estonian, French German, Italian, Norwegian Bokmål,
|
||||
Portuguese (Brazil), Russian, Spanish, Swedish, Ukrainian and Vietnamese.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 7 17:12:31 UTC 2018 - elchevive@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package po4a
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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.54
|
||||
Version: 0.55
|
||||
Release: 0
|
||||
Summary: Framework to translate documentation and other materials
|
||||
License: GPL-2.0
|
||||
@ -79,8 +79,8 @@ rm -f %{buildroot}%{perl_vendorarch}/auto/po4a/.packlist
|
||||
%check
|
||||
# requires texlive, which is too heavy for the package
|
||||
rm t/19-tex.t
|
||||
#obsolete module, will be excluded in next version
|
||||
rm t/09-html.t
|
||||
|
||||
#run the tests
|
||||
./Build test
|
||||
|
||||
%clean
|
||||
@ -100,5 +100,6 @@ rm -rf %{buildroot}
|
||||
%dir %{_mandir}/pl
|
||||
%dir %{_mandir}/pt
|
||||
%dir %{_mandir}/uk
|
||||
%dir %{_mandir}/zh_CHS
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user