Hello community,

here is the log from the commit of package jeuclid for openSUSE:Factory checked 
in at 2018-03-07 10:37:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jeuclid (Old)
 and      /work/SRC/openSUSE:Factory/.jeuclid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jeuclid"

Wed Mar  7 10:37:23 2018 rev:8 rq:583257 version:3.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/jeuclid/jeuclid.changes  2017-10-17 
01:51:14.810007386 +0200
+++ /work/SRC/openSUSE:Factory/.jeuclid.new/jeuclid.changes     2018-03-07 
10:37:26.568493978 +0100
@@ -1,0 +2,6 @@
+Tue Mar  6 09:57:12 UTC 2018 - fst...@suse.com
+
+- Add to the build.xml file target="6", in order to be sure the
+  right bytecode version is generated
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jeuclid.spec ++++++
--- /var/tmp/diff_new_pack.ceWnSL/_old  2018-03-07 10:37:27.368465123 +0100
+++ /var/tmp/diff_new_pack.ceWnSL/_new  2018-03-07 10:37:27.376464834 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jeuclid
 #
-# 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
@@ -21,7 +21,7 @@
 Release:        0
 Summary:        MathML rendering solution
 # LGPL-2.1 is for the FreeHEP component only (see LICENSE.FreeHEP)
-License:        Apache-2.0 AND LGPL-2.1
+License:        Apache-2.0 AND LGPL-2.1-only
 Group:          Development/Libraries/Java
 Url:            http://jeuclid.sourceforge.net/index.html
 Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-parent-%{version}-src.zip

++++++ build.xml ++++++
--- /var/tmp/diff_new_pack.ceWnSL/_old  2018-03-07 10:37:27.432462814 +0100
+++ /var/tmp/diff_new_pack.ceWnSL/_new  2018-03-07 10:37:27.432462814 +0100
@@ -122,7 +122,7 @@
   <property name="full.build.output.core" 
value="${package.name}/${build.output}" />
 
     <mkdir dir="${full.build.output.core}"/>
-    <javac destdir="${full.build.output.core}" debug="true" deprecation="true" 
optimize="false" source="6">
+    <javac destdir="${full.build.output.core}" debug="true" deprecation="true" 
optimize="false" source="6" target="6">
       <src>
         <pathelement location="${package.name}/src/main/java"/>
 
@@ -141,7 +141,7 @@
   <property name="package.name.mathviewer" value="jeuclid-mathviewer" />
   <property name="full.build.output.mathviewer" 
value="${package.name.mathviewer}/${build.output}" />
     <mkdir dir="${full.build.output.mathviewer}"/>
-    <javac destdir="${package.name.mathviewer}/${build.output}" debug="true" 
deprecation="true" optimize="false" source="6">
+    <javac destdir="${package.name.mathviewer}/${build.output}" debug="true" 
deprecation="true" optimize="false" source="6" target="6">
       <src>
         <pathelement location="${package.name.mathviewer}/src/main/java"/>
 
@@ -169,7 +169,7 @@
   <property name="full.build.output.cli" 
value="${package.name.cli}/${build.output}" />
 
     <mkdir dir="${full.build.output.cli}"/>
-    <javac destdir="${full.build.output.cli}" debug="true" deprecation="true" 
optimize="false" source="6">
+    <javac destdir="${full.build.output.cli}" debug="true" deprecation="true" 
optimize="false" source="6" target="6">
       <src>
         <pathelement location="${package.name.cli}/src/main/java"/>
 
@@ -195,7 +195,7 @@
   <property name="full.build.output.fop" 
value="${package.name.fop}/${build.output}" />
 
     <mkdir dir="${full.build.output.fop}"/>
-    <javac destdir="${full.build.output.fop}" debug="true" deprecation="true" 
optimize="false" source="6">
+    <javac destdir="${full.build.output.fop}" debug="true" deprecation="true" 
optimize="false" source="6" target="6">
       <src>
         <pathelement location="${package.name.fop}/src/main/java"/>
 



Reply via email to