Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xstream for openSUSE:Factory checked in at 2023-08-28 17:13:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xstream (Old) and /work/SRC/openSUSE:Factory/.xstream.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xstream" Mon Aug 28 17:13:22 2023 rev:13 rq:1105910 version:1.4.20 Changes: -------- --- /work/SRC/openSUSE:Factory/xstream/xstream.changes 2023-03-17 17:05:28.562064040 +0100 +++ /work/SRC/openSUSE:Factory/.xstream.new.1766/xstream.changes 2023-08-28 17:13:23.040705274 +0200 @@ -1,0 +2,5 @@ +Fri Aug 25 13:08:44 UTC 2023 - Fridrich Strba <[email protected]> + +- Make dependency on bea-stax optional and disable it by default + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xstream.spec ++++++ --- /var/tmp/diff_new_pack.14lwTI/_old 2023-08-28 17:13:24.468756555 +0200 +++ /var/tmp/diff_new_pack.14lwTI/_new 2023-08-28 17:13:24.472756698 +0200 @@ -18,6 +18,7 @@ %bcond_with hibernate +%bcond_with stax Name: xstream Version: 1.4.20 Release: 0 @@ -45,8 +46,6 @@ BuildRequires: mvn(org.codehaus.woodstox:woodstox-core-asl) BuildRequires: mvn(org.jdom:jdom) BuildRequires: mvn(org.jdom:jdom2) -BuildRequires: mvn(stax:stax) -BuildRequires: mvn(stax:stax-api) BuildRequires: mvn(xom:xom) BuildRequires: mvn(xpp3:xpp3) BuildRequires: mvn(xpp3:xpp3_min) @@ -55,6 +54,10 @@ BuildRequires: mvn(org.hibernate:hibernate-core) BuildRequires: mvn(org.hibernate:hibernate-envers) %endif +%if %{with stax} +BuildRequires: mvn(stax:stax) +BuildRequires: mvn(stax:stax-api) +%endif %description XStream is a simple library to serialize objects to XML @@ -147,6 +150,12 @@ %pom_disable_module xstream-hibernate %endif +%if %{without stax} +%pom_remove_dep -r stax: +rm -f xstream/src/java/com/thoughtworks/xstream/io/xml/BEAStaxDriver.java \ + xstream-benchmark/src/java/com/thoughtworks/xstream/tools/benchmark/products/XStreamBEAStax.java +%endif + %{mvn_file} :%{name} %{name}/%{name} %{name} %{mvn_file} :%{name}-benchmark %{name}/%{name}-benchmark %{name}-benchmark
