Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package buildnumber-maven-plugin for
openSUSE:Factory checked in at 2022-03-22 19:39:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/buildnumber-maven-plugin (Old)
and /work/SRC/openSUSE:Factory/.buildnumber-maven-plugin.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "buildnumber-maven-plugin"
Tue Mar 22 19:39:50 2022 rev:2 rq:963833 version:1.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/buildnumber-maven-plugin/buildnumber-maven-plugin.changes
2020-07-15 15:03:55.951346404 +0200
+++
/work/SRC/openSUSE:Factory/.buildnumber-maven-plugin.new.25692/buildnumber-maven-plugin.changes
2022-03-22 19:39:52.691069641 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 06:44:55 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with source and target levels 8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ buildnumber-maven-plugin.spec ++++++
--- /var/tmp/diff_new_pack.Cfu5KM/_old 2022-03-22 19:39:53.195070170 +0100
+++ /var/tmp/diff_new_pack.Cfu5KM/_new 2022-03-22 19:39:53.199070174 +0100
@@ -1,7 +1,7 @@
#
# spec file for package buildnumber-maven-plugin
#
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -20,11 +20,12 @@
Version: 1.3
Release: 0
Summary: Build Number Maven Plugin
-License: MIT AND Apache-2.0
+License: Apache-2.0 AND MIT
URL:
http://svn.codehaus.org/mojo/tags/buildnumber-maven-plugin-%{version}
Source0:
https://repo1.maven.org/maven2/org/codehaus/mojo/%{name}/%{version}/%{name}-%{version}-source-release.zip
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildRequires: fdupes
+BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
BuildRequires: unzip
BuildRequires: mvn(net.java.dev.jna:jna)
@@ -83,13 +84,10 @@
%pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin :maven-invoker-plugin
-# junit dependency was removed in Plexus 1.6
-%pom_add_dep junit:junit::test
-
%build
%{mvn_build} -f -- \
- -Dsource=6 -Dmaven.compiler.source=6 \
- -Dmaven.compiler.target=6 -Dmojo.java.target=6
+ -Dsource=8 -Dmaven.compiler.source=8 \
+ -Dmaven.compiler.target=8 -Dmojo.java.target=8
%install
%mvn_install