Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package jackson-datatypes-collections for
openSUSE:Factory checked in at 2021-05-12 19:32:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jackson-datatypes-collections (Old)
and /work/SRC/openSUSE:Factory/.jackson-datatypes-collections.new.2988
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jackson-datatypes-collections"
Wed May 12 19:32:27 2021 rev:2 rq:892411 version:2.10.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/jackson-datatypes-collections/jackson-datatypes-collections.changes
2020-07-26 16:20:05.236849995 +0200
+++
/work/SRC/openSUSE:Factory/.jackson-datatypes-collections.new.2988/jackson-datatypes-collections.changes
2021-05-12 19:33:00.974849690 +0200
@@ -1,0 +2,6 @@
+Wed May 12 08:46:38 UTC 2021 - Fridrich Strba <[email protected]>
+
+- Do not build against the legacy guava20 package, build against
+ guava 30.1.1 instead, with source level 8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jackson-datatypes-collections.spec ++++++
--- /var/tmp/diff_new_pack.XV5PCv/_old 2021-05-12 19:33:01.454847772 +0200
+++ /var/tmp/diff_new_pack.XV5PCv/_new 2021-05-12 19:33:01.458847756 +0200
@@ -1,7 +1,7 @@
#
# spec file for package jackson-datatypes-collections
#
-# 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
@@ -25,12 +25,13 @@
URL: https://github.com/FasterXML/jackson-datatypes-collections
Source0:
https://github.com/FasterXML/jackson-datatypes-collections/archive/%{name}-%{version}.tar.gz
BuildRequires: fdupes
+BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-core) >= %{version}
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-databind) >= %{version}
BuildRequires: mvn(com.fasterxml.jackson:jackson-base:pom:) >= %{version}
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
-BuildRequires: mvn(com.google.guava:guava:20.0)
+BuildRequires: mvn(com.google.guava:guava)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildArch: noarch
%if %{without jp_minimal}
@@ -90,9 +91,9 @@
%build
%{mvn_build} -f -s -- \
%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