Hello community,

here is the log from the commit of package jedit for openSUSE:Factory checked 
in at 2018-11-10 16:58:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jedit (Old)
 and      /work/SRC/openSUSE:Factory/.jedit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jedit"

Sat Nov 10 16:58:53 2018 rev:29 rq:645930 version:5.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/jedit/jedit.changes      2017-12-23 
12:21:35.541422168 +0100
+++ /work/SRC/openSUSE:Factory/.jedit.new/jedit.changes 2018-11-10 
17:00:46.527651082 +0100
@@ -1,0 +2,5 @@
+Thu Nov  1 11:07:19 UTC 2018 - Fridrich Strba <fst...@suse.com>
+
+- Port to use bsh2 instead of the old bsh
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jedit.spec ++++++
--- /var/tmp/diff_new_pack.W6Hml7/_old  2018-11-10 17:00:49.163647862 +0100
+++ /var/tmp/diff_new_pack.W6Hml7/_new  2018-11-10 17:00:49.191647828 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jedit
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,7 +21,7 @@
 Version:        5.1.0
 Release:        0
 Summary:        Programmer's Text Editor Written in Java
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Text/Editors
 Url:            http://www.jedit.org/
 Source0:        
http://download.sourceforge.net/jedit/jedit%{version}source.tar.bz2
@@ -41,7 +41,7 @@
 BuildRequires:  ant-junit
 BuildRequires:  apache-commons-logging
 BuildRequires:  apache-ivy
-BuildRequires:  bsh
+BuildRequires:  bsh2
 BuildRequires:  desktop-file-utils
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -104,7 +104,13 @@
 mkdir -p lib/ivy
 ln -sf $(build-classpath ivy) lib/ivy/ivy-2.2.0.jar
 mkdir -p lib/scripting
-ln -sf $(build-classpath bsh) lib/scripting/bsh.jar
+ln -sf $(build-classpath bsh2/bsh-classpath.jar) 
lib/scripting/bsh-classpath.jar
+ln -sf $(build-classpath bsh2/bsh-util.jar) lib/scripting/bsh-util.jar
+ln -sf $(build-classpath bsh2/bsh-reflect.jar) lib/scripting/bsh-reflect.jar
+ln -sf $(build-classpath bsh2/bsh-engine.jar) lib/scripting/bsh-engine.jar
+ln -sf $(build-classpath bsh2/bsh-core.jar) lib/scripting/bsh-core.jar
+ln -sf $(build-classpath bsh2/bsh-commands.jar) lib/scripting/bsh-commands.jar
+ln -sf $(build-classpath bsh2/bsh.jar) lib/scripting/bsh.jar
 mkdir -p lib/compile
 ln -sf $(build-classpath jsr-305) lib/compile/jsr305.jar
 mkdir -p lib/ant-contrib





Reply via email to