Hello community,
here is the log from the commit of package jakarta-commons-transaction for
openSUSE:Factory checked in at 2017-09-20 17:09:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jakarta-commons-transaction (Old)
and /work/SRC/openSUSE:Factory/.jakarta-commons-transaction.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jakarta-commons-transaction"
Wed Sep 20 17:09:10 2017 rev:15 rq:527014 version:1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/jakarta-commons-transaction/jakarta-commons-transaction.changes
2017-05-27 13:15:44.341780176 +0200
+++
/work/SRC/openSUSE:Factory/.jakarta-commons-transaction.new/jakarta-commons-transaction.changes
2017-09-20 17:09:11.539105320 +0200
@@ -1,0 +2,5 @@
+Mon Sep 18 12:29:27 UTC 2017 - [email protected]
+
+- Fix build with jdk9: specify java source and target 1.6
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jakarta-commons-transaction.spec ++++++
--- /var/tmp/diff_new_pack.sGvk4V/_old 2017-09-20 17:09:12.175015803 +0200
+++ /var/tmp/diff_new_pack.sGvk4V/_new 2017-09-20 17:09:12.179015240 +0200
@@ -44,7 +44,6 @@
Requires: log4j
Requires: xerces-j2
Requires: xml-commons-apis
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@@ -64,7 +63,10 @@
%build
export CLASSPATH=$(build-classpath commons-codec jta log4j):`pwd`/build/classes
export OPT_JAR_LIST=:
-ant -Dbuild.sysclasspath=only jar
+ant \
+ -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+ -Dbuild.sysclasspath=only -Dant.java.version=1.6 -Dcompile.target=1.6 \
+ jar
%install
# jars
@@ -77,7 +79,6 @@
ln -sf ${jar} ${jar/-%{version}/}; done)
%files
-%defattr(0644,root,root,0755)
%doc LICENSE.txt
%{_javadir}/*