Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package po4a for openSUSE:Factory checked in at 2021-06-27 18:58:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/po4a (Old) and /work/SRC/openSUSE:Factory/.po4a.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "po4a" Sun Jun 27 18:58:21 2021 rev:25 rq:902207 version:0.63 Changes: -------- --- /work/SRC/openSUSE:Factory/po4a/po4a.changes 2021-03-11 20:08:20.716279318 +0100 +++ /work/SRC/openSUSE:Factory/.po4a.new.2625/po4a.changes 2021-06-27 18:58:34.876236598 +0200 @@ -1,0 +2,10 @@ +Thu Jun 24 19:31:03 UTC 2021 - Pau Garcia Quiles <[email protected]> + +- Make po4a buildable on Debian and Ubuntu. This is required for GitHub Actions, +which only provide Ubuntu machines as workers. + +Uyuni has GH Actions to automagically convert the English AsciiDoc files to +gettext, commit to the uyuni-docs repository and then openSUSE WebLate will +pull the gettext files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ po4a.spec ++++++ --- /var/tmp/diff_new_pack.YyYX0J/_old 2021-06-27 18:58:35.404237292 +0200 +++ /var/tmp/diff_new_pack.YyYX0J/_new 2021-06-27 18:58:35.408237297 +0200 @@ -21,10 +21,32 @@ Release: 0 Summary: Framework to translate documentation and other materials License: GPL-2.0-only +%if "%{_vendor}" == "debbuild" +Group: text +%else Group: Development/Tools/Other +%endif URL: https://po4a.org/ Source: https://github.com/mquinson/po4a/releases/download/v%{version}/%{name}-%{version}.tar.gz +%if "%{_vendor}" == "debbuild" +BuildRequires: deb-perl-macros +BuildRequires: docbook +BuildRequires: docbook-xml +BuildRequires: docbook-xsl +BuildRequires: gettext +BuildRequires: libmodule-build-perl +BuildRequires: libpod-parser-perl +BuildRequires: libsgmls-perl +BuildRequires: libterm-readkey-perl +BuildRequires: libunicode-linebreak-perl +BuildRequires: libyaml-tiny-perl +BuildRequires: perl +BuildRequires: texlive-binaries +BuildRequires: texlive-latex-base +BuildRequires: xsltproc + +%else BuildRequires: docbook-xsl-stylesheets BuildRequires: libxslt-tools BuildRequires: perl-Module-Build >= 0.40 @@ -37,20 +59,33 @@ BuildRequires: perl-base BuildRequires: perl-gettext >= 1.01 BuildRequires: perl(Pod::Parser) - # for test suite BuildRequires: docbook_4 BuildRequires: iso_ent +%endif BuildRequires: opensp +%{perl_requires} +%if "%{_vendor}" == "debbuild" +#Requires: ${misc:Depends} +Requires: gettext +Requires: libpod-parser-perl +Requires: libsgmls-perl +Requires: libyaml-tiny-perl +Requires: opensp +Recommends: liblocale-gettext-perl +Recommends: libterm-readkey-perl +Recommends: libtext-wrapi18n-perl +Recommends: libunicode-linebreak-perl +%else Requires: %{name}-lang = %{version} Requires: perl-SGMLS Requires: perl-YAML-Tiny Requires: perl(Pod::Parser) BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -%{perl_requires} %lang_package +%endif %description Po4a extracts the translatable material from its input in a PO file.
