Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-shared-jarsigner for
openSUSE:Factory checked in at 2023-09-25 20:04:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-shared-jarsigner (Old)
and /work/SRC/openSUSE:Factory/.maven-shared-jarsigner.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-shared-jarsigner"
Mon Sep 25 20:04:02 2023 rev:3 rq:1113424 version:3.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/maven-shared-jarsigner/maven-shared-jarsigner.changes
2019-11-26 16:59:28.936105439 +0100
+++
/work/SRC/openSUSE:Factory/.maven-shared-jarsigner.new.1770/maven-shared-jarsigner.changes
2023-09-25 20:51:47.539471165 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 09:44:14 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Remove dependency on maven2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-shared-jarsigner.spec ++++++
--- /var/tmp/diff_new_pack.xFPCxJ/_old 2023-09-25 20:51:48.495505702 +0200
+++ /var/tmp/diff_new_pack.xFPCxJ/_new 2023-09-25 20:51:48.495505702 +0200
@@ -1,7 +1,7 @@
#
# spec file for package maven-shared-jarsigner
#
-# 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
@@ -22,18 +22,16 @@
Summary: Component to assist in signing Java archives
License: Apache-2.0
Group: Development/Libraries/Java
-URL: http://maven.apache.org/shared/maven-jarsigner/
-Source0:
http://repo1.maven.org/maven2/org/apache/maven/shared/maven-jarsigner/%{version}/maven-jarsigner-%{version}-source-release.zip
+URL: https://maven.apache.org/shared/maven-jarsigner/
+Source0:
https://repo1.maven.org/maven2/org/apache/maven/shared/maven-jarsigner/%{version}/maven-jarsigner-%{version}-source-release.zip
BuildRequires: fdupes
BuildRequires: maven-local
BuildRequires: unzip
-BuildRequires: mvn(com.thoughtworks.qdox:qdox) >= 2.0
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:)
-BuildRequires: mvn(org.apache.maven.shared:maven-shared-utils) >= 0.6
-BuildRequires: mvn(org.apache.maven:maven-toolchain)
+BuildRequires: mvn(org.apache.maven.shared:maven-shared-utils)
+BuildRequires: mvn(org.apache.maven:maven-core)
BuildRequires: mvn(org.codehaus.plexus:plexus-component-annotations)
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
-BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
BuildArch: noarch
%description
@@ -51,11 +49,10 @@
%setup -q -n maven-jarsigner-%{version}
find -name \*.jar -delete
+%pom_xpath_set pom:properties/pom:javaVersion "8"
+
%build
-%{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