From c86a7a8c6445f1973b32a0f4931d996a5b644416ff68f47d3abac66da32a7cde Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 27 Jun 2024 17:27:05 +0000 Subject: [PATCH] update to latet 0.73; sadly does not yet fix the issues with Perl 5.40 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=81 --- po4a-0.69.tar.gz | 3 --- po4a-0.73.tar.gz | 3 +++ po4a.changes | 53 ++++++++++++++++++++++++++++++++++++++++++++++++ po4a.spec | 5 ++--- 4 files changed, 58 insertions(+), 6 deletions(-) delete mode 100644 po4a-0.69.tar.gz create mode 100644 po4a-0.73.tar.gz diff --git a/po4a-0.69.tar.gz b/po4a-0.69.tar.gz deleted file mode 100644 index 0577561..0000000 --- a/po4a-0.69.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cd4aff13661665ec2d9df478757ae407683d4ecb5c2627ccf8b46729bcb9496 -size 4665710 diff --git a/po4a-0.73.tar.gz b/po4a-0.73.tar.gz new file mode 100644 index 0000000..64e76ea --- /dev/null +++ b/po4a-0.73.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f18f82d8cb2a377394137ea396cc3e8195d6cd6e454fe0218aa0f0e36038ea0 +size 5117198 diff --git a/po4a.changes b/po4a.changes index e12ad72..ced804b 100644 --- a/po4a.changes +++ b/po4a.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sat Jun 22 18:28:32 UTC 2024 - Dominique Leuenberger + +- Update to version 0.73: + + Try to not fail when writing UTF po files with old Perl + versions. + + Improve various error messages to help users debugging encoding + issues. +- Changes from version 0.72: + + TransTractor: + - Remove one source of supirious error reports when writing + files. + + Asciidoc: + - Support a cleanspaces option to remove extra spaces in + wrapped lines. + + Man/Groff: + - Handle ~ as non-breaking space. + - Properly handle \c escape sequence in .TP parameters. + + Markdown: + - Treat tables as verbatim paragraphs. + + All scripts: + - Add an option -w/--width to rewrap text on an arbitrary + column. + + po4a main script only: + - Fix the behavior of --translate-only. + + Documentation: + - Fix typos. + - Kill outdated documentation on Pod parameters. +- Changes from version 0.71: + + po4a main script: + - Fix the parsing of nested simple and double quotes mixed with + escaped spaces. + - Properly parse config files iteratively redefining the same + alias to enrich it. + - Don't eat up quotes around parameters containing spaces, as + they are needed later on when passing parameters to msgmerge + and friends. + + Gemtext: + - New module. + + Documentation: + - Fix many typos introduced in previous release. + + General: + - Better error messages on encoding errors. It remains fragile, + but at least we try to display an error message. +- Changes from version 0.70: + + Major cleanup: + - Greatly simplify the code by using PerlIO instead of messing + up with encodings manually. This is a very intrusive change, + and even if all tests of our comprehensive suite pass, expect + issues with this on some corner cases, such as projects not + using UTF-8 but a mixture of encodings. + + ------------------------------------------------------------------- Mon Jan 16 07:06:48 UTC 2023 - Dirk Müller diff --git a/po4a.spec b/po4a.spec index ea877a0..1d5444d 100644 --- a/po4a.spec +++ b/po4a.spec @@ -1,7 +1,7 @@ # # spec file for package po4a # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.69 +Version: 0.73 Release: 0 Summary: Framework to translate documentation and other materials License: GPL-2.0-only @@ -153,7 +153,6 @@ rm -rf t/fmt-tex.t t/fmt/tex %dir %{_mandir}/ru %dir %{_mandir}/sr_Cyrl %dir %{_mandir}/uk -%dir %{_mandir}/zh_CHS %dir %{_mandir}/zh_Hant %changelog