Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cbi-plugins for openSUSE:Factory checked in at 2022-01-14 23:13:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cbi-plugins (Old) and /work/SRC/openSUSE:Factory/.cbi-plugins.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cbi-plugins" Fri Jan 14 23:13:12 2022 rev:4 rq:946333 version:1.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/cbi-plugins/cbi-plugins.changes 2021-05-12 19:32:51.470887653 +0200 +++ /work/SRC/openSUSE:Factory/.cbi-plugins.new.1892/cbi-plugins.changes 2022-01-14 23:14:39.870686865 +0100 @@ -1,0 +2,6 @@ +Thu Jan 13 17:53:26 UTC 2022 - Fridrich Strba <[email protected]> + +- Fix build with newer auto version by adding the + auto-value-annotations artifact to the dependencies + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cbi-plugins.spec ++++++ --- /var/tmp/diff_new_pack.7Zp5gZ/_old 2022-01-14 23:14:40.246687108 +0100 +++ /var/tmp/diff_new_pack.7Zp5gZ/_new 2022-01-14 23:14:40.250687110 +0100 @@ -1,7 +1,7 @@ # # spec file for package cbi-plugins # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,6 +32,7 @@ BuildRequires: mvn(com.fasterxml.jackson.core:jackson-core) BuildRequires: mvn(com.fasterxml.jackson.core:jackson-databind) BuildRequires: mvn(com.google.auto.value:auto-value) +BuildRequires: mvn(com.google.auto.value:auto-value-annotations) BuildRequires: mvn(com.google.code.findbugs:jsr305) BuildRequires: mvn(com.google.guava:guava) BuildRequires: mvn(de.pdark:decentxml) @@ -75,6 +76,7 @@ # Build the common module %pom_xpath_inject pom:modules "<module>../common/</module>" maven-plugins %pom_remove_dep org.eclipse.cbi:checkstyle common +%pom_add_dep com.google.auto.value:auto-value-annotations:1.6 common # Parent pom and common module are "released" independently, but actually nothing changed yet since last releases sed -i -e 's/1\.0\.5-SNAPSHOT/1.0.4/' pom.xml
