Hello community,

here is the log from the commit of package mchange-commons for openSUSE:Factory 
checked in at 2019-10-04 11:21:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mchange-commons (Old)
 and      /work/SRC/openSUSE:Factory/.mchange-commons.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mchange-commons"

Fri Oct  4 11:21:51 2019 rev:2 rq:734296 version:0.2.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/mchange-commons/mchange-commons.changes  
2019-01-08 12:28:14.992287156 +0100
+++ 
/work/SRC/openSUSE:Factory/.mchange-commons.new.2352/mchange-commons.changes    
    2019-10-04 11:22:33.792922953 +0200
@@ -1,0 +2,5 @@
+Tue Oct  1 12:25:52 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Build against compatibility package log4j12
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mchange-commons.spec ++++++
--- /var/tmp/diff_new_pack.LPH4ja/_old  2019-10-04 11:22:34.160921994 +0200
+++ /var/tmp/diff_new_pack.LPH4ja/_new  2019-10-04 11:22:34.164921984 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mchange-commons
 #
-# Copyright (c) 2018 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
@@ -28,7 +28,7 @@
 BuildRequires:  fdupes
 BuildRequires:  java-devel
 BuildRequires:  javapackages-local
-BuildRequires:  log4j
+BuildRequires:  log4j12
 BuildRequires:  slf4j
 BuildRequires:  typesafe-config
 BuildArch:      noarch
@@ -53,13 +53,13 @@
 %build
 mkdir -p target/classes
 javac -d target/classes -source 7 -target 7 \
-  -cp $(build-classpath log4j slf4j typesafe-config) \
+  -cp $(build-classpath log4j12/log4j-12 slf4j typesafe-config) \
   $(find src/main/java -name \*.java | xargs)
 jar cf target/%{git_tag}.jar -C target/classes .
 jar uf target/%{git_tag}.jar -C src/main/resources .
 mkdir -p target/api
 javadoc -d target/api -source 7 -notimestamp \
-  -classpath $(build-classpath log4j slf4j typesafe-config) \
+  -classpath $(build-classpath log4j12/log4j-12 slf4j typesafe-config) \
   $(find src/main/java -name \*.java | xargs)
 
 sed "s/@mchange-commons-java.version.maven@/%{version}/g" \


Reply via email to