Hello community,

here is the log from the commit of package classpathx-mail for openSUSE:Factory 
checked in at 2017-09-13 22:24:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/classpathx-mail (Old)
 and      /work/SRC/openSUSE:Factory/.classpathx-mail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "classpathx-mail"

Wed Sep 13 22:24:34 2017 rev:18 rq:523076 version:1.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/classpathx-mail/classpathx-mail.changes  
2015-03-05 18:14:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.classpathx-mail.new/classpathx-mail.changes     
2017-09-13 22:24:39.463564345 +0200
@@ -1,0 +2,5 @@
+Thu Sep  7 17:50:44 UTC 2017 - [email protected]
+
+- Use java source and target version 1.6 to enable build with jdk9
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ classpathx-mail.spec ++++++
--- /var/tmp/diff_new_pack.EoXYqB/_old  2017-09-13 22:24:40.067479325 +0200
+++ /var/tmp/diff_new_pack.EoXYqB/_new  2017-09-13 22:24:40.067479325 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package classpathx-mail
 #
-# Copyright (c) 2015 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
@@ -35,7 +35,7 @@
 Patch4:         classpath-inetlib-docbuild.patch
 BuildRequires:  ant
 BuildRequires:  jaf >= 1.0
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.6
 BuildRequires:  java-sasl
 BuildRequires:  javapackages-tools
 BuildRequires:  jce
@@ -98,16 +98,16 @@
 # build inetlib
 pushd inetlib-%{inetlibver}
   export CLASSPATH=%(build-classpath jce sasl)
-  ant -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4  
-Dj2se.apidoc=%{_javadocdir}/java inetlib.jar doc
+  ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6  
-Dj2se.apidoc=%{_javadocdir}/java inetlib.jar doc
 popd
 mkdir classes
 cp -r inetlib-%{inetlibver}/classes/org classes
 # build mail
-export CLASSPATH=%(build-classpath activation)
+export CLASSPATH=%(build-classpath 
activation):./inetlib-%{inetlibver}/inetlib.jar
 ant \
   -Dj2se.apidoc=%{_javadocdir}/java \
   -Djaf.apidoc=%{_javadocdir}/jaf \
-  -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 \
+  -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
   dist javadoc
 # build monolithic
 mkdir monolithic


Reply via email to