Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openregex for openSUSE:Factory checked in at 2021-05-12 19:32:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openregex (Old) and /work/SRC/openSUSE:Factory/.openregex.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openregex" Wed May 12 19:32:28 2021 rev:2 rq:892426 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/openregex/openregex.changes 2020-02-28 15:21:15.633883261 +0100 +++ /work/SRC/openSUSE:Factory/.openregex.new.2988/openregex.changes 2021-05-12 19:33:01.570847309 +0200 @@ -1,0 +2,7 @@ +Tue May 11 17:52:15 UTC 2021 - Fridrich Strba <fst...@suse.com> + +- Do not build against the legacy version of guava any more +- Build with Java 8 as baseline, in order to be able to use + guava 30.1.1 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openregex.spec ++++++ --- /var/tmp/diff_new_pack.8E4fkl/_old 2021-05-12 19:33:02.002845583 +0200 +++ /var/tmp/diff_new_pack.8E4fkl/_new 2021-05-12 19:33:02.006845568 +0200 @@ -1,7 +1,7 @@ # # spec file for package openregex # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,9 +24,10 @@ URL: https://github.com/knowitall/%{name} Source0: https://github.com/knowitall/%{name}/archive/v%{version}.tar.gz BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: maven-local BuildRequires: mvn(com.google.code.findbugs:jsr305) -BuildRequires: mvn(com.google.guava:guava:15.0) +BuildRequires: mvn(com.google.guava:guava) BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) BuildArch: noarch @@ -47,7 +48,11 @@ %pom_remove_plugin :scala-maven-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