Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package mchange-commons for openSUSE:Factory
checked in at 2021-07-28 19:20:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mchange-commons (Old)
and /work/SRC/openSUSE:Factory/.mchange-commons.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mchange-commons"
Wed Jul 28 19:20:05 2021 rev:4 rq:908807 version:0.2.20
Changes:
--------
--- /work/SRC/openSUSE:Factory/mchange-commons/mchange-commons.changes
2021-04-21 20:59:36.790221543 +0200
+++
/work/SRC/openSUSE:Factory/.mchange-commons.new.1899/mchange-commons.changes
2021-07-28 19:21:05.711552466 +0200
@@ -1,0 +2,5 @@
+Tue Jul 27 15:53:36 UTC 2021 - Fridrich Strba <[email protected]>
+
+- Require log4j >= 2 for build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mchange-commons.spec ++++++
--- /var/tmp/diff_new_pack.oLnu2Z/_old 2021-07-28 19:21:06.063552005 +0200
+++ /var/tmp/diff_new_pack.oLnu2Z/_new 2021-07-28 19:21:06.067552000 +0200
@@ -21,14 +21,14 @@
Version: 0.2.20
Release: 0
Summary: A collection of general purpose utilities for c3p0
-License: LGPL-2.0-only OR EPL-1.0
+License: EPL-1.0 OR LGPL-2.0-only
Group: Development/Libraries/Java
URL: https://github.com/swaldman/mchange-commons-java
Source0: %{URL}/archive/refs/tags/v%{version}.tar.gz#/%{git_tag}.tar.gz
BuildRequires: fdupes
BuildRequires: java-devel
BuildRequires: javapackages-local
-BuildRequires: log4j
+BuildRequires: log4j >= 2.0
BuildRequires: slf4j
BuildRequires: typesafe-config >= 1.3.0
BuildArch: noarch
@@ -62,8 +62,7 @@
jar uf target/%{git_tag}.jar -C src/main/resources .
mkdir -p target/api
javadoc -d target/api -source 7 \
- -cp "$CLASS_PATH" \
- -Xdoclint:none \
+ -classpath "$CLASS_PATH" \
-notimestamp \
$(find src/main/java -name \*.java | xargs)