Hello community,

here is the log from the commit of package antlr3 for openSUSE:Factory checked 
in at 2019-11-26 16:54:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/antlr3 (Old)
 and      /work/SRC/openSUSE:Factory/.antlr3.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "antlr3"

Tue Nov 26 16:54:59 2019 rev:2 rq:750517 version:3.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/antlr3/antlr3.changes    2019-10-23 
15:49:52.414631256 +0200
+++ /work/SRC/openSUSE:Factory/.antlr3.new.26869/antlr3.changes 2019-11-26 
16:55:39.116181325 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 11:36:43 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ antlr3.spec ++++++
--- /var/tmp/diff_new_pack.fo0Zm7/_old  2019-11-26 16:55:40.748180786 +0100
+++ /var/tmp/diff_new_pack.fo0Zm7/_new  2019-11-26 16:55:40.756180783 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package antlr3
 #
-# 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
@@ -32,8 +32,6 @@
 %endif
 Version:        %{antlr_version}
 Release:        0
-License:        BSD-3-Clause
-Group:          Development/Libraries/Java
 URL:            https://www.antlr3.org/
 Source0:        https://github.com/antlr/antlr3/archive/%{antlr_version}.tar.gz
 Patch0:         0001-java8-fix.patch
@@ -42,15 +40,17 @@
 Patch100:       antlr3-generated_sources.patch
 BuildRequires:  fdupes
 BuildRequires:  maven-local
+BuildRequires:  unzip
 BuildRequires:  mvn(antlr:antlr)
 BuildRequires:  mvn(org.antlr:stringtemplate)
 BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
 BuildRequires:  mvn(org.sonatype.oss:oss-parent:pom:)
-BuildRequires:  unzip
 BuildArch:      noarch
 %if %{with runtime}
 Name:           antlr3-java
 Summary:        Java run-time support for ANTLR-generated parsers
+License:        BSD-3-Clause
+Group:          Development/Libraries/Java
 
 %description
 Java run-time support for ANTLR-generated parsers
@@ -58,6 +58,9 @@
 %else
 
 Summary:        ANother Tool for Language Recognition
+License:        BSD-3-Clause
+Group:          Development/Libraries/Java
+BuildRequires:  unzip
 BuildRequires:  mvn(org.antlr:ST4)
 BuildRequires:  mvn(org.antlr:antlr-runtime)
 BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
@@ -65,7 +68,6 @@
 BuildRequires:  mvn(org.apache.maven:maven-project)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-compiler-api)
 BuildRequires:  mvn(xerces:dom3-xml-apis)
-BuildRequires:  unzip
 
 %if %{with bootstrap}
 Name:           antlr3-bootstrap
@@ -170,10 +172,12 @@
 %{mvn_file} :antlr-maven-plugin antlr3-maven-plugin
 
 %build
+%{mvn_build} -f \
 %if %{with bootstrap}
-%{mvn_build} -f -j
-%else
-%{mvn_build} -f
+       -j \
+%endif
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+       -- -Dmaven.compiler.release=6
 %endif
 
 %if %{without runtime} &&  %{without bootstrap}


Reply via email to