Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package eclipse-jgit for openSUSE:Factory checked in at 2023-03-27 18:16:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eclipse-jgit (Old) and /work/SRC/openSUSE:Factory/.eclipse-jgit.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eclipse-jgit" Mon Mar 27 18:16:45 2023 rev:10 rq:1074603 version:5.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/eclipse-jgit/jgit.changes 2022-11-16 15:44:12.472043924 +0100 +++ /work/SRC/openSUSE:Factory/.eclipse-jgit.new.31432/jgit.changes 2023-03-27 18:17:03.443352649 +0200 @@ -1,0 +2,7 @@ +Mon Mar 27 08:18:14 UTC 2023 - Fridrich Strba <[email protected]> + +- Require xz-java because the jgit script that we install is + expecting it to be present when composing the classpath + (bsc#1209646) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eclipse-jgit.spec ++++++ --- /var/tmp/diff_new_pack.ljgRY6/_old 2023-03-27 18:17:04.043355815 +0200 +++ /var/tmp/diff_new_pack.ljgRY6/_new 2023-03-27 18:17:04.047355836 +0200 @@ -1,7 +1,7 @@ # # spec file for package eclipse-jgit # -# Copyright (c) 2022 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 ++++++ jgit.spec ++++++ --- /var/tmp/diff_new_pack.ljgRY6/_old 2023-03-27 18:17:04.071355963 +0200 +++ /var/tmp/diff_new_pack.ljgRY6/_new 2023-03-27 18:17:04.075355984 +0200 @@ -1,7 +1,7 @@ # # spec file for package jgit # -# Copyright (c) 2022 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 @@ -68,6 +68,9 @@ BuildRequires: mvn(org.slf4j:slf4j-api) BuildRequires: mvn(org.slf4j:slf4j-simple) BuildRequires: mvn(org.tukaani:xz) +# This is only optional dependency of commons-compress, +# But the jgit script needs that jar on classpath +Requires: xz-java Obsoletes: %{name}-bootstrap BuildArch: noarch
