Hello community,

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

Package is "http-builder"

Tue Nov 26 16:57:09 2019 rev:2 rq:750539 version:0.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/http-builder/http-builder.changes        
2019-11-19 13:44:46.640402509 +0100
+++ /work/SRC/openSUSE:Factory/.http-builder.new.26869/http-builder.changes     
2019-11-26 16:57:13.164150271 +0100
@@ -1,0 +2,7 @@
+Sun Nov 24 12:38:44 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+- Run fdupes on javadoc
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ http-builder.spec ++++++
--- /var/tmp/diff_new_pack.4U4ClG/_old  2019-11-26 16:57:14.648149781 +0100
+++ /var/tmp/diff_new_pack.4U4ClG/_new  2019-11-26 16:57:14.652149779 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package http-builder
 #
-# 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
@@ -24,6 +24,7 @@
 URL:            https://github.com/jgritman/httpbuilder
 Source0:        
https://github.com/jgritman/httpbuilder/archive/%{name}-%{version}.tar.gz
 Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
+BuildRequires:  fdupes
 BuildRequires:  maven-local
 BuildRequires:  mvn(net.sf.json-lib:json-lib)
 BuildRequires:  mvn(net.sourceforge.nekohtml:nekohtml)
@@ -103,10 +104,14 @@
 
 %build
 
-%{mvn_build} -f -- -Dsource=6
+%{mvn_build} -f \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+       -- -Dmaven.compiler.release=6
+%endif
 
 %install
 %mvn_install
+%fdupes -s %{buildroot}%{_javadocdir}
 
 %files -f .mfiles
 # README file contains also project license


Reply via email to