Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jedit for openSUSE:Factory checked 
in at 2022-03-22 19:40:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jedit (Old)
 and      /work/SRC/openSUSE:Factory/.jedit.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jedit"

Tue Mar 22 19:40:37 2022 rev:35 rq:963934 version:5.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/jedit/jedit.changes      2021-05-20 
19:26:06.597684201 +0200
+++ /work/SRC/openSUSE:Factory/.jedit.new.25692/jedit.changes   2022-03-22 
19:40:41.179120506 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 12:45:05 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source and terget levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jedit.spec ++++++
--- /var/tmp/diff_new_pack.Hr4ziA/_old  2022-03-22 19:40:41.963121328 +0100
+++ /var/tmp/diff_new_pack.Hr4ziA/_new  2022-03-22 19:40:41.967121333 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jedit
 #
-# 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

++++++ build-support-r22713.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/build-support/plugin-build.xml 
new/build-support/plugin-build.xml
--- old/build-support/plugin-build.xml  2013-01-24 09:58:15.423114399 +0100
+++ new/build-support/plugin-build.xml  2022-03-22 13:42:33.871681934 +0100
@@ -81,8 +81,8 @@
     <property name="compiler.deprecation"   value="off" />
     <property name="compiler.verbose"       value="off" />
     <property name="compiler.nowarn"        value="off" />
-    <property name="compiler.target"        value="1.6" />
-    <property name="compiler.source"        value="1.6" />
+    <property name="compiler.target"        value="1.8" />
+    <property name="compiler.source"        value="1.8" />
     <property name="compiler.listfiles"     value="no" />
     <property name="compiler.fork"          value="no" />
     <property name="compiler.bootclasspath" value="${java.home}/lib/rt.jar"/>
@@ -277,8 +277,8 @@
          compiler.deprecation: deprecation option (off)
          compiler.verbose: the verbose option (off)
          compiler.nowarn: the nowarn option (off)
-         compiler.target: the target option (1.6)
-         compiler.source: the source option (1.6)
+         compiler.target: the target option (1.8)
+         compiler.source: the source option (1.8)
          compiler.listfiles: the listfiles option (no)      -->
     <target name="compile"
             description="Compile the plugin's classes" depends="resolve">

Reply via email to