From a04bf5b2874fa67fb4f0fb5dbb9151a1a9f5f70a725e713bfc3603df71bd08a7 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 23 Apr 2021 09:43:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven?expand=0&rev=19 --- apache-maven-3.6.3-build.tar.xz | 3 --- apache-maven-3.6.3-src.tar.gz | 3 --- apache-maven-3.8.1-build.tar.xz | 3 +++ apache-maven-3.8.1-src.tar.gz | 3 +++ maven.spec | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 apache-maven-3.6.3-build.tar.xz delete mode 100644 apache-maven-3.6.3-src.tar.gz create mode 100644 apache-maven-3.8.1-build.tar.xz create mode 100644 apache-maven-3.8.1-src.tar.gz diff --git a/apache-maven-3.6.3-build.tar.xz b/apache-maven-3.6.3-build.tar.xz deleted file mode 100644 index d45c906..0000000 --- a/apache-maven-3.6.3-build.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f126061e5e8166700c6b63a367ac7e78a3b6b296334665c35a4e1e9706f31e4 -size 5188 diff --git a/apache-maven-3.6.3-src.tar.gz b/apache-maven-3.6.3-src.tar.gz deleted file mode 100644 index c14de93..0000000 --- a/apache-maven-3.6.3-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c1c990ba64dd4f88688120cc2ec93bf33dd500d2a62ae5cd57bd4b7f6335c07 -size 2762967 diff --git a/apache-maven-3.8.1-build.tar.xz b/apache-maven-3.8.1-build.tar.xz new file mode 100644 index 0000000..926fb45 --- /dev/null +++ b/apache-maven-3.8.1-build.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4217036830a64d7b39e6fb8a0f3db49d9f952c5395d571ba8a7723a9c948f309 +size 5176 diff --git a/apache-maven-3.8.1-src.tar.gz b/apache-maven-3.8.1-src.tar.gz new file mode 100644 index 0000000..188499d --- /dev/null +++ b/apache-maven-3.8.1-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86dc0df5950bb22dedcab326499531ee9c155016c9a7a3d3f33315becb0c71b1 +size 2763744 diff --git a/maven.spec b/maven.spec index 5bc88ff..a9d1ee4 100644 --- a/maven.spec +++ b/maven.spec @@ -1,7 +1,7 @@ # # spec file for package maven # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %global confdir %{_sysconfdir}/%{name}%{?maven_version_suffix} %bcond_with logback Name: maven -Version: 3.6.3 +Version: 3.8.1 Release: 0 Summary: Java project management and project comprehension tool # maven itself is ASL 2.0 @@ -93,7 +93,7 @@ BuildRequires: xmvn-subst BuildRequires: mvn(org.apache.maven:maven-parent:pom:) Requires: %{name}-lib = %{version}-%{release} Requires(post): aaa_base -Requires(postun): aaa_base +Requires(postun):aaa_base # maven-lib cannot be noarch because of the position of jansi-native.jar #BuildArch: noarch %if %{with logback}