Update to upstream version 3.10
This commit is contained in:
parent
af870ea82a
commit
06b5a2eafd
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/commons-lang3-3.6-src.tar.gz
|
/commons-lang3-3.6-src.tar.gz
|
||||||
/commons-lang3-3.7-src.tar.gz
|
/commons-lang3-3.7-src.tar.gz
|
||||||
/commons-lang3-3.9-src.tar.gz
|
/commons-lang3-3.9-src.tar.gz
|
||||||
|
/commons-lang3-3.10-src.tar.gz
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Name: apache-commons-lang3
|
Name: apache-commons-lang3
|
||||||
Version: 3.9
|
Version: 3.10
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Provides a host of helper utilities for the java.lang API
|
Summary: Provides a host of helper utilities for the java.lang API
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/lang
|
URL: https://commons.apache.org/lang
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Source0: http://archive.apache.org/dist/commons/lang/source/commons-lang3-%{version}-src.tar.gz
|
Source0: https://archive.apache.org/dist/commons/lang/source/commons-lang3-%{version}-src.tar.gz
|
||||||
|
|
||||||
BuildRequires: maven-local-openjdk8
|
BuildRequires: maven-local-openjdk8
|
||||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||||
@ -35,6 +35,8 @@ package.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n commons-lang3-%{version}-src
|
%autosetup -n commons-lang3-%{version}-src
|
||||||
|
|
||||||
|
%pom_remove_plugin :maven-javadoc-plugin
|
||||||
|
|
||||||
%mvn_file : %{name} commons-lang3
|
%mvn_file : %{name} commons-lang3
|
||||||
|
|
||||||
# testParseSync() test fails on ARM and PPC64LE for unknown reason
|
# testParseSync() test fails on ARM and PPC64LE for unknown reason
|
||||||
@ -56,6 +58,9 @@ rm src/test/java/org/apache/commons/lang3/RandomStringUtilsTest.java
|
|||||||
%doc RELEASE-NOTES.txt
|
%doc RELEASE-NOTES.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 15 2020 Marian Koncek <mkoncek@redhat.com> - 3.10-1
|
||||||
|
- Update to upstream version 3.10
|
||||||
|
|
||||||
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.9-4
|
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.9-4
|
||||||
- Build with OpenJDK 8
|
- Build with OpenJDK 8
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (commons-lang3-3.9-src.tar.gz) = bf69e747a2ed1a0a1b67e5c0e7bdb2344f7d8b0a88e0b535d8bdee627cbdc7be769593b58b76c84149acbb6f284f9b125095ba5a9d222413c033d1b72e07ac98
|
SHA512 (commons-lang3-3.10-src.tar.gz) = 8c3e90e60bbb0b83c8e5e8d173d5a982d6f5bf3d2392e11cd17b153484a87c42f3003a7ae84ff3c34a11c16df61d7a4fb8e902b31e0e9c2cef2a17115c0c468b
|
||||||
|
Loading…
Reference in New Issue
Block a user