Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ongres-scram for openSUSE:Factory checked in at 2023-09-28 00:25:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ongres-scram (Old) and /work/SRC/openSUSE:Factory/.ongres-scram.new.23327 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ongres-scram" Thu Sep 28 00:25:42 2023 rev:3 rq:1113803 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/ongres-scram/ongres-scram.changes 2022-03-05 16:27:39.375903479 +0100 +++ /work/SRC/openSUSE:Factory/.ongres-scram.new.23327/ongres-scram.changes 2023-09-28 00:39:54.815986238 +0200 @@ -1,0 +2,5 @@ +Wed Sep 27 07:59:43 UTC 2023 - Fridrich Strba <fst...@suse.com> + +- Remove dependency on findbugs + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ongres-scram.spec ++++++ --- /var/tmp/diff_new_pack.gvITq8/_old 2023-09-28 00:39:55.848023778 +0200 +++ /var/tmp/diff_new_pack.gvITq8/_new 2023-09-28 00:39:55.848023778 +0200 @@ -1,7 +1,7 @@ # -# spec file for package ongres-scram +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,6 @@ Source0: https://github.com/ongres/%{upstream_name}/archive/%{upstream_version}/%{upstream_name}-%{upstream_version}.tar.gz BuildRequires: fdupes BuildRequires: maven-local -BuildRequires: mvn(com.google.code.findbugs:annotations) BuildRequires: mvn(com.google.code.findbugs:jsr305) BuildRequires: mvn(com.ongres.stringprep:saslprep) BuildArch: noarch @@ -64,6 +63,9 @@ %pom_remove_plugin :maven-dependency-plugin client %pom_remove_plugin -r :maven-javadoc-plugin +%pom_remove_dep com.google.code.findbugs:annotations +sed -i 's/.*SuppressFBWarnings.*//' common/src/main/java/com/ongres/scram/common/message/ServerFinalMessage.java + %build %{mvn_build} -s -f -- -Dsource=8