Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package resteasy for openSUSE:Factory checked in at 2022-03-30 20:36:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/resteasy (Old) and /work/SRC/openSUSE:Factory/.resteasy.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "resteasy" Wed Mar 30 20:36:15 2022 rev:3 rq:965954 version:3.0.26 Changes: -------- --- /work/SRC/openSUSE:Factory/resteasy/resteasy.changes 2022-03-18 16:43:10.909226252 +0100 +++ /work/SRC/openSUSE:Factory/.resteasy.new.1900/resteasy.changes 2022-03-30 20:36:30.413344809 +0200 @@ -1,0 +2,5 @@ +Wed Mar 30 09:40:23 UTC 2022 - Fridrich Strba <[email protected]> + +- Build against the standalone JavaEE modules inconditionally + +------------------------------------------------------------------- Old: ---- Resteasy-3.0.26.Final.tar.gz New: ---- resteasy-3.0.26.Final.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ resteasy.spec ++++++ --- /var/tmp/diff_new_pack.r0oqVI/_old 2022-03-30 20:36:31.053345343 +0200 +++ /var/tmp/diff_new_pack.r0oqVI/_new 2022-03-30 20:36:31.061345350 +0200 @@ -25,7 +25,7 @@ Summary: Framework for RESTful Web services and Java applications License: Apache-2.0 AND CDDL-1.0 URL: https://resteasy.jboss.org/ -Source0: https://github.com/resteasy/Resteasy/archive/%{namedversion}/Resteasy-%{namedversion}.tar.gz +Source0: https://github.com/resteasy/resteasy/archive/%{namedversion}/%{name}-%{namedversion}.tar.gz BuildRequires: maven-local BuildRequires: mvn(com.fasterxml.jackson.core:jackson-annotations) BuildRequires: mvn(com.fasterxml.jackson.core:jackson-core) @@ -33,6 +33,8 @@ BuildRequires: mvn(com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider) BuildRequires: mvn(com.sun.xml.bind:jaxb-impl) BuildRequires: mvn(commons-io:commons-io) +BuildRequires: mvn(javax.activation:activation) +BuildRequires: mvn(javax.xml.bind:jaxb-api) BuildRequires: mvn(log4j:log4j) BuildRequires: mvn(org.apache.httpcomponents:httpclient) BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) @@ -50,10 +52,6 @@ Requires: resteasy-jackson2-provider = %{version}-%{release} Requires: resteasy-jaxb-provider = %{version}-%{release} BuildArch: noarch -%if 0%{?suse_version} > 1500 -BuildRequires: mvn(javax.activation:activation) -BuildRequires: mvn(javax.xml.bind:jaxb-api) -%endif %description @@ -103,7 +101,7 @@ %{extdesc} %{summary}. %prep -%setup -q -n Resteasy-%{namedversion} +%setup -q -n %{name}-%{namedversion} %pom_disable_module arquillian %pom_disable_module eagledns @@ -142,13 +140,8 @@ %pom_remove_plugin :maven-clover2-plugin -%if 0%{?suse_version} <= 1500 -# remove activation.jar dependencies -%pom_remove_dep -r javax.activation:activation resteasy-jaxrs resteasy-spring -%else # add the jaxb-api dependency %pom_add_dep javax.xml.bind:jaxb-api resteasy-jaxrs providers/jaxb -%endif # remove resteasy-dependencies pom %pom_remove_dep "org.jboss.resteasy:resteasy-dependencies"
