Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-checkstyle-plugin for
openSUSE:Factory checked in at 2023-10-19 22:49:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-checkstyle-plugin (Old)
and /work/SRC/openSUSE:Factory/.maven-checkstyle-plugin.new.1945 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-checkstyle-plugin"
Thu Oct 19 22:49:26 2023 rev:2 rq:1118822 version:3.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/maven-checkstyle-plugin/maven-checkstyle-plugin.changes
2020-03-19 19:50:42.944198533 +0100
+++
/work/SRC/openSUSE:Factory/.maven-checkstyle-plugin.new.1945/maven-checkstyle-plugin.changes
2023-10-19 22:51:52.432343156 +0200
@@ -1,0 +2,6 @@
+Thu Oct 19 06:38:41 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Build with javac release 8, since java.util.stream.Stream does
+ not exist in java 7
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-checkstyle-plugin.spec ++++++
--- /var/tmp/diff_new_pack.GTI9Or/_old 2023-10-19 22:51:52.900360132 +0200
+++ /var/tmp/diff_new_pack.GTI9Or/_new 2023-10-19 22:51:52.900360132 +0200
@@ -1,7 +1,7 @@
#
# spec file for package maven-checkstyle-plugin
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
Source0:
https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
Patch1: 0001-Port-to-doxia-1.7.patch
BuildRequires: fdupes
+BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
BuildRequires: unzip
BuildRequires: mvn(com.puppycrawl.tools:checkstyle)
@@ -78,7 +79,7 @@
%build
%{mvn_build} -f -- \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
- -Dmaven.compiler.release=7 \
+ -Dmaven.compiler.release=8 \
%endif
-DmavenVersion=3.2.1