Update to upstream version 52
This commit is contained in:
parent
e6ba56e255
commit
af35f9df3b
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ commons-parent-22.tar.xz
|
||||
/commons-parent-49.tar.gz
|
||||
/commons-parent-50.tar.gz
|
||||
/commons-parent-51.tar.gz
|
||||
/commons-parent-52.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: apache-commons-parent
|
||||
Version: 51
|
||||
Version: 52
|
||||
Release: 1%{?dist}
|
||||
Summary: Apache Commons Parent Pom
|
||||
License: ASL 2.0
|
||||
URL: https://commons.apache.org/commons-parent-pom.html
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: https://github.com/apache/commons-parent/archive/commons-parent-%{version}.tar.gz
|
||||
Source0: https://github.com/apache/commons-parent/archive/rel/commons-parent-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache:apache:pom:)
|
||||
@ -22,7 +22,7 @@ Requires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
The Project Object Model files for the apache-commons packages.
|
||||
|
||||
%prep
|
||||
%setup -q -n commons-parent-commons-parent-%{version}
|
||||
%setup -q -n commons-parent-rel-commons-parent-%{version}
|
||||
|
||||
# Plugin is not in fedora
|
||||
%pom_remove_plugin org.apache.commons:commons-build-plugin
|
||||
@ -51,6 +51,9 @@ done
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Fri Aug 21 2020 Marian Koncek <mkoncek@redhat.com> - 52-1
|
||||
- Update to upstream version 52
|
||||
|
||||
* Tue Jul 28 2020 Marian Koncek <mkoncek@redhat.com> - 51-1
|
||||
- Update to upstream version 51
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (commons-parent-51.tar.gz) = c6b9fc25d1d5df882e362b48a961c92fd239278cc2cb171977b0590dd8be7dfb95733f9a5dbacc5fbd318304386bd8ccb5f842ae46d8fcd70ec0e7aaf2688188
|
||||
SHA512 (commons-parent-52.tar.gz) = d7ff5082c29f6d0297a11098b5df10811e83041bfbd9f0afba78b09d25e4446d604f3f2f29383ae2ed066d0e7d3f4b1a11ce0eb9443e84274d815e36ebff3b97
|
||||
|
Loading…
Reference in New Issue
Block a user