Hello community, here is the log from the commit of package jgroups for openSUSE:Leap:15.2 checked in at 2020-02-17 17:35:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/jgroups (Old) and /work/SRC/openSUSE:Leap:15.2/.jgroups.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jgroups" Mon Feb 17 17:35:13 2020 rev:12 rq:774933 version:2.6.10 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/jgroups/jgroups.changes 2020-01-15 15:13:26.126175148 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.jgroups.new.26092/jgroups.changes 2020-02-17 17:35:52.800415853 +0100 @@ -1,0 +2,15 @@ +Tue Oct 1 12:15:04 UTC 2019 - Fridrich Strba <[email protected]> + +- Build against compatibility log4j12 package + +------------------------------------------------------------------- +Mon Apr 15 14:04:59 UTC 2019 - Fridrich Strba <[email protected]> + +- Build classpath with the jar file instead of with a symlink + +------------------------------------------------------------------- +Thu Nov 1 11:11:08 UTC 2018 - Fridrich Strba <[email protected]> + +- Build against and require the bsh2 instead of the old bsh + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jgroups.spec ++++++ --- /var/tmp/diff_new_pack.YU1Vhf/_old 2020-02-17 17:35:53.240416851 +0100 +++ /var/tmp/diff_new_pack.YU1Vhf/_new 2020-02-17 17:35:53.240416851 +0100 @@ -1,7 +1,7 @@ # # spec file for package jgroups # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -26,7 +26,7 @@ Version: 2.6.10 Release: 0 Summary: Toolkit for reliable multicast communication -License: LGPL-2.0+ +License: LGPL-2.0-or-later Group: Development/Libraries/Java Url: http://www.jgroups.org/ # get source zip from sf.net @@ -50,22 +50,22 @@ BuildRequires: ant >= 1.6 BuildRequires: ant-junit BuildRequires: apache-commons-logging -BuildRequires: bsh +BuildRequires: bsh2 BuildRequires: fdupes BuildRequires: geronimo-jms-1_1-api BuildRequires: java-devel BuildRequires: javapackages-tools BuildRequires: jaxp_parser_impl BuildRequires: junit -BuildRequires: log4j +BuildRequires: log4j12 BuildRequires: mx4j BuildRequires: xalan-j2 # To use JGroups one needs: Requires: apache-commons-logging -Requires: bsh +Requires: bsh2 Requires: geronimo-jms-1_1-api Requires: jaxp_parser_impl -Requires: log4j +Requires: log4j12 Provides: javagroups = %{version} Obsoletes: javagroups < %{version} BuildArch: noarch @@ -165,13 +165,11 @@ ln -sf $(build-classpath ant-launcher) . ln -sf $(build-classpath ant/ant-junit) . #BUILD/JGroups-2.4.1.src/lib/bcprov-jdk14-117.jar.no -ln -sf $(build-classpath bsh) . +ln -sf $(build-classpath bsh2/bsh) . ln -sf $(build-classpath commons-logging) . -# 2.5+ uses java.util.concurrent from JDK 5 -#ln -sf $(build-classpath concurrent) . -ln -sf $(build-classpath jms) . +ln -sf $(build-classpath geronimo-jms-1.1-api) . ln -sf $(build-classpath junit) . -ln -sf $(build-classpath log4j) . +ln -sf $(build-classpath log4j12/log4j-12) . ln -sf $(build-classpath mx4j/mx4j-jmx) . ln -sf $(build-classpath xalan-j2) . ln -sf $(build-classpath xalan-j2-serializer) .
