Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-jarsigner-plugin for
openSUSE:Factory checked in at 2023-09-25 20:04:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-jarsigner-plugin (Old)
and /work/SRC/openSUSE:Factory/.maven-jarsigner-plugin.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-jarsigner-plugin"
Mon Sep 25 20:04:00 2023 rev:4 rq:1113421 version:3.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/maven-jarsigner-plugin/maven-jarsigner-plugin.changes
2019-11-26 16:59:43.084100767 +0100
+++
/work/SRC/openSUSE:Factory/.maven-jarsigner-plugin.new.1770/maven-jarsigner-plugin.changes
2023-09-25 20:51:39.671186920 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:41:27 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Remove dependency on maven2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-jarsigner-plugin.spec ++++++
--- /var/tmp/diff_new_pack.OwEIg8/_old 2023-09-25 20:51:40.679223336 +0200
+++ /var/tmp/diff_new_pack.OwEIg8/_new 2023-09-25 20:51:40.679223336 +0200
@@ -1,7 +1,7 @@
#
# spec file for package maven-jarsigner-plugin
#
-# Copyright (c) 2019 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
@@ -23,7 +23,7 @@
License: Apache-2.0
Group: Development/Libraries/Java
URL: http://maven.apache.org/plugins/%{name}/
-Source0:
http://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
+Source0:
https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
BuildRequires: fdupes
BuildRequires: maven-local
BuildRequires: unzip
@@ -33,8 +33,9 @@
BuildRequires: mvn(org.apache.maven.shared:maven-jarsigner)
BuildRequires: mvn(org.apache.maven.shared:maven-shared-utils)
BuildRequires: mvn(org.apache.maven:maven-artifact)
+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.apache.maven:maven-settings)
BuildRequires: mvn(org.sonatype.plexus:plexus-sec-dispatcher)
BuildArch: noarch
@@ -61,12 +62,11 @@
%prep
%setup -q
+%pom_xpath_set pom:properties/pom:javaVersion "8"
+
%build
%{mvn_file} :%{name} %{name}
-%{mvn_build} -f \
-%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
- -- -Dmaven.compiler.release=7
-%endif
+%{mvn_build} -f -- -Dsource=8
%install
%mvn_install