Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glassfish-websocket-api for openSUSE:Factory checked in at 2022-03-22 19:40:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glassfish-websocket-api (Old) and /work/SRC/openSUSE:Factory/.glassfish-websocket-api.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glassfish-websocket-api" Tue Mar 22 19:40:10 2022 rev:2 rq:963883 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/glassfish-websocket-api/glassfish-websocket-api.changes 2019-11-09 23:31:41.528501599 +0100 +++ /work/SRC/openSUSE:Factory/.glassfish-websocket-api.new.25692/glassfish-websocket-api.changes 2022-03-22 19:40:15.383093445 +0100 @@ -1,0 +2,5 @@ +Tue Mar 22 09:56:49 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Build with java source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glassfish-websocket-api.spec ++++++ --- /var/tmp/diff_new_pack.tCg1Zf/_old 2022-03-22 19:40:15.875093962 +0100 +++ /var/tmp/diff_new_pack.tCg1Zf/_new 2022-03-22 19:40:15.879093966 +0100 @@ -1,7 +1,7 @@ # -# spec file for package glassfish +# spec file # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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: %{base_name}-%{version}.tar.xz Source1: https://raw.githubusercontent.com/javaee/websocket-spec/master/LICENSE BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: maven-local BuildRequires: xz BuildRequires: mvn(net.java:jvnet-parent:pom:) @@ -59,6 +60,9 @@ %pom_remove_plugin :maven-dependency-plugin server %pom_remove_plugin :maven-jar-plugin server +%pom_xpath_set "pom:plugins/pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:source" 1.8 +%pom_xpath_set "pom:plugins/pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:target" 1.8 + %pom_xpath_set "pom:packaging" bundle client %pom_xpath_inject "pom:project" "<version>%{version}</version>" client %pom_add_plugin org.apache.felix:maven-bundle-plugin:2.3.7 client ' @@ -82,7 +86,7 @@ %build -%{mvn_build} -f -- -Dsource=6 +%{mvn_build} -f -- -Dsource=8 %install %mvn_install