Hello community,
here is the log from the commit of package apache-commons-daemon for
openSUSE:Factory checked in at 2017-09-14 21:18:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-daemon (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-daemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-daemon"
Thu Sep 14 21:18:51 2017 rev:13 rq:526055 version:1.0.15
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-commons-daemon/apache-commons-daemon.changes
2017-05-22 10:48:30.556239297 +0200
+++
/work/SRC/openSUSE:Factory/.apache-commons-daemon.new/apache-commons-daemon.changes
2017-09-14 21:18:58.974761211 +0200
@@ -1,0 +2,5 @@
+Thu Sep 14 11:22:56 UTC 2017 - [email protected]
+
+- Fix jdk9 build by specifying java source and target 1.6
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-daemon.spec ++++++
--- /var/tmp/diff_new_pack.unMwCG/_old 2017-09-14 21:18:59.594673962 +0200
+++ /var/tmp/diff_new_pack.unMwCG/_new 2017-09-14 21:18:59.598673400 +0200
@@ -1,7 +1,7 @@
#
# spec file for package apache-commons-daemon
#
-# Copyright (c) 2017 SUSE LINUX Products 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
@@ -42,7 +42,6 @@
Obsoletes: jakarta-%{short_name} < %{version}
Provides: jakarta-%{short_name}-java = %{version}
Obsoletes: jakarta-%{short_name}-java < %{version}
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The Daemon Component contains a set of Java and native code, including
@@ -97,7 +96,9 @@
make %{?_smp_mflags} clean
make %{?_smp_mflags}
popd
-ant jar test javadoc
+ant \
+ -Dcompile.source=1.6 -Dcompile.target=1.6 \
+ jar test javadoc
%install
# install native jsvc
@@ -117,7 +118,6 @@
cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}
%files
-%defattr(-,root,root)
%doc LICENSE.txt PROPOSAL.html NOTICE.txt RELEASE-NOTES.txt src/samples
%{_javadir}/%{name}.jar
%{_javadir}/%{short_name}.jar
@@ -125,13 +125,11 @@
%{_datadir}/maven-metadata/%{name}.xml
%files jsvc
-%defattr(-,root,root)
%doc LICENSE.txt
%{_bindir}/jsvc
%{_mandir}/man1/jsvc.1*
%files javadoc
-%defattr(-,root,root)
%doc LICENSE.txt
%doc src/docs/*
%doc %{_javadocdir}/%{name}