Accepting request 827156 from home:pagarcia:branches:devel:languages:perl

Update to version 0.61

OBS-URL: https://build.opensuse.org/request/show/827156
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=56
This commit is contained in:
2020-08-17 13:04:47 +00:00
committed by Git OBS Bridge
parent c78daf30f8
commit 12782e5c3f
4 changed files with 20 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,13 @@
-------------------------------------------------------------------
Sun Aug 16 23:52:34 UTC 2020 - Pau Garcia Quiles <pau.garcia@suse.com>
- Update to version 0.61
-------------------------------------------------------------------
Sun Aug 16 22:27:18 UTC 2020 - Pau Garcia Quiles <pau.garcia@suse.com>
- Update to version 0.60
-------------------------------------------------------------------
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