Accepting request 827371 from devel:languages:perl

- Update to version 0.61
po4a tool:
 * Robustify --srcdir and --destdir: When building the schroot package,
 these paths happen to be soft links to the same directory, making po4a
 believe that the POT file is specified twice (to the same value). po4a
 is now ignoring these dups.
 
Translations:
Updated: Chinese, Czech, Dutch, French, German, Portuguese, Portuguese
(Brazil), Serbian and Ukrainian.
- Update to version 0.60
Asciidoc:
 * Introduce "compat" option to parse like asciidoc or asciidoctor.
Text (and Markdown):
 * Fix the support of nested lists.
Other:
 * Remove the experimental C extension that was never built, distributed,
 tested nor modified since 2007.
 
XML:
 * Provide a meaningful message when the translators butcher the <placeholder>
 attributes instead of truncating the file.
 
Translations:
Updated: Chinese, Croatian, Dutch, French, German, Norwegian Bokmål, Portuguese
(Brazil), Serbian and Ukrainian.

OBS-URL: https://build.opensuse.org/request/show/827371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/po4a?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2020-08-20 20:26:55 +00:00 committed by Git OBS Bridge
commit aa751e7430
4 changed files with 55 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb55ec2b419ec7eefb0f13752fb08bc2701e6689467b6e1994bb5d9ae711cd97
size 3079550

3
po4a-0.61.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62954cb0537eff33124a45fa194ae3b92552ee6f6eef74f4953a577f640b86db
size 3863796

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Sun Aug 16 23:52:34 UTC 2020 - Pau Garcia Quiles <pau.garcia@suse.com>
- Update to version 0.61
po4a tool:
* Robustify --srcdir and --destdir: When building the schroot package,
these paths happen to be soft links to the same directory, making po4a
believe that the POT file is specified twice (to the same value). po4a
is now ignoring these dups.
Translations:
Updated: Chinese, Czech, Dutch, French, German, Portuguese, Portuguese
(Brazil), Serbian and Ukrainian.
-------------------------------------------------------------------
Sun Aug 16 22:27:18 UTC 2020 - Pau Garcia Quiles <pau.garcia@suse.com>
- Update to version 0.60
Asciidoc:
* Introduce "compat" option to parse like asciidoc or asciidoctor.
Text (and Markdown):
* Fix the support of nested lists.
Other:
* Remove the experimental C extension that was never built, distributed,
tested nor modified since 2007.
XML:
* Provide a meaningful message when the translators butcher the <placeholder>
attributes instead of truncating the file.
Translations:
Updated: Chinese, Croatian, Dutch, French, German, Norwegian Bokmål, Portuguese
(Brazil), Serbian and Ukrainian.
-------------------------------------------------------------------
Fri Nov 22 12:18:01 UTC 2019 - Luiz Fernando Ranghetti <elchevive68@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package po4a
#
# Copyright (c) 2019 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,12 +17,12 @@
Name: po4a
Version: 0.57
Version: 0.61
Release: 0
Summary: Framework to translate documentation and other materials
License: GPL-2.0
License: GPL-2.0-only
Group: Development/Tools/Other
Url: https://po4a.org/
URL: https://po4a.org/
Source: https://github.com/mquinson/po4a/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: docbook-xsl-stylesheets
@ -32,9 +32,9 @@ BuildRequires: perl-SGMLS >= 1.03ii
BuildRequires: perl-Term-ReadKey
BuildRequires: perl-Text-WrapI18N
BuildRequires: perl-Unicode-LineBreak
BuildRequires: perl-YAML-Tiny
BuildRequires: perl-base
BuildRequires: perl-gettext >= 1.01
BuildRequires: perl-YAML-Tiny
# for test suite
BuildRequires: docbook_4
@ -77,7 +77,7 @@ perl Build.PL installdirs=vendor
%check
# requires texlive, which is too heavy for the package
rm t/19-tex.t
rm -rf t/fmt-tex.t t/fmt/tex
#run the tests
./Build test
@ -101,5 +101,6 @@ rm -rf %{buildroot}
%dir %{_mandir}/pt
%dir %{_mandir}/uk
%dir %{_mandir}/zh_CHS
%dir %{_mandir}/sr_Cyrl
%changelog