Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package maven-plugin-tools for openSUSE:Factory checked in at 2021-05-12 19:32:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/maven-plugin-tools (Old) and /work/SRC/openSUSE:Factory/.maven-plugin-tools.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-plugin-tools" Wed May 12 19:32:24 2021 rev:4 rq:892418 version:3.6.0 Changes: -------- maven-plugin-plugin.changes: same change --- /work/SRC/openSUSE:Factory/maven-plugin-tools/maven-plugin-tools.changes 2019-12-03 12:40:07.738170235 +0100 +++ /work/SRC/openSUSE:Factory/.maven-plugin-tools.new.2988/maven-plugin-tools.changes 2021-05-12 19:32:58.426859868 +0200 @@ -1,0 +2,5 @@ +Tue May 11 15:18:26 UTC 2021 - Fridrich Strba <fst...@suse.com> + +- Do not build against the legacy guava20 package any more + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ maven-plugin-plugin-bootstrap.spec ++++++ --- /var/tmp/diff_new_pack.5GHxQU/_old 2021-05-12 19:32:58.994857599 +0200 +++ /var/tmp/diff_new_pack.5GHxQU/_new 2021-05-12 19:32:58.998857583 +0200 @@ -1,7 +1,7 @@ # # spec file for package maven-plugin-plugin-bootstrap # -# Copyright (c) 2019 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 maven-plugin-plugin.spec: same change ++++++ maven-plugin-tools.spec ++++++ --- /var/tmp/diff_new_pack.5GHxQU/_old 2021-05-12 19:32:59.038857423 +0200 +++ /var/tmp/diff_new_pack.5GHxQU/_new 2021-05-12 19:32:59.038857423 +0200 @@ -1,7 +1,7 @@ # # spec file for package maven-plugin-tools # -# Copyright (c) 2019 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 @@ -34,7 +34,7 @@ BuildRequires: bsh2 BuildRequires: fdupes BuildRequires: google-guice -BuildRequires: guava20 +BuildRequires: guava BuildRequires: java-1_8_0-openjdk-devel BuildRequires: javapackages-local BuildRequires: jdom2 @@ -118,6 +118,7 @@ %description java Descriptor extractor for plugins written in Java. + %package model Summary: Maven Plugin Metadata Model Group: Development/Libraries/Java @@ -180,7 +181,7 @@ atinject \ bsh2/bsh \ commons-cli \ - guava20/guava-10.0 \ + guava/guava \ guice/google-guice-no_aop \ jdom2/jdom2 \ jtidy \