Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package jetty-build-support for
openSUSE:Factory checked in at 2022-05-05 23:07:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jetty-build-support (Old)
and /work/SRC/openSUSE:Factory/.jetty-build-support.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jetty-build-support"
Thu May 5 23:07:05 2022 rev:2 rq:975139 version:1.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/jetty-build-support/jetty-build-support.changes
2019-11-08 15:24:20.242906624 +0100
+++
/work/SRC/openSUSE:Factory/.jetty-build-support.new.1538/jetty-build-support.changes
2022-05-05 23:07:44.501658285 +0200
@@ -1,0 +2,5 @@
+Thu May 5 09:54:50 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Generate the javadoc with source=8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jetty-build-support.spec ++++++
--- /var/tmp/diff_new_pack.dZVoU1/_old 2022-05-05 23:07:44.913658800 +0200
+++ /var/tmp/diff_new_pack.dZVoU1/_new 2022-05-05 23:07:44.917658804 +0200
@@ -1,7 +1,7 @@
#
# spec file for package jetty-build-support
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,24 +22,25 @@
Summary: Jetty build support files
License: Apache-2.0 OR EPL-1.0
Group: Development/Libraries/Java
-URL: http://www.eclipse.org/jetty/
+URL: https://www.eclipse.org/jetty/
Source0: %{name}-%{version}.tar.xz
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
Source2: http://www.eclipse.org/org/documents/epl-v10.html
BuildRequires: fdupes
+BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
+BuildRequires: xz
BuildRequires: mvn(org.apache.maven.enforcer:enforcer-api)
+BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
+BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
BuildRequires: mvn(org.apache.maven:maven-artifact)
BuildRequires: mvn(org.apache.maven:maven-core)
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
BuildRequires: mvn(org.apache.maven:maven-project)
-BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
-BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
BuildRequires: mvn(org.eclipse.jetty.toolchain:jetty-toolchain:pom:)
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-engine)
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-params)
-BuildRequires: xz
BuildArch: noarch
%description
@@ -58,7 +59,7 @@
cp %{SOURCE2} .
%build
-%{mvn_build} -f -- -Dsource=6
+%{mvn_build} -f -- -Dsource=8
%install
%mvn_install