Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jython for openSUSE:Factory checked 
in at 2022-03-28 16:59:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jython (Old)
 and      /work/SRC/openSUSE:Factory/.jython.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jython"

Mon Mar 28 16:59:31 2022 rev:30 rq:963247 version:2.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/jython/jython.changes    2021-06-24 
18:22:29.848911111 +0200
+++ /work/SRC/openSUSE:Factory/.jython.new.1900/jython.changes  2022-03-28 
17:00:04.144929264 +0200
@@ -1,0 +2,7 @@
+Sun Mar 20 12:20:10 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Modified patch:
+  * jython-sourcetarget.patch
+    + build with java source and tartget level 1.8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jython.spec ++++++
--- /var/tmp/diff_new_pack.KohWpQ/_old  2022-03-28 17:00:04.800930155 +0200
+++ /var/tmp/diff_new_pack.KohWpQ/_new  2022-03-28 17:00:04.808930166 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jython
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 Summary:        A Java implementation of the Python language
 License:        Apache-2.0 AND Python-2.0
 Group:          Development/Languages/Python
-URL:            http://www.jython.org/
+URL:            https://www.jython.org/
 # Use the included fetch-jython.sh script to generate the source drop
 # for jython 2.2.1
 # sh fetch-jython.sh \
@@ -184,7 +184,7 @@
 rm -rf org/apache
 perl -p -i -e 's|execon|apply|g' build.xml
 
-ant \
+%{ant} \
   -Dpython.home=%{_bindir} \
   -Dht2html.dir=%{_datadir}/ht2html \
   -Dpython.lib=./CPythonLib \

++++++ jython-sourcetarget.patch ++++++
--- /var/tmp/diff_new_pack.KohWpQ/_old  2022-03-28 17:00:04.908930301 +0200
+++ /var/tmp/diff_new_pack.KohWpQ/_new  2022-03-28 17:00:04.912930307 +0200
@@ -6,8 +6,8 @@
          <property name="build.compiler" value="modern" />
 -        <property name="jdk.target.version" value="1.4" />
 -        <property name="jdk.source.version" value="1.4" />
-+        <property name="jdk.target.version" value="1.6" />
-+        <property name="jdk.source.version" value="1.6" />
++        <property name="jdk.target.version" value="1.8" />
++        <property name="jdk.source.version" value="1.8" />
          <property name="deprecation" value="off" />
          <property name="debug" value="off" />
          <property name="optimize" value="on" />

Reply via email to