Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aho-corasick-double-array-trie for 
openSUSE:Factory checked in at 2022-03-21 20:13:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aho-corasick-double-array-trie (Old)
 and      /work/SRC/openSUSE:Factory/.aho-corasick-double-array-trie.new.25692 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aho-corasick-double-array-trie"

Mon Mar 21 20:13:06 2022 rev:2 rq:963721 version:1.2.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/aho-corasick-double-array-trie/aho-corasick-double-array-trie.changes
    2020-02-27 14:41:21.794530571 +0100
+++ 
/work/SRC/openSUSE:Factory/.aho-corasick-double-array-trie.new.25692/aho-corasick-double-array-trie.changes
 2022-03-21 20:13:25.120523311 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 14:34:17 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with maven.compiler.release=8 on any JDK >= 9
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aho-corasick-double-array-trie.spec ++++++
--- /var/tmp/diff_new_pack.xEB4Lm/_old  2022-03-21 20:13:25.784523952 +0100
+++ /var/tmp/diff_new_pack.xEB4Lm/_new  2022-03-21 20:13:25.792523960 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aho-corasick-double-array-trie
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 Source0:        
https://github.com/hankcs/AhoCorasickDoubleArrayTrie/archive/v%{version}.tar.gz
 Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  maven-local
 BuildArch:      noarch
 
@@ -44,7 +45,11 @@
 %pom_remove_plugin :maven-source-plugin
 
 %build
-%{mvn_build} -f -- -Dsource=6
+%{mvn_build} -f -- \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+    -Dmaven.compiler.release=8 \
+%endif
+    -Dsource=8
 
 %install
 %mvn_install

Reply via email to