Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package string-template-maven-plugin for
openSUSE:Factory checked in at 2023-09-20 13:29:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/string-template-maven-plugin (Old)
and /work/SRC/openSUSE:Factory/.string-template-maven-plugin.new.16627
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "string-template-maven-plugin"
Wed Sep 20 13:29:38 2023 rev:3 rq:1112247 version:1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/string-template-maven-plugin/string-template-maven-plugin.changes
2022-03-23 20:20:36.302538344 +0100
+++
/work/SRC/openSUSE:Factory/.string-template-maven-plugin.new.16627/string-template-maven-plugin.changes
2023-09-20 13:32:38.506065955 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 11:13:02 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Do not require maven plugins that we don't use
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ string-template-maven-plugin.spec ++++++
--- /var/tmp/diff_new_pack.TDLO78/_old 2023-09-20 13:32:39.794112101 +0200
+++ /var/tmp/diff_new_pack.TDLO78/_new 2023-09-20 13:32:39.794112101 +0200
@@ -1,7 +1,7 @@
#
# spec file for package string-template-maven-plugin
#
-# Copyright (c) 2022 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
@@ -29,9 +29,7 @@
BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
BuildRequires: mvn(org.antlr:ST4)
-BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-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)
@@ -62,6 +60,10 @@
perl -pi -e 's#org\.sonatype\.aether#org.eclipse.aether#g' \
src/main/java/com/webguys/maven/plugin/st/Controller.java
+%pom_remove_plugin :maven-enforcer-plugin
+%pom_remove_plugin :maven-javadoc-plugin
+%pom_remove_plugin :maven-source-plugin
+
%build
%{mvn_build} -f -- \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}