Hello community,

here is the log from the commit of package mx4j for openSUSE:Factory checked in 
at 2019-02-11 21:17:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mx4j (Old)
 and      /work/SRC/openSUSE:Factory/.mx4j.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mx4j"

Mon Feb 11 21:17:33 2019 rev:30 rq:672372 version:3.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mx4j/mx4j.changes        2018-12-10 
12:23:27.766818950 +0100
+++ /work/SRC/openSUSE:Factory/.mx4j.new.28833/mx4j.changes     2019-02-11 
21:17:35.103330923 +0100
@@ -1,0 +2,10 @@
+Tue Jan 22 11:23:49 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Fix build against the new javamail 1.5.2
+
+-------------------------------------------------------------------
+Thu Dec 13 15:35:40 UTC 2018 - Fridrich Strba <[email protected]>
+
+- Depend on the generic xml-apis and xml-resolver
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mx4j.spec ++++++
--- /var/tmp/diff_new_pack.DCfoiX/_old  2019-02-11 21:17:35.935330481 +0100
+++ /var/tmp/diff_new_pack.DCfoiX/_new  2019-02-11 21:17:35.939330478 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mx4j
 #
-# 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
@@ -68,9 +68,8 @@
 Requires:       javamail >= 1.2-5jpp
 Requires:       jce >= 1.2.2
 Requires:       log4j >= 1.2.7
-Requires:       xml-commons
-Requires:       xml-commons-apis
-Requires:       xml-commons-resolver
+Requires:       xml-apis
+Requires:       xml-resolver
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Obsoletes:      openjmx < %{version}
@@ -106,7 +105,7 @@
 
 pushd lib
    ln -sf $(build-classpath junit) .
-   ln -sf $(build-classpath xml-commons-apis) xml-apis.jar                || :
+   ln -sf $(build-classpath xml-apis) xml-apis.jar                        || :
    ln -sf $(build-classpath xerces-j2) xercesImpl.jar                     || :
    ln -sf $(build-classpath xalan-j2) xalan.jar                           || :
    ln -sf $(build-classpath xalan-j2-serializer)                          || :
@@ -125,7 +124,7 @@
 
 %build
 export GC_MAXIMUM_HEAP_SIZE="134217728" #128M
-ln -sf $(build-classpath gnumail) lib/mail.jar
+ln -sf $(build-classpath javamail/mail) lib/
 ln -sf $(build-classpath activation) lib/
 export ANT_OPTS="-Djava.security.manager \
                  -Djava.security.policy=$(pwd)/build/mx4j-build.policy \
@@ -135,7 +134,7 @@
 export CLASSPATH=$(build-classpath glibj-tools activation javamail/mailapi 
javamail/smtp \
    jetty4 jython jakarta-commons-logging xml-commons-apis bcel jaas jce \
    log4j jaxp_transform_impl axis/axis axis/jaxrpc axis/saaj \
-   xml-commons-resolver xdoclet/xdoclet xdoclet/xdoclet-jmx-module \
+   xml-resolver xdoclet/xdoclet xdoclet/xdoclet-jmx-module \
    xdoclet/xdoclet-mx4j-module xalan-j2-serializer)
 export 
CLASSPATH=${CLASSPATH}:%{_builddir}/%{name}-%{version}/classes/core:%{_builddir}/%{name}-%{version}/build
 cd build


Reply via email to