Accepting request 1183661 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1183661 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/po4a?expand=0&rev=32
This commit is contained in:
commit
5b39cfa997
BIN
po4a-0.69.tar.gz
(Stored with Git LFS)
BIN
po4a-0.69.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
po4a-0.73.tar.gz
Normal file
3
po4a-0.73.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6f18f82d8cb2a377394137ea396cc3e8195d6cd6e454fe0218aa0f0e36038ea0
|
||||||
|
size 5117198
|
53
po4a.changes
53
po4a.changes
@ -1,3 +1,56 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 22 18:28:32 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Mon Jan 16 07:06:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package po4a
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: po4a
|
Name: po4a
|
||||||
Version: 0.69
|
Version: 0.73
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Framework to translate documentation and other materials
|
Summary: Framework to translate documentation and other materials
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -153,7 +153,6 @@ rm -rf t/fmt-tex.t t/fmt/tex
|
|||||||
%dir %{_mandir}/ru
|
%dir %{_mandir}/ru
|
||||||
%dir %{_mandir}/sr_Cyrl
|
%dir %{_mandir}/sr_Cyrl
|
||||||
%dir %{_mandir}/uk
|
%dir %{_mandir}/uk
|
||||||
%dir %{_mandir}/zh_CHS
|
|
||||||
%dir %{_mandir}/zh_Hant
|
%dir %{_mandir}/zh_Hant
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user