Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jdepend for openSUSE:Factory checked in at 2022-03-28 16:59:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jdepend (Old) and /work/SRC/openSUSE:Factory/.jdepend.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jdepend" Mon Mar 28 16:59:19 2022 rev:20 rq:963094 version:2.10 Changes: -------- --- /work/SRC/openSUSE:Factory/jdepend/jdepend.changes 2022-01-03 10:48:57.411569819 +0100 +++ /work/SRC/openSUSE:Factory/.jdepend.new.1900/jdepend.changes 2022-03-28 16:59:55.768917885 +0200 @@ -1,0 +2,9 @@ +Sat Mar 19 21:48:11 UTC 2022 - Fridrich Strba <[email protected]> + +- Specify the source/target levels 8 on ant invocation +- Removed patch: + * jdepend-target16.patch + + not needed with the source/target levels being specified on + command-line + +------------------------------------------------------------------- Old: ---- jdepend-target16.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jdepend.spec ++++++ --- /var/tmp/diff_new_pack.Ko1kMC/_old 2022-03-28 16:59:56.204918477 +0200 +++ /var/tmp/diff_new_pack.Ko1kMC/_new 2022-03-28 16:59:56.208918482 +0200 @@ -1,7 +1,7 @@ # # spec file for package jdepend # -# 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 @@ -26,7 +26,6 @@ URL: http://www.clarkware.com/software/JDepend.html Source0: https://github.com/clarkware/jdepend/archive/refs/tags/%{version}.tar.gz Source1: %{name}-%{version}.pom -Patch0: jdepend-target16.patch BuildRequires: ant BuildRequires: java-devel BuildRequires: javapackages-local @@ -58,10 +57,12 @@ %setup -q # remove all binary libs find . -name "*.jar" -exec rm -f {} \; -%patch0 -b .target15 %build -ant jar +%ant \ + -Dant.build.javac.source=1.8 \ + -Dant.build.javac.target=1.8 \ + jar %install # jars
