Accepting request 449398 from devel:languages:perl
another attempt to update po4a 0.48 OBS-URL: https://build.opensuse.org/request/show/449398 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/po4a?expand=0&rev=13
This commit is contained in:
commit
6182d2bad8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5f47db85b48893d87d921152c96082233975bd0e0a9ee14f58c07d7dff81678
|
||||
size 2208959
|
3
po4a-0.48.tar.gz
Normal file
3
po4a-0.48.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a89595ca42e896c97ce4ffc231a075cc88692216b4bc05df40414d7428c4286c
|
||||
size 2383567
|
55
po4a.changes
55
po4a.changes
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- updated to version 0.47
|
||||
|
||||
* Major changes in release 0.47 (2015-08-28)
|
||||
|
||||
Man:
|
||||
* Fix: don't add supirious lines around \# lines (deb#786642)
|
||||
|
||||
Documentation:
|
||||
* Bugfix: poref is a command line option (deb#775707)
|
||||
|
||||
Translations:
|
||||
* Update Italian
|
||||
|
||||
Other:
|
||||
* Port our regex to Perl 5.22 (deb#788706)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 21 12:05:27 UTC 2015 - elchevive@opensuse.org
|
||||
|
||||
- updated to version 0.46
|
||||
|
||||
* Major changes in release 0.46 (2015-05-21)
|
||||
|
||||
Man:
|
||||
* Fix handling of preprocessor lines (deb#744366)
|
||||
* Fix handling of tbl's textblocks (deb#748601)
|
||||
|
||||
Sgml:
|
||||
* Silence a warning about useless greediness modifier (deb#779435)
|
||||
|
||||
Translations:
|
||||
* Update Dutch, Vietnamese, and Brazilian Portuguese (deb#782393, deb#776896, and deb#735644)
|
||||
|
||||
Documentation:
|
||||
* Update Brazilian Portuguese (deb#735644)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 19 19:40:02 UTC 2014 - bwiedemann@suse.com
|
||||
|
||||
|
14
po4a.spec
14
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.45
|
||||
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/3942/%{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
|
||||
|
Loading…
x
Reference in New Issue
Block a user