Hello community, here is the log from the commit of package mx4j for openSUSE:Factory checked in at 2017-05-27 13:12:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mx4j (Old) and /work/SRC/openSUSE:Factory/.mx4j.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mx4j" Sat May 27 13:12:38 2017 rev:25 rq:496842 version:3.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mx4j/mx4j.changes 2014-08-01 19:27:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mx4j.new/mx4j.changes 2017-05-27 13:12:39.247948559 +0200 @@ -1,0 +2,6 @@ +Fri May 19 17:45:09 UTC 2017 - [email protected] + +- Drop dependency over jython, not needed +- Remove unused conditional + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mx4j.spec ++++++ --- /var/tmp/diff_new_pack.64SZgo/_old 2017-05-27 13:12:39.915854130 +0200 +++ /var/tmp/diff_new_pack.64SZgo/_new 2017-05-27 13:12:39.915854130 +0200 @@ -1,7 +1,7 @@ # # spec file for package mx4j # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -16,7 +16,6 @@ # -%define compile_and_run_tests false Name: mx4j Version: 3.0.2 Release: 0 @@ -47,7 +46,6 @@ BuildRequires: javamail BuildRequires: javapackages-tools BuildRequires: junit -BuildRequires: jython BuildRequires: libtool BuildRequires: log4j-mini BuildRequires: perl @@ -67,13 +65,11 @@ Requires: xml-commons-apis Requires: xml-commons-resolver Requires(post): update-alternatives +Requires(postun): update-alternatives Obsoletes: openjmx < %{version} Provides: jmx Provides: jmxri Provides: openjmx = %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build -#BuildRequires: burlap -#BuildRequires: hessian BuildArch: noarch %description @@ -92,10 +88,6 @@ cp %{SOURCE2} build pushd lib ln -sf $(build-classpath junit) . -if [ "%{compile_and_run_tests}" = "true" ] -then - ln -sf $(build-classpath xmlunit) . -fi ln -sf $(build-classpath xml-commons-apis) xml-apis.jar || : ln -sf $(build-classpath xerces-j2) xercesImpl.jar || : ln -sf $(build-classpath xalan-j2) xalan.jar || : @@ -132,12 +124,7 @@ xdoclet/xdoclet-mx4j-module xalan-j2-serializer) export CLASSPATH=${CLASSPATH}:%{_builddir}/%{name}-%{version}/classes/core:%{_builddir}/%{name}-%{version}/build cd build -if [ "%{compile_and_run_tests}" = "true" ] -then - ant release -Dbuild.sysclasspath=first tests-report docs -else - ant compile.jmx compile.rjmx compile.tools compile.examples -fi +ant compile.jmx compile.rjmx compile.tools compile.examples %install install -d -m 755 %{buildroot}%{_javadir}/%{name}
