Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package docker-client-java for openSUSE:Factory checked in at 2021-05-12 19:32:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docker-client-java (Old) and /work/SRC/openSUSE:Factory/.docker-client-java.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docker-client-java" Wed May 12 19:32:06 2021 rev:2 rq:892402 version:8.11.7 Changes: -------- --- /work/SRC/openSUSE:Factory/docker-client-java/docker-client-java.changes 2020-07-30 15:46:34.753876281 +0200 +++ /work/SRC/openSUSE:Factory/.docker-client-java.new.2988/docker-client-java.changes 2021-05-12 19:32:36.890945893 +0200 @@ -1,0 +2,7 @@ +Tue May 11 18:11:44 UTC 2021 - Fridrich Strba <fst...@suse.com> + +- Do not build with the legacy version of guava +- Increase baseline to Java 8 in order to be able to build against + guava 30.1.1 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker-client-java.spec ++++++ --- /var/tmp/diff_new_pack.wwKKkT/_old 2021-05-12 19:32:37.298944264 +0200 +++ /var/tmp/diff_new_pack.wwKKkT/_new 2021-05-12 19:32:37.302944248 +0200 @@ -1,7 +1,7 @@ # # spec file for package docker-client-java # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,14 +24,16 @@ URL: https://github.com/spotify/docker-client Source0: https://github.com/spotify/docker-client/archive/v%{version}.tar.gz Patch0: 0001-Port-to-latest-version-of-Google-AutoValue.patch -BuildRequires: maven-local fdupes +BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 +BuildRequires: maven-local BuildRequires: mvn(com.fasterxml.jackson.core:jackson-databind) BuildRequires: mvn(com.fasterxml.jackson.datatype:jackson-datatype-guava) BuildRequires: mvn(com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider) BuildRequires: mvn(com.github.jnr:jnr-unixsocket) BuildRequires: mvn(com.google.auto.value:auto-value) >= 1.4.1 BuildRequires: mvn(com.google.code.findbugs:jsr305) -BuildRequires: mvn(com.google.guava:guava:20.0) +BuildRequires: mvn(com.google.guava:guava) BuildRequires: mvn(commons-io:commons-io) BuildRequires: mvn(commons-lang:commons-lang) BuildRequires: mvn(org.apache.commons:commons-compress) @@ -106,9 +108,9 @@ %build %{mvn_build} -f -- \ %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} - -Dmaven.compiler.release=7 \ + -Dmaven.compiler.release=8 \ %endif - -Dsource=7 + -Dsource=8 %install %mvn_install