commit bsf for openSUSE:Factory
Hello community, here is the log from the commit of package bsf for openSUSE:Factory checked in at 2017-05-31 13:31:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bsf (Old) and /work/SRC/openSUSE:Factory/.bsf.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "bsf" Wed May 31 13:31:56 2017 rev:23 rq:496986 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bsf/bsf.changes 2015-04-02 16:00:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.bsf.new/bsf.changes 2017-05-31 13:31:59.965270771 +0200 @@ -1,0 +2,11 @@ +Sat May 20 18:41:16 UTC 2017 - tchvatal@suse.com + +- Remove jython from dependencies, not needed + +------------------------------------------------------------------- +Fri May 19 11:38:11 UTC 2017 - pcervinka@suse.com + +- New build dependency: javapackages-local +- Spec file cleaned + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bsf.spec ++++++ --- /var/tmp/diff_new_pack.UjuGQl/_old 2017-05-31 13:32:00.641175498 +0200 +++ /var/tmp/diff_new_pack.UjuGQl/_new 2017-05-31 13:32:00.645174934 +0200 @@ -1,7 +1,7 @@ # # spec file for package bsf # -# Copyright (c) 2015 SUSE LINUX 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 @@ -32,10 +32,9 @@ BuildRequires: ant BuildRequires: apache-commons-logging BuildRequires: java-devel +BuildRequires: javapackages-local BuildRequires: javapackages-tools -BuildRequires: jython BuildRequires: rhino -#!BuildIgnore: mysql-connector-java BuildRequires: xalan-j2 BuildRequires: xml-commons-apis BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,8 +65,6 @@ %package javadoc Summary: Javadoc for bsf Group: Development/Libraries/Java -# FIXME: use proper Requires(pre/post/preun/...) -PreReq: coreutils %description javadoc Bean Scripting Framework (BSF) is a set of Java classes which provides @@ -95,7 +92,7 @@ %build [ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java -export CLASSPATH=$(build-classpath apache-commons-logging rhino xalan-j2 jython servlet jspapi) +export CLASSPATH=$(build-classpath apache-commons-logging rhino xalan-j2 servlet jspapi) ant jar rm -rf bsf/src/org/apache/bsf/engines/java ant javadocs
participants (1)
-
root@hilbert.suse.de