Hello community,

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

Package is "felix-scr"

Tue Nov 26 16:56:36 2019 rev:2 rq:750529 version:2.0.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/felix-scr/felix-scr.changes      2019-05-10 
09:19:04.376398228 +0200
+++ /work/SRC/openSUSE:Factory/.felix-scr.new.26869/felix-scr.changes   
2019-11-26 16:56:58.448155130 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 12:17:23 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ felix-scr.spec ++++++
--- /var/tmp/diff_new_pack.0sKfZL/_old  2019-11-26 16:56:58.936154968 +0100
+++ /var/tmp/diff_new_pack.0sKfZL/_new  2019-11-26 16:56:58.940154968 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package felix-scr
 #
-# Copyright (c) 2018 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
@@ -33,6 +33,7 @@
 Patch0:         osgi-metadata.patch
 BuildRequires:  fdupes
 BuildRequires:  maven-local
+BuildRequires:  xz
 BuildRequires:  mvn(net.sf.kxml:kxml2)
 BuildRequires:  mvn(org.apache.felix:felix-parent:pom:)
 BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
@@ -43,7 +44,6 @@
 BuildRequires:  mvn(org.osgi:osgi.cmpn)
 BuildRequires:  mvn(org.osgi:osgi.core)
 BuildRequires:  mvn(xpp3:xpp3)
-BuildRequires:  xz
 BuildArch:      noarch
 
 %description
@@ -89,8 +89,10 @@
 %{mvn_file} : felix/%{bundle}
 
 %build
-# No test deps availables e.g org.ops4j.pax.url:pax-url-wrap
-%{mvn_build} -f
+%{mvn_build} -f \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+       -- -Dmaven.compiler.release=6
+%endif
 
 %install
 %mvn_install


Reply via email to