45 Commits

Author SHA256 Message Date
Luiz Fernando Ranghetti
96efddcb29 Accepting request 853677 from home:pagarcia:po4a
- Update to version 0.62
- Install additional translated manpages: de, es, fr, it, ja, nl, pt_BR, ru
po4a tool:
 * Improve po_paths on misconfigurations, improve doc and error messages.
Asciidoc:
 * Unwrap all paragraphs by default (Github's #242).
   Introduce "forcewrap" option to re-enable line wrapping on output.
 * Support definition list continuations with indent (Github's #273)
DocBook:
 * Mark xreflabel attributes as translatable (GitHub's #267).
 
Translations:
Updated: Croatian, Chinese (simplified), Dutch, French, German, Hungarian, 
Italian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, 
Serbian (cyrillic), Spanish and Ukrainian

OBS-URL: https://build.opensuse.org/request/show/853677
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=65
2020-12-08 14:12:50 +00:00
Dirk Stoecker
12c86039d9 Accepting request 847344 from home:elchevive:branches:graphics:darktable:master
- Also add perl(Pod::Parser) to Requires, otherwise POD generation fail
  (boo#1178446)

OBS-URL: https://build.opensuse.org/request/show/847344
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=63
2020-11-10 08:51:18 +00:00
Luiz Fernando Ranghetti
e06cc0858c Accepting request 845011 from home:dimstar:Factory
- Add perl(Pod::Parser) BuildRequires: explicitly checked for by
  the build system. Used to be part of perl, but is no longer so in
  perl 5.32.

OBS-URL: https://build.opensuse.org/request/show/845011
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=61
2020-10-30 13:23:51 +00:00
Dirk Stoecker
79bca4a1d9 Accepting request 831676 from home:elchevive:branches:devel:languages:perl
- Fix boo#1175977
- Added missing Requires (perl-SGMLS and perl-YAML-Tiny) and BuildRequires
  (perl-Test-Pod) and removed not used anymore (perl-HTML-Parser)

OBS-URL: https://build.opensuse.org/request/show/831676
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=59
2020-09-03 13:30:26 +00:00
Luiz Fernando Ranghetti
5f930e56cb OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=57 2020-08-17 15:01:18 +00:00
Luiz Fernando Ranghetti
12782e5c3f 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
2020-08-17 13:04:47 +00:00
Dirk Stoecker
c78daf30f8 Accepting request 750377 from home:elchevive:branches:devel:languages:perl
- updated to version 0.57
AsciiDoc:
 * Introduce option tablecells to process cells in tables.
 * Widen accepted characters in the term part of definition list
po4a tool:
 * Don't use single quotes to protect command line arguments, as it fails on
 Windows
 
Translations:
New translation: Arabic
Updated: Dutch, French, Italian, Japanese, Norwegian Bokmål,
Portuguese (Brazil) and Ukrainian

OBS-URL: https://build.opensuse.org/request/show/750377
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=54
2019-11-22 21:29:58 +00:00
Dirk Stoecker
a998644917 Accepting request 708385 from home:elchevive:branches:devel:languages:perl
- updated to version 0.56
AsciiDoc:
 * Fix Asciidoc unindented lists
 * Make Asciidoc Tables nowrap and support current format
 * Do not include table fences in pot file
 * Add option to prevent translation of target of image blocks
AsciiDoc:
 * Introduce option tablecells to process cells in tables.
 * Widen accepted characters in the term part of definition list
po4a tool:
 * Don't use single quotes to protect command line arguments, as it
 fails on Windows
Translations:
New translation: Arabi.
Updated: Dutch, French, Italian, Japanese, Norwegian Bokmål, Portuguese
(Brazil) and Ukrainian.
- updated to version 0.55
AsciiDoc:
 * Fix Asciidoc unindented lists
 * Make Asciidoc Tables nowrap and support current format
 * Do not include table fences in pot file
 * Add option to prevent translation of target of image blocks
 
Markdown:
 * Improve markdown ruler parsing, and add test.
 * Add markdown fenced code block parsing, and add test.
Sgml:
 * Avoid deprecated unescaped left brace in regex to get ready for Perl 5.32.
(deb#903735)
TransTractor:
 * Ensure to split lines before addendum operation without loss or addition of
newline. With this change, addendum behavior is more intuitive.(deb#518218)
Wml:
 * Fix longstanding error regarding comments at the beginning of a file.
Xml, Docbook:
 * Document XML tag behavior customization with example to help use case
specific customization. (deb#515763)
 * Debug output enhancement to help people understand what exactly happening
inside po4a.
 * Extensive POD and code comment additions and updates.
po4a tool:
 * Add pot_in feature to support the secondary master file for the base of
POT/PO file generation.
Test:
 * Add XML test cases with po4a including addendum, tag customization, and
pot_in feature.
Translations:
New translation to Chinese and Chinese Simplified
Updated: Dutch, Estonian, French German, Italian, Norwegian Bokmål,
Portuguese (Brazil), Russian, Spanish, Swedish, Ukrainian and Vietnamese.
- updated to version 0.54
- change links from Alioth (shutting down) to GitHub
- disable t\09-html (dropped on next version - obsolete module)
- new dependecy (perl-yaml-tiny) for new module Yaml
Asciidoc:
 * Fixed a bug that prevented the asciidoc module to parse correctly four
characters table marks
 * Handle macros with empty target
 
Man:
 * Support .MT and .ME macros for e-mail address markup (deb#900965)
 * Support .OP, .SY, and .YS macros for command synopses
 
po4a tool:
 * po4a --keep-translations will not remove your existing translations
if they fall below the threshold
po4a-build tool:
 * Remove it and all related shell scripts and makefile chunks. It is
deprecated by the po4a tool since a long time
 
Yaml:
 * New module
 * Fix the behavior with utf-8 files
 * Add the references from the Yaml file to the po file
Texinfo:
 * Fix handling of spaces in menu descriptions (deb#758851)
Text:
 * Fix the parsing of fortunes files, which had been broken since
v0.43. The handling has changed a bit, all msgids are now marked as
"no-wrap", because the word wrap in fortunes files usually matters.
 * Remove the option for parsing AsciiDoc. There has been a standalone
module for nearly five years, released with v0.45
 * Support pandoc's bibliographic information (title, author, date)
at the beginning of a markdown file. Also fix a trailing newline
in some markdown titles (deb#894977)
Documentation:
 * Fix many typos and other issues found
 * Remove the last references to the alioth servers and mailing lists.
Translations:
Updated: Dutch, Estonian, French, German, Italian, Norwegian Bokmål,
Portuguese, Portuguese (Brazil), Russian, Swedish, Ukrainian, and Vietnamese
- 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.
- updated to version 0.48
- Remove BuildRequires if's for older versions (opensuse<=12.1)
* Major changes in release 0.48
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
- updated to version 0.47
* Major changes in release 0.47
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)
 
- updated to version 0.46
* Major changes in release 0.46
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)
- fix download link
- drop po4a-0.44-use-tempfile-correctly.patch
- updated to version 0.45
po4a:
 * Fix usage of File::Temp::tempfile to allow using Perl >= 5.18.
Asciidoc:
 * Make it a standalone format.
Docbook:
 * Make <beginpage> inline.
Ini:
 * Add key parameter as an automatic comment.  This allows using
   po4a-gettextize on ini files.
LaTeX:
 * Fix handling of optional parameters in newtheorem command.
Po:
 * Fix computation of timezone written into PO files.
Sgml:
 * Fix failing tests with recent Docbook DTD.
- Add po4a-0.44-use-tempfile-correctly.patch to fix tempfile build
  errors on Perl >-5.18 by replacing 'File::Temp->tempfile' with
  'File::Temp::tempfile'
- Source URL corrected
- Add Source URL, see https://en.opensuse.org/SourceUrls
- do not buildrequire texlive
- update to version 0.44:
Fix packaging issues with 0.43
- update to version 0.43:
po4a:
 * Add --porefs option to change how file locations are written into
   the POT file (and thus into the PO files also).
po4a-updatepo po4a Po:
 * Extend the --porefs option, add a new 'counter' value to replace
   line number by an increasing counter.
   An optional ",nowrap" or ",wrap" specifier can be added to tell
   whether file locations are written on a single line or wrapped on
   several lines.  Default is ",nowrap", it will be changed to ",wrap"
   in a future release.
Man:
 * Make .UR/.UE macros inline.
 * Add macros used in several NetBSD man pages: %I %U Brc Bro Lp Lk
Text:
 * Fix two line titles in AsciiDoc format.
 * Let AsciiDoc format handle many more styles.
 * Add support for automatic comments in AsciiDoc format.
- update to version 0.42:
po4a:
 * Allow adding command-line options after config file.
Text:
 * Add support for control files.
msguntypot:
 * Do not remove obsolete entries from PO files.
documentation translations updates
 * New German translations
 * Updated Spanish translations
 * Updated French translations
 * Updated Japanese translations
 * Updated Polish translations
- Reflect changes on libxslt package (-tool subpackage created)
- Add perl_requires and libxslt1
- spec cleanup
- enable tests and split -lang package
- initial packaging

OBS-URL: https://build.opensuse.org/request/show/708385
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=52
2019-06-11 11:34:19 +00:00
Stephan Kulow
ddbb924ecf Accepting request 669920 from home:elchevive:branches:devel:languages:perl
- updated to version 0.55
AsciiDoc:
 * Fix Asciidoc unindented lists
 * Make Asciidoc Tables nowrap and support current format
 * Do not include table fences in pot file
 * Add option to prevent translation of target of image blocks
 
Markdown:
 * Improve markdown ruler parsing, and add test.
 * Add markdown fenced code block parsing, and add test.
Sgml:
 * Avoid deprecated unescaped left brace in regex to get ready for Perl 5.32.
(deb#903735)
TransTractor:
 * Ensure to split lines before addendum operation without loss or addition of
newline. With this change, addendum behavior is more intuitive.(deb#518218)
Wml:
 * Fix longstanding error regarding comments at the beginning of a file.
Xml, Docbook:
 * Document XML tag behavior customization with example to help use case
specific customization. (deb#515763)
 * Debug output enhancement to help people understand what exactly happening
inside po4a.
 * Extensive POD and code comment additions and updates.
po4a tool:
 * Add pot_in feature to support the secondary master file for the base of
POT/PO file generation.
Test:
 * Add XML test cases with po4a including addendum, tag customization, and
pot_in feature.
Translations:
New translation to Chinese and Chinese Simplified
Updated: Dutch, Estonian, French German, Italian, Norwegian Bokmål,
Portuguese (Brazil), Russian, Spanish, Swedish, Ukrainian and Vietnamese.

OBS-URL: https://build.opensuse.org/request/show/669920
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=50
2019-02-01 19:33:32 +00:00
Luiz Fernando Ranghetti
a1f04d916f Accepting request 627945 from home:elchevive:branches:devel:languages:perl
- updated to version 0.54
- change links from Alioth (shutting down) to GitHub
- disable t\09-html (dropped on next version - obsolete module)
- new dependecy (perl-yaml-tiny) for new module Yaml

OBS-URL: https://build.opensuse.org/request/show/627945
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=48
2018-08-13 13:48:01 +00:00
Luiz Fernando Ranghetti
2becad239b Accepting request 519560 from home:elchevive:branches:devel:languages:perl
version update 0.48 -> 0.52

OBS-URL: https://build.opensuse.org/request/show/519560
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=46
2017-08-29 20:43:39 +00:00
Luiz Fernando Ranghetti
06d5fa0309 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=45 2017-08-28 20:20:10 +00:00
Luiz Fernando Ranghetti
66b81b4140 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=44 2017-08-28 19:59:00 +00:00
Luiz Fernando Ranghetti
81e74c87da OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=43 2017-08-28 19:56:43 +00:00
Luiz Fernando Ranghetti
17cbf626c0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=42 2017-08-28 19:55:59 +00:00
Luiz Fernando Ranghetti
5dd81b67f1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=41 2017-01-26 12:14:03 +00:00
Luiz Fernando Ranghetti
f804449dd9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=40 2017-01-26 12:13:04 +00:00
Luiz Fernando Ranghetti
9fe8bc1524 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=39 2017-01-26 12:00:21 +00:00
Luiz Fernando Ranghetti
30d77baa13 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=38 2017-01-26 11:58:40 +00:00
Luiz Fernando Ranghetti
6ead548035 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=37 2017-01-26 11:54:01 +00:00
Luiz Fernando Ranghetti
ff7ce42f1c OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=36 2017-01-16 15:04:41 +00:00
Luiz Fernando Ranghetti
32ba443040 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=35 2017-01-16 14:39:22 +00:00
Luiz Fernando Ranghetti
0645dee26d 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
2016-09-15 18:02:09 +00:00
Luiz Fernando Ranghetti
54102f0c67 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=32 2015-08-28 17:53:22 +00:00
Luiz Fernando Ranghetti
493df94018 Accepting request 327780 from home:elchevive:branches:devel:languages:perl
updated to version 0.47

OBS-URL: https://build.opensuse.org/request/show/327780
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=31
2015-08-28 17:50:58 +00:00
Luiz Fernando Ranghetti
ceafeaa7e1 Accepting request 308223 from home:elchevive:branches:devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/308223
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=30
2015-05-21 12:23:34 +00:00
Luiz Fernando Ranghetti
359c1914fb Accepting request 262414 from home:bmwiedemann:branches:devel:languages:perl
- fix download link

OBS-URL: https://build.opensuse.org/request/show/262414
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=28
2014-11-20 11:28:19 +00:00
Luiz Fernando Ranghetti
d23767cb85 Accepting request 215637 from home:elchevive:branches:devel:languages:perl
updated to version 0.45

OBS-URL: https://build.opensuse.org/request/show/215637
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=24
2014-01-30 12:42:59 +00:00
Luiz Fernando Ranghetti
1a730868cb OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=22 2013-06-24 19:50:15 +00:00
Luiz Fernando Ranghetti
3ff26d80e0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=21 2013-06-24 19:08:40 +00:00
Luiz Fernando Ranghetti
06aee83e98 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=20 2013-06-24 19:08:07 +00:00
Luiz Fernando Ranghetti
845e873ff8 Accepting request 180774 from home:elchevive:branches:devel:languages:perl
Fix build errors for perl > 5.18 (replacing  'File::Temp->tempfile' with 'File::Temp::tempfile') - to be fixed upstream next version

OBS-URL: https://build.opensuse.org/request/show/180774
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=19
2013-06-24 18:54:05 +00:00
Stephan Kulow
e5f86b744c Accepting request 164054 from home:namtrac:bugfix
- Add Source URL, see https://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/164054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=17
2013-04-15 10:43:14 +00:00
Stephan Kulow
690cac74d7 Accepting request 150030 from home:coolo:branches:openSUSE:Factory
- do not buildrequire texlive

OBS-URL: https://build.opensuse.org/request/show/150030
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=15
2013-01-27 08:53:25 +00:00
Luiz Fernando Ranghetti
a5969b854f Accepting request 138938 from home:elchevive:branches:devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/138938
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=14
2012-10-21 16:59:13 +00:00
Luiz Fernando Ranghetti
c2512276a4 Accepting request 138898 from home:elchevive:branches:devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/138898
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=13
2012-10-20 17:58:30 +00:00
Luiz Fernando Ranghetti
ec90595ff8 Accepting request 121308 from home:elchevive
update to new version released today

OBS-URL: https://build.opensuse.org/request/show/121308
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=11
2012-05-17 12:19:55 +00:00
Luiz Fernando Ranghetti
b3418fac88 Accepting request 110848 from home:elchevive
Reflect changes on libxslt package (-tool subpackage created)

OBS-URL: https://build.opensuse.org/request/show/110848
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=9
2012-03-23 19:22:17 +00:00
Luiz Fernando Ranghetti
fbdafd0b38 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=7 2012-03-21 13:45:33 +00:00
Luiz Fernando Ranghetti
75c249501b OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=6 2012-03-21 13:40:23 +00:00
Stephan Kulow
7529712fb5 Accepting request 104769 from devel:languages:perl
please review, needed for software-center

OBS-URL: https://build.opensuse.org/request/show/104769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/po4a?expand=0&rev=1
2012-02-21 11:24:10 +00:00
Pavol Rusnak
d48ded28fc cleanup
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=4
2012-02-13 15:38:14 +00:00
Pavol Rusnak
df60fbea93 fix filelist
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=3
2012-02-13 15:29:34 +00:00
Pavol Rusnak
8aaf38cce7 fix requires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=2
2012-02-13 14:58:58 +00:00
Pavol Rusnak
25e3ea81c1 osc copypac from project:home:prusnak package:po4a revision:2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=1
2012-02-13 14:44:45 +00:00