Hello community,

here is the log from the commit of package jeuclid for openSUSE:Factory checked 
in at 2017-09-20 17:10:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jeuclid (Old)
 and      /work/SRC/openSUSE:Factory/.jeuclid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jeuclid"

Wed Sep 20 17:10:10 2017 rev:6 rq:527205 version:3.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/jeuclid/jeuclid.changes  2016-07-14 
09:50:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jeuclid.new/jeuclid.changes     2017-09-20 
17:10:11.870612471 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 05:36:53 UTC 2017 - [email protected]
+
+- Fix build with jdk9: specify java source and target 6
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jeuclid.spec ++++++
--- /var/tmp/diff_new_pack.w5Ml93/_old  2017-09-20 17:10:13.386399094 +0200
+++ /var/tmp/diff_new_pack.w5Ml93/_new  2017-09-20 17:10:13.386399094 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jeuclid
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
 Group:          Development/Libraries/Java
 Url:            http://jeuclid.sourceforge.net/index.html
 Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-parent-%{version}-src.zip
@@ -49,7 +49,6 @@
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlgraphics-commons >= 1.3
-BuildRequires:  xmlgraphics-fop
 BuildRequires:  xmlgraphics-fop >= 0.95
 Requires:       apache-commons-logging
 Requires:       batik >= 1.7
@@ -57,7 +56,6 @@
 Requires:       javapackages-tools
 Requires:       jcip-annotations
 Requires:       xmlgraphics-commons >= 1.3
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -200,23 +198,19 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root,-)
 %doc NOTICE LICENSE.txt README.Release jeuclid/LICENSE.FreeHEP
 %{_javadir}/%{name}-core.jar
 
 %files mathviewer
-%defattr(-,root,root,-)
 %{_javadir}/%{name}-mathviewer.jar
 %{_bindir}/jeuclid-mathviewer
 %{_datadir}/icons/hicolor/48x48/apps/jeuclid_48x48.png
 %{_datadir}/applications/jeuclid-mathviewer.desktop
 
 %files fop
-%defattr(-,root,root,-)
 %{_javadir}/%{name}-fop.jar
 
 %files cli
-%defattr(-,root,root,-)
 %{_javadir}/%{name}-cli.jar
 %{_bindir}/jeuclid-cli
 

++++++ build.xml ++++++
--- /var/tmp/diff_new_pack.w5Ml93/_old  2017-09-20 17:10:13.422394027 +0200
+++ /var/tmp/diff_new_pack.w5Ml93/_new  2017-09-20 17:10:13.422394027 +0200
@@ -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="5">
+    <javac destdir="${full.build.output.core}" debug="true" deprecation="true" 
optimize="false" source="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="5">
+    <javac destdir="${package.name.mathviewer}/${build.output}" debug="true" 
deprecation="true" optimize="false" source="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="5">
+    <javac destdir="${full.build.output.cli}" debug="true" deprecation="true" 
optimize="false" source="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="5">
+    <javac destdir="${full.build.output.fop}" debug="true" deprecation="true" 
optimize="false" source="6">
       <src>
         <pathelement location="${package.name.fop}/src/main/java"/>
 



Reply via email to