Hello community,

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

Package is "xbean"

Fri Oct  4 11:21:30 2019 rev:3 rq:734273 version:4.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/xbean/xbean.changes      2019-04-05 
12:06:25.974566403 +0200
+++ /work/SRC/openSUSE:Factory/.xbean.new.2352/xbean.changes    2019-10-04 
11:22:26.980940699 +0200
@@ -1,0 +2,5 @@
+Tue Oct  1 11:33:05 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Build against the new log4j12 compat package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xbean.spec ++++++
--- /var/tmp/diff_new_pack.chio1Q/_old  2019-10-04 11:22:27.624939020 +0200
+++ /var/tmp/diff_new_pack.chio1Q/_new  2019-10-04 11:22:27.628939011 +0200
@@ -32,7 +32,7 @@
 BuildRequires:  java-devel
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
-BuildRequires:  log4j
+BuildRequires:  log4j12
 BuildRequires:  objectweb-asm >= 5
 BuildRequires:  slf4j
 BuildRequires:  unzip
@@ -106,14 +106,14 @@
   pushd $i
     mkdir -p build/classes
     javac -d build/classes  -encoding utf-8 -source 6 -target 6 \
-      -cp $(build-classpath log4j commons-logging-api slf4j/api 
objectweb-asm/asm 
objectweb-asm/asm-commons):../xbean-asm-util/xbean-asm-util.jar \
+      -cp $(build-classpath log4j12/log4j-12 commons-logging-api slf4j/api 
objectweb-asm/asm 
objectweb-asm/asm-commons):../xbean-asm-util/xbean-asm-util.jar \
       $(find src/main/java -name *.java)
     jar cf $i.jar -C build/classes .
   popd
 done
 mkdir -p build/apidoc
 javadoc -d build/apidoc -source 6 -encoding utf-8 \
-  -classpath $(build-classpath log4j commons-logging-api slf4j/api 
objectweb-asm/asm objectweb-asm/asm-commons) \
+  -classpath $(build-classpath log4j12/log4j-12 commons-logging-api slf4j/api 
objectweb-asm/asm objectweb-asm/asm-commons) \
   $(for i in xbean-asm-util xbean-classpath xbean-finder xbean-naming 
xbean-reflect; do find $i/src/main/java -name *.java; done | xargs)
 
 %install



Reply via email to