Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xstream for openSUSE:Factory checked in at 2022-03-18 16:42:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xstream (Old) and /work/SRC/openSUSE:Factory/.xstream.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xstream" Fri Mar 18 16:42:56 2022 rev:9 rq:962741 version:1.4.19 Changes: -------- --- /work/SRC/openSUSE:Factory/xstream/xstream.changes 2022-02-04 21:52:42.907020123 +0100 +++ /work/SRC/openSUSE:Factory/.xstream.new.25692/xstream.changes 2022-03-18 16:43:15.165229304 +0100 @@ -1,0 +2,6 @@ +Fri Mar 18 14:55:20 UTC 2022 - Fridrich Strba <[email protected]> + +- Build against standalone activation-api and jaxb-api on systems + where the JavaEE modules are not part of JDK + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xstream.spec ++++++ --- /var/tmp/diff_new_pack.dwK0LK/_old 2022-03-18 16:43:15.601229617 +0100 +++ /var/tmp/diff_new_pack.dwK0LK/_new 2022-03-18 16:43:15.605229620 +0100 @@ -33,6 +33,10 @@ BuildRequires: unzip BuildRequires: mvn(cglib:cglib) BuildRequires: mvn(dom4j:dom4j) +%if 0%{?suse_version} > 1500 +BuildRequires: mvn(javax.activation:activation) +BuildRequires: mvn(javax.xml.bind:jaxb-api) +%endif BuildRequires: mvn(joda-time:joda-time) BuildRequires: mvn(net.sf.kxml:kxml2-min) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) @@ -135,9 +139,11 @@ # Require unavailable proxytoys:proxytoys %pom_remove_plugin :maven-dependency-plugin xstream -# provided by JDK +%if 0%{?suse_version} <= 1500 +# provided by JDK on those systems %pom_remove_dep javax.activation:activation xstream %pom_remove_dep javax.xml.bind:jaxb-api xstream +%endif %pom_xpath_set "pom:project/pom:dependencies/pom:dependency[pom:groupId = 'cglib' ]/pom:artifactId" cglib xstream-hibernate %pom_xpath_inject "pom:project/pom:dependencies/pom:dependency[pom:groupId = 'junit' ]" "<scope>test</scope>" xstream-hibernate
