From 0645dee26d4231a407e30000fbd91e168b0a77707170af61ee5377b3de6cb931 Mon Sep 17 00:00:00 2001 From: Luiz Fernando Ranghetti Date: Thu, 15 Sep 2016 18:02:09 +0000 Subject: [PATCH] Accepting request 427988 from home:elchevive:branches:devel:languages:perl version update OBS-URL: https://build.opensuse.org/request/show/427988 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=33 --- po4a-0.47.tar.gz | 3 --- po4a-0.48.tar.gz | 3 +++ po4a.changes | 16 ++++++++++++++++ po4a.spec | 14 +++----------- 4 files changed, 22 insertions(+), 14 deletions(-) delete mode 100644 po4a-0.47.tar.gz create mode 100644 po4a-0.48.tar.gz diff --git a/po4a-0.47.tar.gz b/po4a-0.47.tar.gz deleted file mode 100644 index 023e34e..0000000 --- a/po4a-0.47.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5010e1b7df1115cbd475f46587fc05fefc97301f9bba0c2f15106005ca017507 -size 2389750 diff --git a/po4a-0.48.tar.gz b/po4a-0.48.tar.gz new file mode 100644 index 0000000..bbe3b4e --- /dev/null +++ b/po4a-0.48.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89595ca42e896c97ce4ffc231a075cc88692216b4bc05df40414d7428c4286c +size 2383567 diff --git a/po4a.changes b/po4a.changes index fdf2677..ba0655d 100644 --- a/po4a.changes +++ b/po4a.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Sep 15 14:46:28 UTC 2016 - elchevive@opensuse.org + +- updated to version 0.48 +- Remove BuildRequires if's for older versions (opensuse<=12.1) + +* Major changes in release 0.48 (2016-06-17) + +SGML: + * Use OpenSP as an underlying engine instead of the deprecated SP + Thanks to Neil Roeth (deb#809477 and deb#280882) + +Translations: + * Update Japaneese. + * Fix formating issue in pt translation + ------------------------------------------------------------------- Fri Aug 28 17:36:42 UTC 2015 - elchevive@opensuse.org diff --git a/po4a.spec b/po4a.spec index 13fd9b9..ac5526a 100644 --- a/po4a.spec +++ b/po4a.spec @@ -1,7 +1,7 @@ # # spec file for package po4a # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,24 +17,16 @@ Name: po4a -Version: 0.47 +Version: 0.48 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: http://alioth.debian.org/frs/download.php/file/4142/%{name}-%{version}.tar.gz +Source: https://alioth.debian.org/frs/download.php/file/4176/%{name}-%{version}.tar.gz BuildRequires: docbook-xsl-stylesheets -%if 0%{?suse_version} > 1210 BuildRequires: libxslt-tools -%endif -%if 0%{?suse_version} == 1210 -BuildRequires: libxslt1 -%endif -%if 0%{?suse_version} < 1210 -BuildRequires: libxslt -%endif BuildRequires: perl-Module-Build >= 0.40 BuildRequires: perl-SGMLS >= 1.03ii BuildRequires: perl-Term-ReadKey