Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jsr-311 for openSUSE:Factory checked in at 2022-03-22 19:41:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jsr-311 (Old) and /work/SRC/openSUSE:Factory/.jsr-311.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jsr-311" Tue Mar 22 19:41:07 2022 rev:3 rq:963997 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/jsr-311/jsr-311.changes 2019-11-26 16:57:30.716144475 +0100 +++ /work/SRC/openSUSE:Factory/.jsr-311.new.25692/jsr-311.changes 2022-03-22 19:41:24.123165554 +0100 @@ -1,0 +2,5 @@ +Tue Mar 22 15:26:01 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Build with java source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jsr-311.spec ++++++ --- /var/tmp/diff_new_pack.ssBM3G/_old 2022-03-22 19:41:24.699166159 +0100 +++ /var/tmp/diff_new_pack.ssBM3G/_new 2022-03-22 19:41:24.703166163 +0100 @@ -1,7 +1,7 @@ # # spec file for package jsr-311 # -# 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 @@ -23,12 +23,12 @@ Summary: JAX-RS: Java API for RESTful Web Services License: CDDL-1.0 Group: Development/Libraries/Java -URL: http://jsr311.java.net +URL: https://jsr311.java.net Source0: https://github.com/javaee/jsr311/archive/%{oname}-%{version}.tar.gz BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: maven-local BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) -Provides: javax.ws.rs BuildArch: noarch %description @@ -52,10 +52,11 @@ %build %{mvn_file} :jsr311-api %{name} javax.ws.rs/%{name} -%{mvn_build} -f -- -Dproject.build.sourceEncoding=UTF-8 \ +%{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 -Dproject.build.sourceEncoding=UTF-8 %install %mvn_install