From a1f04d916f6b9261c1a647a39ef81be9023aeb37591946aa22adcfa2c53f80d5 Mon Sep 17 00:00:00 2001 From: Luiz Fernando Ranghetti Date: Mon, 13 Aug 2018 13:48:01 +0000 Subject: [PATCH] Accepting request 627945 from home:elchevive:branches:devel:languages:perl - 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 OBS-URL: https://build.opensuse.org/request/show/627945 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=48 --- po4a-0.52.tar.gz | 3 --- po4a-0.54.tar.gz | 3 +++ po4a.changes | 61 ++++++++++++++++++++++++++++++++++++++++++++++++ po4a.spec | 14 +++++++---- 4 files changed, 73 insertions(+), 8 deletions(-) delete mode 100644 po4a-0.52.tar.gz create mode 100644 po4a-0.54.tar.gz diff --git a/po4a-0.52.tar.gz b/po4a-0.52.tar.gz deleted file mode 100644 index 551aa7a..0000000 --- a/po4a-0.52.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60a243da3ae372f019cd71483d46c898897f8692958403dfc2c8001c713e6fcf -size 2530727 diff --git a/po4a-0.54.tar.gz b/po4a-0.54.tar.gz new file mode 100644 index 0000000..43b576a --- /dev/null +++ b/po4a-0.54.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596f7621697f9dd12709958c229e256b56683d25997ac73c9625a2cc0c603d51 +size 2686485 diff --git a/po4a.changes b/po4a.changes index 43f726f..1bf7c96 100644 --- a/po4a.changes +++ b/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 diff --git a/po4a.spec b/po4a.spec index 088970d..ca05e98 100644 --- a/po4a.spec +++ b/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