Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package maven-native for openSUSE:Factory checked in at 2022-05-23 15:52:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/maven-native (Old) and /work/SRC/openSUSE:Factory/.maven-native.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-native" Mon May 23 15:52:15 2022 rev:6 rq:978703 version:1.0~alpha11 Changes: -------- --- /work/SRC/openSUSE:Factory/maven-native/maven-native.changes 2022-03-25 21:54:48.322285741 +0100 +++ /work/SRC/openSUSE:Factory/.maven-native.new.2254/maven-native.changes 2022-05-23 15:52:29.354688434 +0200 @@ -1,0 +2,8 @@ +Mon May 23 12:05:40 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Added patch: + * 0001-Require-Java-8.patch + + Backport upstream changes that fix infinite loops on some + architectures + +------------------------------------------------------------------- New: ---- 0001-Require-Java-8.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ maven-native.spec ++++++ --- /var/tmp/diff_new_pack.4czKu5/_old 2022-05-23 15:52:29.738688796 +0200 +++ /var/tmp/diff_new_pack.4czKu5/_new 2022-05-23 15:52:29.742688800 +0200 @@ -30,6 +30,7 @@ Source2: plexus_components-generic-c.xml Source3: plexus_components-manager.xml Source4: plexus_components-msvc.xml +Patch0: 0001-Require-Java-8.patch BuildRequires: fdupes BuildRequires: java-devel >= 1.8 BuildRequires: maven-local @@ -79,18 +80,13 @@ %prep %setup -q -n %{name}-%{namedversion} +%patch0 -p1 for d in LICENSE ; do iconv -f iso8859-1 -t utf-8 $d.txt > $d.txt.conv && mv -f $d.txt.conv $d.txt sed -i 's/\r//' $d.txt done -# use jvm apis -%pom_remove_dep backport-util-concurrent:backport-util-concurrent -%pom_remove_dep backport-util-concurrent:backport-util-concurrent maven-native-api -sed -i "s|edu.emory.mathcs.backport.java.util.concurrent|java.util.concurrent|" \ - maven-native-api/src/main/java/org/codehaus/mojo/natives/compiler/AbstractCompiler.java - %pom_remove_plugin -r :sortpom-maven-plugin # missing test deps ++++++ 0001-Require-Java-8.patch ++++++ ++++ 1951 lines (skipped)