diff --git a/po4a-0.61.tar.gz b/po4a-0.61.tar.gz deleted file mode 100644 index fa3501f..0000000 --- a/po4a-0.61.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62954cb0537eff33124a45fa194ae3b92552ee6f6eef74f4953a577f640b86db -size 3863796 diff --git a/po4a-0.62.tar.gz b/po4a-0.62.tar.gz new file mode 100644 index 0000000..c4b2fe5 --- /dev/null +++ b/po4a-0.62.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb510a66f59de68cf7a205342036cc9fc08b39334b91f1456421a5f3359e68b +size 3980028 diff --git a/po4a.changes b/po4a.changes index 033b243..c013401 100644 --- a/po4a.changes +++ b/po4a.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Dec 7 17:06:08 UTC 2020 - Pau Garcia Quiles + +- Update to version 0.62 +- Install additional translated manpages: de, es, fr, it, ja, nl, pt_BR, ru + +po4a tool: + * Improve po_paths on misconfigurations, improve doc and error messages. + +Asciidoc: + * Unwrap all paragraphs by default (Github's #242). + Introduce "forcewrap" option to re-enable line wrapping on output. + * Support definition list continuations with indent (Github's #273) + +DocBook: + * Mark xreflabel attributes as translatable (GitHub's #267). + +Translations: + +Updated: Croatian, Chinese (simplified), Dutch, French, German, Hungarian, +Italian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, +Serbian (cyrillic), Spanish and Ukrainian + ------------------------------------------------------------------- Mon Nov 9 16:59:43 UTC 2020 - Luiz Fernando Ranghetti diff --git a/po4a.spec b/po4a.spec index 4200521..3822c6b 100644 --- a/po4a.spec +++ b/po4a.spec @@ -17,7 +17,7 @@ Name: po4a -Version: 0.61 +Version: 0.62 Release: 0 Summary: Framework to translate documentation and other materials License: GPL-2.0-only @@ -67,6 +67,8 @@ po4a supports currently the following formats: * TeX (generic, LaTeX, or Texinfo) * text (simple text files with some formatting, markdown, or AsciiDoc) * INI + * YAML + * KernelHelp %prep %setup -q @@ -98,10 +100,22 @@ rm -rf t/fmt-tex.t t/fmt/tex %files lang -f %{name}.lang %defattr(-,root,root) %dir %{_mandir}/ca +%dir %{_mandir}/de +#%dir %{_mandir}/eo +%dir %{_mandir}/es +%dir %{_mandir}/fr +#%dir %{_mandir}/hr +#%dir %{_mandir}/hu +%dir %{_mandir}/it +%dir %{_mandir}/ja +#%dir %{_mandir}/nb +%dir %{_mandir}/nl %dir %{_mandir}/pl %dir %{_mandir}/pt +%dir %{_mandir}/pt_BR +%dir %{_mandir}/ru +%dir %{_mandir}/sr_Cyrl %dir %{_mandir}/uk %dir %{_mandir}/zh_CHS -%dir %{_mandir}/sr_Cyrl %changelog