Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jaxb-api for openSUSE:Factory checked in at 2024-04-30 17:27:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jaxb-api (Old) and /work/SRC/openSUSE:Factory/.jaxb-api.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jaxb-api" Tue Apr 30 17:27:22 2024 rev:3 rq:1170849 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/jaxb-api/jaxb-api.changes 2022-04-11 23:50:52.057958743 +0200 +++ /work/SRC/openSUSE:Factory/.jaxb-api.new.1880/jaxb-api.changes 2024-04-30 17:28:30.316670320 +0200 @@ -1,0 +2,5 @@ +Mon Apr 29 12:55:03 UTC 2024 - Fridrich Strba <fst...@suse.com> + +- The binaries are compatible with java 1.8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jaxb-api.spec ++++++ --- /var/tmp/diff_new_pack.DdxbpE/_old 2024-04-30 17:28:31.192702177 +0200 +++ /var/tmp/diff_new_pack.DdxbpE/_new 2024-04-30 17:28:31.196702323 +0200 @@ -1,7 +1,7 @@ # # spec file for package jaxb-api # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,9 @@ %global artifact_name jakarta.xml.bind-api +# The automatic requires would be java-headless >= 9, but the +# binaries are java 8 compatible +%define __requires_exclude java-headless Name: jaxb-api Version: 4.0.0 Release: 0 @@ -29,7 +32,8 @@ BuildRequires: fdupes BuildRequires: jakarta-activation BuildRequires: java-devel >= 9 -BuildRequires: javapackages-local +BuildRequires: javapackages-local > 6 +Requires: java-headless >= 1.8 BuildArch: noarch %description @@ -45,15 +49,7 @@ %prep %setup -q - -pushd api -cp %{SOURCE1} build.xml - -%pom_remove_parent -%pom_xpath_inject pom:project " - <groupId>jakarta.xml.bind</groupId> - <version>%{version}</version>" -popd +cp %{SOURCE1} api/build.xml %build pushd api @@ -69,7 +65,7 @@ #pom install -d -m 0755 %{buildroot}%{_mavenpomdir}/%{name} -install -m 644 api/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{artifact_name}.pom +%{mvn_install_pom} api/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{artifact_name}.pom %add_maven_depmap %{name}/%{artifact_name}.pom %{name}/%{artifact_name}.jar # javadoc ++++++ jaxb-api-build.xml ++++++ --- /var/tmp/diff_new_pack.DdxbpE/_old 2024-04-30 17:28:31.248704214 +0200 +++ /var/tmp/diff_new_pack.DdxbpE/_new 2024-04-30 17:28:31.256704505 +0200 @@ -13,10 +13,11 @@ <property name="project.version" value="4.0.0"/> <property name="spec.version" value="4.0"/> - + <property name="current.year" value="2022"/> - <property name="compiler.source" value="1.8"/> + <property name="compiler.release" value="8"/> + <property name="compiler.source" value="1.${compiler.release}"/> <property name="compiler.target" value="${compiler.source}"/> <property name="build.finalName" value="${project.artifactId}-${project.version}"/> @@ -72,6 +73,7 @@ debug="true" optimize="false" deprecation="true" + release="9" target="9" verbose="false" fork="false"