Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ws-jaxme for openSUSE:Factory checked in at 2023-05-09 13:07:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ws-jaxme (Old) and /work/SRC/openSUSE:Factory/.ws-jaxme.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ws-jaxme" Tue May 9 13:07:36 2023 rev:26 rq:1085429 version:0.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ws-jaxme/ws-jaxme.changes 2022-05-24 20:33:51.139052488 +0200 +++ /work/SRC/openSUSE:Factory/.ws-jaxme.new.1533/ws-jaxme.changes 2023-05-09 13:07:39.797137204 +0200 @@ -1,0 +2,5 @@ +Fri May 5 20:16:22 UTC 2023 - Stefan Bluhm <[email protected]> + +- Adapted to build on Enterprise Linux. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ws-jaxme.spec ++++++ --- /var/tmp/diff_new_pack.IMlj2N/_old 2023-05-09 13:07:40.401140800 +0200 +++ /var/tmp/diff_new_pack.IMlj2N/_new 2023-05-09 13:07:40.405140823 +0200 @@ -35,7 +35,11 @@ BuildRequires: ant-apache-resolver BuildRequires: antlr BuildRequires: apache-commons-codec +%if 0%{?rhel} +BuildRequires: docbook-style-xsl +%else BuildRequires: docbook-xsl-stylesheets +%endif BuildRequires: glassfish-jaxb-api BuildRequires: hsqldb BuildRequires: java-devel >= 1.8 @@ -129,7 +133,11 @@ -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \ -Dbuild.sysclasspath=first \ -Ddocbook.home=%{_datadir}/xml/docbook \ +%if 0%{?rhel} + -Ddocbookxsl.home=%{_datadir}/sgml/docbook/xsl-stylesheets +%else -Ddocbookxsl.home=%{_datadir}/xml/docbook/stylesheet/nwalsh/current +%endif %install install -dm 755 %{buildroot}%{_javadir}/%{base_name}
