Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ef021587c4 | |||
| ecad3a2ff7 | |||
| e24895d79c | |||
| b4ce94cb12 | |||
| 823290b898 | |||
| 8214186608 | |||
| 3324f00e62 | |||
| 9102d7669a | |||
| 5a1b413cb5 | |||
| 5325aefc21 | |||
| c3868e0ced | |||
| 61e81fcbd1 |
BIN
po4a-0.73.tar.gz
LFS
BIN
po4a-0.73.tar.gz
LFS
Binary file not shown.
3
po4a-0.74.tar.gz
Normal file
3
po4a-0.74.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25fc323f2ba37bbd48c3af0ebf49952644b0e468261f98633e91219a838fe7c2
|
||||
size 5907018
|
||||
65
po4a.changes
65
po4a.changes
@@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 19:12:56 UTC 2025 - Luiz Fernando Ranghetti <elchevive@opensuse.org>
|
||||
|
||||
- Update to version 0.74:
|
||||
General:
|
||||
* Fix a failure with Perl 5.40.
|
||||
* Add --target-lang option to po4a [jnavila]
|
||||
* Include bash_completion files (GitHub's #542) [Fat-Zer]
|
||||
Copy the share/bash-completion/completions/ files under /usr to use them.
|
||||
|
||||
Scripts:
|
||||
* po4a-updatepo: remove --width as no localized file will ever be
|
||||
generated (GitHub's #549) [Mt].
|
||||
|
||||
Asciidoc:
|
||||
* Manage custom verbatim styles (Github's #548) [Jean-Noël Avila]
|
||||
|
||||
Markdown:
|
||||
* Avoid searching for bullets in code blocks (GitHub's #550)
|
||||
[Alexander Golubev].
|
||||
* Ensure the parser avoids infinite loops, even when a document ends with an
|
||||
incorrect number of backticks, leaving a code block incomplete (GitHub's
|
||||
#558 and #560) [reported by Jibec, and fixed by gemmaro].
|
||||
|
||||
Org:
|
||||
* New module (GitHub's #485) [gemmaro].
|
||||
|
||||
Pod:
|
||||
* Add an announcement warning to the Pod module. (GitHub's #573) [gemmaro].
|
||||
It is based on a deprecated Perl module that will disappear at some point.
|
||||
|
||||
SimplePod:
|
||||
* New module (GitHub's #573), meant as a drop-in to the deprecated Pod [gemmaro].
|
||||
We think that it is production-ready, even if it was never tested
|
||||
in battlefield conditions, so bugs are expected in some cases.
|
||||
Please help us improving it as it will become the only Pod module.
|
||||
|
||||
TeX:
|
||||
* Fix read error of input/include files in TeX files (thanks Alex Karabanov)
|
||||
* latex: Fix a failure when \input is surrounded with {curly braces}.
|
||||
Thanks to Mayeul Cantan for the report and fix, and to Alex Karabanov
|
||||
for the test case.
|
||||
|
||||
Texinfo:
|
||||
* Allow spaces before line-breaking commands and fix some warnings
|
||||
(GitHub's #497) [Alexander Golubev].
|
||||
|
||||
VimHelp:
|
||||
* New module (GitHub's #525) [gemmaro].
|
||||
* Allow for an optional Vim language specification in code blocks
|
||||
(GitHub's #552) [Gemmaro].
|
||||
|
||||
Internal refactorings:
|
||||
* Remove DynaLoader (GitHub's #532) [gemmaro].
|
||||
* Improve the code when reading a non-UTF po file (GitHub's #538)
|
||||
[Golubev Alexander].
|
||||
|
||||
- remove upstreamed patches (gettext-0.25-tests.patch and po4a.diff)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 11 07:53:10 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
|
||||
|
||||
- Fix test to handle trailing spaces with gettext-runtime 0.25
|
||||
* gettext-0.25-tests.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 20:17:56 UTC 2025 - Eugenio Paolantonio <eugenio.paolantonio@suse.com>
|
||||
|
||||
|
||||
11
po4a.diff
11
po4a.diff
@@ -1,11 +0,0 @@
|
||||
--- lib/Locale/Po4a/TransTractor.pm.orig 2024-07-02 11:29:25.396972130 +0000
|
||||
+++ lib/Locale/Po4a/TransTractor.pm 2024-07-02 11:29:48.916941692 +0000
|
||||
@@ -5,6 +5,8 @@ require Exporter;
|
||||
package Locale::Po4a::TransTractor;
|
||||
use DynaLoader;
|
||||
|
||||
+sub import {};
|
||||
+
|
||||
use 5.16.0;
|
||||
use strict;
|
||||
use warnings;
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: po4a
|
||||
Version: 0.73
|
||||
Version: 0.74
|
||||
Release: 0
|
||||
Summary: Framework to translate documentation and other materials
|
||||
License: GPL-2.0-or-later
|
||||
@@ -28,8 +28,6 @@ Group: Development/Tools/Other
|
||||
%endif
|
||||
URL: https://po4a.org/
|
||||
Source: https://github.com/mquinson/po4a/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM Workaround for build error with perl 5.40, see https://github.com/mquinson/po4a/issues/508
|
||||
Patch0: po4a.diff
|
||||
|
||||
%if "%{_vendor}" == "debbuild"
|
||||
BuildRequires: deb-perl-macros
|
||||
@@ -112,7 +110,6 @@ po4a supports currently the following formats:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P0
|
||||
|
||||
%build
|
||||
perl Build.PL installdirs=vendor
|
||||
@@ -155,6 +152,7 @@ rm -rf t/fmt-tex.t t/fmt/tex
|
||||
%dir %{_mandir}/pt_BR
|
||||
%dir %{_mandir}/ru
|
||||
%dir %{_mandir}/sr_Cyrl
|
||||
%dir %{_mandir}/ta
|
||||
%dir %{_mandir}/uk
|
||||
%dir %{_mandir}/zh_Hant
|
||||
|
||||
|
||||
Reference in New Issue
Block a user