Hello community,

here is the log from the commit of package google-oauth-java-client for 
openSUSE:Factory checked in at 2019-11-26 16:57:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-oauth-java-client (Old)
 and      /work/SRC/openSUSE:Factory/.google-oauth-java-client.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "google-oauth-java-client"

Tue Nov 26 16:57:05 2019 rev:2 rq:750537 version:1.22.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/google-oauth-java-client/google-oauth-java-client.changes
        2019-11-17 19:22:27.546883735 +0100
+++ 
/work/SRC/openSUSE:Factory/.google-oauth-java-client.new.26869/google-oauth-java-client.changes
     2019-11-26 16:57:05.868152680 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 12:38:04 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ google-oauth-java-client.spec ++++++
--- /var/tmp/diff_new_pack.k9Bict/_old  2019-11-26 16:57:06.340152524 +0100
+++ /var/tmp/diff_new_pack.k9Bict/_new  2019-11-26 16:57:06.340152524 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package google-oauth-java-client
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -46,6 +46,7 @@
 
 %package java6
 Summary:        Google OAuth Client Java 6 extensions
+Group:          Development/Libraries/Java
 
 %description java6
 Java 6 (and higher) extensions to the
@@ -53,12 +54,14 @@
 
 %package parent
 Summary:        Google OAuth Client Parent POM
+Group:          Development/Libraries/Java
 
 %description parent
 Parent POM for the Google OAuth Client Library for Java.
 
 %package servlet
 Summary:        Google OAuth Client Servlet and JDO extensions
+Group:          Development/Libraries/Java
 
 %description servlet
 Servlet and JDO extensions to the
@@ -128,7 +131,10 @@
 
 %build
 
-%{mvn_build} -s -f -- -Dsource=6
+%{mvn_build} -s -f \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+       -- -Dmaven.compiler.release=6
+%endif
 
 %install
 %mvn_install


Reply via email to