Hello community,

here is the log from the commit of package rhino for openSUSE:Factory checked 
in at 2017-01-25 22:42:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rhino (Old)
 and      /work/SRC/openSUSE:Factory/.rhino.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rhino"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rhino/rhino.changes      2015-04-02 
15:58:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rhino.new/rhino.changes 2017-01-25 
22:42:40.339162506 +0100
@@ -1,0 +2,5 @@
+Thu Jan  5 16:23:24 UTC 2017 - [email protected]
+
+- Build with java not gcj as it gets deprecated
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rhino.spec ++++++
--- /var/tmp/diff_new_pack.L4Kfea/_old  2017-01-25 22:42:41.051055018 +0100
+++ /var/tmp/diff_new_pack.L4Kfea/_new  2017-01-25 22:42:41.055054414 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rhino
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2009, JPackage Project
 # All rights reserved.
 #
@@ -54,7 +54,7 @@
 
 BuildRequires:  ant
 BuildRequires:  bea-stax-api
-BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  jline
 #BuildRequires:  xerces-j2-bootstrap
@@ -118,7 +118,7 @@
 
 pushd examples
 export CLASSPATH=../build/%{name}%{cvs_version}/js.jar:$(build-classpath 
xmlbeans/xbean 2>/dev/null)
-javac -C *.java
+javac *.java
 jar cvf ../build/%{name}%{cvs_version}/%{name}-examples.jar *.class
 popd
 


Reply via email to