Accepting request 519561 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/519561 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/po4a?expand=0&rev=14
This commit is contained in:
commit
720a63a226
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a89595ca42e896c97ce4ffc231a075cc88692216b4bc05df40414d7428c4286c
|
||||
size 2383567
|
3
po4a-0.52.tar.gz
Normal file
3
po4a-0.52.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60a243da3ae372f019cd71483d46c898897f8692958403dfc2c8001c713e6fcf
|
||||
size 2530727
|
50
po4a.changes
50
po4a.changes
@ -1,10 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 19:43:27 UTC 2017 - elchevive@opensuse.org
|
||||
|
||||
- updated to version 0.52
|
||||
|
||||
Core:
|
||||
* po4a-translate complains if the input po file is outdated (deb#637288).
|
||||
* teach po4a-updatepo about the --porefs options that was already documented.
|
||||
* rename --porefs values after msgmerge option's name: noline->file
|
||||
and none->never. (deb#775708).
|
||||
|
||||
po4a:
|
||||
* New option --no-update to not touch the po files. (deb#599179)
|
||||
* Checking po file is fine. Failing if the file does not exist isn't.
|
||||
(deb#858934)
|
||||
* Check the validity of po files before using them (deb#855431)
|
||||
|
||||
AsciiDoc:
|
||||
* Properly deal with item text missing its leading indent.
|
||||
* Allow empty attribute lists, by bexelbie.
|
||||
* Further bug fixing to handle the git documentation.
|
||||
* Fix some bugs, around style macros
|
||||
* Correctly handle list literal paragraph
|
||||
|
||||
Man:
|
||||
* Add support for the tab(<character>) global option inside .TS/.TE.
|
||||
Also tidy up trailing newline handling in text blocks: Since that
|
||||
trailing newling must be there, no need to translate it explicitly.
|
||||
(deb#847754).
|
||||
|
||||
Text:
|
||||
* Add an option to treat Key/Value pairs as verbatim
|
||||
* Add a neverwrap option to prevent any wrapping (deb#824753)
|
||||
|
||||
RubyDoc:
|
||||
* New module by Francesco Poli (deb#827936)
|
||||
|
||||
Wml:
|
||||
* Make title translatable.
|
||||
|
||||
XML:
|
||||
* Add an option to escape all quotes, for android.
|
||||
* Add an option to not wrap attributes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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)
|
||||
* Major changes in release 0.48
|
||||
|
||||
SGML:
|
||||
* Use OpenSP as an underlying engine instead of the deprecated SP
|
||||
@ -19,7 +63,7 @@ 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)
|
||||
* Major changes in release 0.47
|
||||
|
||||
Man:
|
||||
* Fix: don't add supirious lines around \# lines (deb#786642)
|
||||
@ -38,7 +82,7 @@ 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)
|
||||
* Major changes in release 0.46
|
||||
|
||||
Man:
|
||||
* Fix handling of preprocessor lines (deb#744366)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package po4a
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 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.48
|
||||
Version: 0.52
|
||||
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/4176/%{name}-%{version}.tar.gz
|
||||
Source: https://alioth.debian.org/frs/download.php/file/4229/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: libxslt-tools
|
||||
@ -40,6 +40,7 @@ BuildRequires: docbook_4
|
||||
BuildRequires: iso_ent
|
||||
BuildRequires: opensp
|
||||
BuildRequires: perl-HTML-Parser
|
||||
|
||||
Requires: %{name}-lang = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
Loading…
x
Reference in New Issue
Block a user