Hello community,

here is the log from the commit of package bsf for openSUSE:Factory checked in 
at 2018-12-07 14:32:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bsf (Old)
 and      /work/SRC/openSUSE:Factory/.bsf.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bsf"

Fri Dec  7 14:32:12 2018 rev:28 rq:653790 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bsf/bsf.changes  2018-07-24 17:31:29.715994515 
+0200
+++ /work/SRC/openSUSE:Factory/.bsf.new.19453/bsf.changes       2018-12-07 
14:32:15.991304381 +0100
@@ -1,0 +2,7 @@
+Tue Nov 27 09:13:05 UTC 2018 - Fridrich Strba <fst...@suse.com>
+
+- Modified patch:
+  * build-file.patch
+    + Fix build of script providers
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bsf.spec ++++++
--- /var/tmp/diff_new_pack.DOcLYc/_old  2018-12-07 14:32:17.235302837 +0100
+++ /var/tmp/diff_new_pack.DOcLYc/_new  2018-12-07 14:32:17.239302833 +0100
@@ -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/
 #
 
 


++++++ build-file.patch ++++++
--- /var/tmp/diff_new_pack.DOcLYc/_old  2018-12-07 14:32:17.287302773 +0100
+++ /var/tmp/diff_new_pack.DOcLYc/_new  2018-12-07 14:32:17.291302767 +0100
@@ -1,5 +1,6 @@
---- bsf-2.4.0-orig/build.xml   2009-09-09 11:51:20.000000000 +0200
-+++ bsf-2.4.0/build.xml        2009-09-14 08:42:17.000000000 +0200
+diff -urEbwB bsf-2.4.0-orig/build.xml bsf-2.4.0/build.xml
+--- bsf-2.4.0-orig/build.xml   2018-11-27 10:25:00.759233502 +0100
++++ bsf-2.4.0/build.xml        2018-11-27 10:28:36.864365763 +0100
 @@ -102,7 +102,7 @@
                <pathelement location="${build.tests}"/>
        </path>
@@ -9,9 +10,68 @@
                <tstamp />
  
  
-@@ -134,11 +134,13 @@
- 
-               <available property="junit.present" 
classname="junit.framework.TestCase" />
+@@ -122,23 +122,61 @@
+               <!-- 
================================================================= -->
+               <!-- Determines what optional components are available          
       -->
+               <!-- 
================================================================= -->
+-              <available property="jacl.present" classname="tcl.lang.JACL" />
+-
+-              <available property="jython.present" 
classname="org.python.util.jython" />
+-
+-              <available property="netrexx.present" 
classname="netrexx.lang.Rexx" />
+-
+-              <available property="rhino.present" 
classname="org.mozilla.javascript.Scriptable" />
+-
+-              <available property="xalan.present" 
classname="org.apache.xalan.xslt.EnvironmentCheck" />
+-
+-              <available property="junit.present" 
classname="junit.framework.TestCase" />
++              <available property="jacl.present" classname="tcl.lang.JACL">
++                      <classpath>
++                              <fileset dir="lib">
++                                      <include name="*.jar"/>
++                              </fileset>
++                      </classpath>
++              </available>
++
++              <available property="jython.present" 
classname="org.python.util.jython">
++                      <classpath>
++                              <fileset dir="lib">
++                                      <include name="*.jar"/>
++                              </fileset>
++                      </classpath>
++              </available>
++
++              <available property="netrexx.present" 
classname="netrexx.lang.Rexx">
++                      <classpath>
++                              <fileset dir="lib">
++                                      <include name="*.jar"/>
++                              </fileset>
++                      </classpath>
++              </available>
++
++              <available property="rhino.present" 
classname="org.mozilla.javascript.Scriptable">
++                      <classpath>
++                              <fileset dir="lib">
++                                      <include name="*.jar"/>
++                              </fileset>
++                      </classpath>
++              </available>
++
++              <available property="xalan.present" 
classname="org.apache.xalan.xslt.EnvironmentCheck">
++                      <classpath>
++                              <fileset dir="lib">
++                                      <include name="*.jar"/>
++                              </fileset>
++                      </classpath>
++              </available>
++
++              <available property="junit.present" 
classname="junit.framework.TestCase">
++                      <classpath>
++                              <fileset dir="lib">
++                                      <include name="*.jar"/>
++                              </fileset>
++                      </classpath>
++              </available>
  
 +              <!--
                <uptodate property="javac.notRequired" 
targetfile="${build.lib}/${project.name}.jar">


Reply via email to