Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tiger-types for openSUSE:Factory checked in at 2022-03-23 20:19:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tiger-types (Old) and /work/SRC/openSUSE:Factory/.tiger-types.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tiger-types" Wed Mar 23 20:19:31 2022 rev:4 rq:964357 version:2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/tiger-types/tiger-types.changes 2019-11-26 16:56:33.536163356 +0100 +++ /work/SRC/openSUSE:Factory/.tiger-types.new.25692/tiger-types.changes 2022-03-23 20:21:21.530563932 +0100 @@ -1,0 +2,5 @@ +Wed Mar 23 18:41:18 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Build with java source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tiger-types.spec ++++++ --- /var/tmp/diff_new_pack.myv7za/_old 2022-03-23 20:21:21.994564194 +0100 +++ /var/tmp/diff_new_pack.myv7za/_new 2022-03-23 20:21:21.998564197 +0100 @@ -1,7 +1,7 @@ # # spec file for package tiger-types # -# Copyright (c) 2019 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 @@ -26,6 +26,7 @@ Source0: https://github.com/kohsuke/%{name}/archive/%{name}-%{version}.tar.gz Source1: https://raw.githubusercontent.com/javaee/glassfish/5.0.1/LICENSE BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: maven-local BuildRequires: mvn(net.java:jvnet-parent:pom:) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) @@ -76,10 +77,11 @@ cp -p %{SOURCE1} LICENSE %build -%{mvn_build} -f \ +%{mvn_build} -f -- \ %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} - -- -Dmaven.compiler.release=6 + -Dmaven.compiler.release=8 \ %endif + -Dsource=8 %install %mvn_install