Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hppc for openSUSE:Factory checked in at 2022-03-24 22:57:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hppc (Old) and /work/SRC/openSUSE:Factory/.hppc.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hppc" Thu Mar 24 22:57:49 2022 rev:2 rq:964409 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/hppc/hppc.changes 2020-02-28 15:21:21.429895061 +0100 +++ /work/SRC/openSUSE:Factory/.hppc.new.1900/hppc.changes 2022-03-24 22:58:55.940304511 +0100 @@ -1,0 +2,6 @@ +Wed Mar 23 23:27:21 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Build against the standalone glassfish-annotation-api on + distributions that have JDK without the JavaEE modules included + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hppc.spec ++++++ --- /var/tmp/diff_new_pack.pKVKgn/_old 2022-03-24 22:58:56.368304924 +0100 +++ /var/tmp/diff_new_pack.pKVKgn/_new 2022-03-24 22:58:56.372304928 +0100 @@ -1,7 +1,7 @@ # # spec file for package hppc # -# Copyright (c) 2020 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 @@ -40,6 +40,9 @@ BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) #!BuildRequires: log4j stringtemplate4 BuildArch: noarch +%if 0%{?suse_version} > 1500 +BuildRequires: mvn(javax.annotation:javax.annotation-api) +%endif %description Fundamental data structures (maps, sets, lists, stacks, queues) generated for @@ -73,6 +76,10 @@ # Unneeded task %pom_remove_plugin -r :maven-assembly-plugin +%if 0%{?suse_version} > 1500 +%pom_add_dep javax.annotation:javax.annotation-api hppc +%endif + # Convert from dos to unix line ending for file in CHANGES.txt; do sed -i.orig 's|\r||g' $file