Accepting request 628996 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/628996 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/po4a?expand=0&rev=15
This commit is contained in:
commit
cae1d868e1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60a243da3ae372f019cd71483d46c898897f8692958403dfc2c8001c713e6fcf
|
||||
size 2530727
|
3
po4a-0.54.tar.gz
Normal file
3
po4a-0.54.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:596f7621697f9dd12709958c229e256b56683d25997ac73c9625a2cc0c603d51
|
||||
size 2686485
|
61
po4a.changes
61
po4a.changes
@ -1,3 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 7 17:12:31 UTC 2018 - elchevive@opensuse.org
|
||||
|
||||
- updated to version 0.54
|
||||
- change links from Alioth (shutting down) to GitHub
|
||||
- disable t\09-html (dropped on next version - obsolete module)
|
||||
- new dependecy (perl-yaml-tiny) for new module Yaml
|
||||
|
||||
Asciidoc:
|
||||
|
||||
* Fixed a bug that prevented the asciidoc module to parse correctly four
|
||||
characters table marks
|
||||
* Handle macros with empty target
|
||||
|
||||
Man:
|
||||
|
||||
* Support .MT and .ME macros for e-mail address markup (deb#900965)
|
||||
* Support .OP, .SY, and .YS macros for command synopses
|
||||
|
||||
po4a tool:
|
||||
|
||||
* po4a --keep-translations will not remove your existing translations
|
||||
if they fall below the threshold
|
||||
|
||||
po4a-build tool:
|
||||
|
||||
* Remove it and all related shell scripts and makefile chunks. It is
|
||||
deprecated by the po4a tool since a long time
|
||||
|
||||
Yaml:
|
||||
|
||||
* New module
|
||||
* Fix the behavior with utf-8 files
|
||||
* Add the references from the Yaml file to the po file
|
||||
|
||||
Texinfo:
|
||||
|
||||
* Fix handling of spaces in menu descriptions (deb#758851)
|
||||
|
||||
Text:
|
||||
|
||||
|
||||
* Fix the parsing of fortunes files, which had been broken since
|
||||
v0.43. The handling has changed a bit, all msgids are now marked as
|
||||
"no-wrap", because the word wrap in fortunes files usually matters.
|
||||
* Remove the option for parsing AsciiDoc. There has been a standalone
|
||||
module for nearly five years, released with v0.45
|
||||
* Support pandoc's bibliographic information (title, author, date)
|
||||
at the beginning of a markdown file. Also fix a trailing newline
|
||||
in some markdown titles (deb#894977)
|
||||
|
||||
Documentation:
|
||||
|
||||
* Fix many typos and other issues found
|
||||
* Remove the last references to the alioth servers and mailing lists.
|
||||
|
||||
Translations:
|
||||
|
||||
Updated: Dutch, Estonian, French, German, Italian, Norwegian Bokmål,
|
||||
Portuguese, Portuguese (Brazil), Russian, Swedish, Ukrainian, and Vietnamese
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 19:43:27 UTC 2017 - elchevive@opensuse.org
|
||||
|
||||
|
14
po4a.spec
14
po4a.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package po4a
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: po4a
|
||||
Version: 0.52
|
||||
Version: 0.54
|
||||
Release: 0
|
||||
Summary: Framework to translate documentation and other materials
|
||||
License: GPL-2.0
|
||||
Group: Development/Tools/Other
|
||||
Url: http://po4a.alioth.debian.org/
|
||||
Source: https://alioth.debian.org/frs/download.php/file/4229/%{name}-%{version}.tar.gz
|
||||
Url: https://po4a.org/
|
||||
Source: https://github.com/mquinson/po4a/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: libxslt-tools
|
||||
@ -34,6 +34,7 @@ BuildRequires: perl-Text-WrapI18N
|
||||
BuildRequires: perl-Unicode-LineBreak
|
||||
BuildRequires: perl-base
|
||||
BuildRequires: perl-gettext >= 1.01
|
||||
BuildRequires: perl-YAML-Tiny
|
||||
|
||||
# for test suite
|
||||
BuildRequires: docbook_4
|
||||
@ -77,7 +78,9 @@ rm -f %{buildroot}%{perl_vendorarch}/auto/po4a/.packlist
|
||||
|
||||
%check
|
||||
# requires texlive, which is too heavy for the package
|
||||
rm t/24-tex.t
|
||||
rm t/19-tex.t
|
||||
#obsolete module, will be excluded in next version
|
||||
rm t/09-html.t
|
||||
./Build test
|
||||
|
||||
%clean
|
||||
@ -96,5 +99,6 @@ rm -rf %{buildroot}
|
||||
%dir %{_mandir}/ca
|
||||
%dir %{_mandir}/pl
|
||||
%dir %{_mandir}/pt
|
||||
%dir %{_mandir}/uk
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user