Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package jetty-version-maven-plugin for
openSUSE:Factory checked in at 2023-09-25 20:03:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jetty-version-maven-plugin (Old)
and /work/SRC/openSUSE:Factory/.jetty-version-maven-plugin.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jetty-version-maven-plugin"
Mon Sep 25 20:03:58 2023 rev:3 rq:1113418 version:1.0.10
Changes:
--------
---
/work/SRC/openSUSE:Factory/jetty-version-maven-plugin/jetty-version-maven-plugin.changes
2022-05-05 23:07:45.633659698 +0200
+++
/work/SRC/openSUSE:Factory/.jetty-version-maven-plugin.new.1770/jetty-version-maven-plugin.changes
2023-09-25 20:48:47.076951882 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:39:20 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Remove dependency on maven2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jetty-version-maven-plugin.spec ++++++
--- /var/tmp/diff_new_pack.veSNCz/_old 2023-09-25 20:48:48.244994078 +0200
+++ /var/tmp/diff_new_pack.veSNCz/_new 2023-09-25 20:48:48.248994223 +0200
@@ -1,7 +1,7 @@
#
# spec file for package jetty-version-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
@@ -30,8 +30,8 @@
BuildRequires: xz
BuildRequires: mvn(org.apache.commons:commons-lang3)
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
+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.eclipse.jetty.toolchain:jetty-toolchain:pom:)
BuildArch: noarch
@@ -47,6 +47,8 @@
%prep
%setup -q
+%pom_change_dep org.apache.maven::2.2.1 ::3.9.0:provided
+%pom_change_dep :maven-project :maven-core
# we have java.util stuff in JVM directly now
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=401163