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
This commit is contained in:
Luiz Fernando Ranghetti 2016-09-15 18:02:09 +00:00 committed by Git OBS Bridge
parent 54102f0c67
commit 0645dee26d
4 changed files with 22 additions and 14 deletions

View File

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

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

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

View File

@ -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

View File

@ -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