Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package jakarta-commons-discovery for
openSUSE:Factory checked in at 2022-03-20 20:56:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jakarta-commons-discovery (Old)
and /work/SRC/openSUSE:Factory/.jakarta-commons-discovery.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jakarta-commons-discovery"
Sun Mar 20 20:56:10 2022 rev:25 rq:963283 version:0.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/jakarta-commons-discovery/jakarta-commons-discovery.changes
2022-03-04 00:18:06.576291154 +0100
+++
/work/SRC/openSUSE:Factory/.jakarta-commons-discovery.new.25692/jakarta-commons-discovery.changes
2022-03-20 20:56:46.670632582 +0100
@@ -1,0 +2,5 @@
+Sun Mar 20 15:04:07 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with source and target levels 8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jakarta-commons-discovery.spec ++++++
--- /var/tmp/diff_new_pack.paQU9x/_old 2022-03-20 20:56:47.242633405 +0100
+++ /var/tmp/diff_new_pack.paQU9x/_new 2022-03-20 20:56:47.246633411 +0100
@@ -36,7 +36,6 @@
Obsoletes: %{short_name} < %{version}
#XXX: temporary fix to make axis auto dependencies work, need to revork package
Provides: osgi(org.apache.commons.discovery)
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@@ -60,7 +59,7 @@
%build
ant \
- -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+ -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \
-Djunit.jar=%(find-jar junit) \
-Dlogger.jar=%(find-jar commons-logging) \
test.discovery dist
@@ -80,7 +79,7 @@
cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}
%files -f .mfiles
-%doc LICENSE.txt
+%license LICENSE.txt
%{_javadir}/%{name}.jar
%files javadoc