Update to upstream version 4.5.10
This commit is contained in:
parent
8a9732757f
commit
a5a225f50c
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@ httpcomponents-client-4.1-src.tar.gz
|
||||
/httpcomponents-client-4.5.7-src.tar.gz
|
||||
/httpcomponents-client-4.5.8-src.tar.gz
|
||||
/httpcomponents-client-4.5.9-src.tar.gz
|
||||
/httpcomponents-client-4.5.10-src.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: httpcomponents-client
|
||||
Summary: HTTP agent implementation based on httpcomponents HttpCore
|
||||
Version: 4.5.9
|
||||
Version: 4.5.10
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
URL: http://hc.apache.org/
|
||||
@ -15,10 +15,9 @@ BuildRequires: %{?module_prefix}mvn(commons-codec:commons-codec)
|
||||
BuildRequires: mvn(commons-logging:commons-logging)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.apache.httpcomponents:httpcomponents-parent:pom:)
|
||||
BuildRequires: %{?module_prefix}mvn(org.apache.httpcomponents:httpcore)
|
||||
BuildRequires: mvn(org.apache.httpcomponents:project:pom:)
|
||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
BuildRequires: mvn(org.easymock:easymock)
|
||||
BuildRequires: mvn(org.mockito:mockito-core)
|
||||
|
||||
%if 0%{?module_prefix:1}
|
||||
@ -127,6 +126,9 @@ rm httpclient/src/test/java/org/apache/http/client/config/TestRequestConfig.java
|
||||
%doc README.txt RELEASE_NOTES.txt
|
||||
|
||||
%changelog
|
||||
* Mon Sep 16 2019 Marian Koncek <mkoncek@redhat.com> - 4.5.10-1
|
||||
- Update to upstream version 4.5.10
|
||||
|
||||
* Mon Jul 29 2019 Marian Koncek <mkoncek@redhat.com> - 4.5.9-1
|
||||
- Update to upstream version 4.5.9
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (httpcomponents-client-4.5.9-src.tar.gz) = 587d5d4cd5a21e3d8b5e6214fe8b8288efeecd5fc5a055ac53d5f9f62c276dfb76e4a333952d34e5eccab73139f2b7d9b2b1805e6d07c2e4807152c962423d17
|
||||
SHA512 (httpcomponents-client-4.5.10-src.tar.gz) = 9bd1290d5947a5d84b24f18c5c138cdbb0a305a119536c3f1c35befcac6e3c4c8156b972dbe0f28169b6dbfcd0a97580b8721d5e25fad9deb12ba5a6cc74b710
|
||||
|
Loading…
Reference in New Issue
Block a user