Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-install-plugin for
openSUSE:Factory checked in at 2023-05-04 17:10:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-install-plugin (Old)
and /work/SRC/openSUSE:Factory/.maven-install-plugin.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-install-plugin"
Thu May 4 17:10:05 2023 rev:6 rq:1084295 version:3.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/maven-install-plugin/maven-install-plugin.changes
2022-05-25 20:35:04.592270704 +0200
+++
/work/SRC/openSUSE:Factory/.maven-install-plugin.new.1533/maven-install-plugin.changes
2023-05-04 17:10:16.092257344 +0200
@@ -1,0 +2,35 @@
+Wed May 3 09:46:37 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Upgrade to upsteam version 3.1.1
+ * Changes:
+ + [MINSTALL-186] Use proper repositorySystemSession
+ + [MINSTALL-188] Upgrade Parent to 39
+ + [MINSTALL-189] Add parameter to lax project validation
+ + [MINSTALL-179] installAtEnd when module does not use
+ maven-install-plugin
+ + [MINSTALL-183] Don't use metadata from main artifact to fetch
+ pom.xml
+ + [MINSTALL-185] Install all artifacts in one request
+ + [MINSTALL-181] Require Java 8
+ + [MINSTALL-184] Cleanup IT tests
+ + [MINSTALL-180] Upgrade Parent to 37
+ + [MINSTALL-182] Bump mockito-core from 2.28.2 to 4.8.1
+ + [MINSTALL-160] Generated POM is not installed if original POM
+ exists
+ + [MINSTALL-143] Remove a lot of checksum related dead code and
+ commented out tests
+ + [MINSTALL-164] Create GitHub Actions
+ + [MINSTALL-164] Use shared GH Actions
+ + [MINSTALL-171] Update plugin (requires Maven 3.2.5+)
+ + [MINSTALL-174] Upgrade maven-plugin parent to 36
+ + [MINSTALL-115] Install At End feature (no extension)
+ + [MINSTALL-177] Streamline the plugin by
+- Removed patches:
+ * 0001-MINSTALL-143-Remove-a-lot-of-checksum-related-dead-c.patch
+ * 0002-MINSTALL-171-Update-plugin-requires-Maven-3.2.5.patch
+ * 0003-Fix-tests-with-modular-javas.patch
+ * 0004-Fix-tests-with-maven-resolver-1.7.3.patch
+ + not needed with this version
+- Remove the option --with tests since our mockito is too old
+
+-------------------------------------------------------------------
@@ -4 +39 @@
-- Upgrade to upstream verson 3.0.0 milestone M1
+- Upgrade to upstream version 3.0.0 milestone M1
Old:
----
0001-MINSTALL-143-Remove-a-lot-of-checksum-related-dead-c.patch
0002-MINSTALL-171-Update-plugin-requires-Maven-3.2.5.patch
0003-Fix-tests-with-modular-javas.patch
0004-Fix-tests-with-maven-resolver-1.7.3.patch
maven-install-plugin-3.0.0-M1-source-release.zip
New:
----
maven-install-plugin-3.1.1-source-release.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-install-plugin.spec ++++++
--- /var/tmp/diff_new_pack.D1pANN/_old 2023-05-04 17:10:16.620260435 +0200
+++ /var/tmp/diff_new_pack.D1pANN/_new 2023-05-04 17:10:16.624260459 +0200
@@ -1,7 +1,7 @@
#
# spec file for package maven-install-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
@@ -16,21 +16,15 @@
#
-%global base_ver 3.0.0
-%global milestone M1
%bcond_with tests
Name: maven-install-plugin
-Version: %{base_ver}~%{milestone}
+Version: 3.1.1
Release: 0
Summary: Maven Install Plugin
License: Apache-2.0
Group: Development/Libraries/Java
URL: https://maven.apache.org/plugins/maven-install-plugin
-Source0:
https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{base_ver}-%{milestone}/%{name}-%{base_ver}-%{milestone}-source-release.zip
-Patch0: 0001-MINSTALL-143-Remove-a-lot-of-checksum-related-dead-c.patch
-Patch1: 0002-MINSTALL-171-Update-plugin-requires-Maven-3.2.5.patch
-Patch2: 0003-Fix-tests-with-modular-javas.patch
-Patch3: 0004-Fix-tests-with-maven-resolver-1.7.3.patch
+Source0:
https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
@@ -38,23 +32,15 @@
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
-BuildRequires: mvn(org.apache.maven.shared:maven-artifact-transfer)
BuildRequires: mvn(org.apache.maven:maven-artifact)
-BuildRequires: mvn(org.apache.maven:maven-plugin-api)
-BuildRequires: mvn(org.slf4j:slf4j-api)
-BuildArch: noarch
-%if %{with tests}
-BuildRequires: mvn(junit:junit)
-BuildRequires:
mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)
-BuildRequires: mvn(org.apache.maven:maven-compat)
BuildRequires: mvn(org.apache.maven:maven-core)
BuildRequires: mvn(org.apache.maven:maven-model)
+BuildRequires: mvn(org.apache.maven:maven-plugin-api)
+BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
BuildRequires: mvn(org.eclipse.aether:aether-api)
-BuildRequires: mvn(org.eclipse.aether:aether-impl) >= 1.7
BuildRequires: mvn(org.eclipse.aether:aether-util)
-BuildRequires: mvn(org.mockito:mockito-core)
-BuildRequires: mvn(org.slf4j:slf4j-nop)
-%endif
+BuildRequires: mvn(org.slf4j:slf4j-api)
+BuildArch: noarch
%description
Copies the project artifacts to the user's local repository.
@@ -67,15 +53,10 @@
API documentation for %{name}.
%prep
-%setup -q -n %{name}-%{base_ver}-%{milestone}
-%autopatch -p1
+%setup -q
%build
-%{mvn_build} \
-%if %{without tests}
- -f \
-%endif
- -- \
+%{mvn_build} -f -- \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-Dmaven.compiler.release=8 \
%endif