Update to upstream version 4.4.13
This commit is contained in:
parent
8bdac8fdc7
commit
0615f053d5
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ httpcomponents-core-4.1.4-src.tar.gz
|
||||
/httpcomponents-core-4.4.10-src.tar.gz
|
||||
/httpcomponents-core-4.4.11-src.tar.gz
|
||||
/httpcomponents-core-4.4.12-src.tar.gz
|
||||
/httpcomponents-core-4.4.13-src.tar.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
Name: httpcomponents-core
|
||||
Summary: Set of low level Java HTTP transport components for HTTP services
|
||||
Version: 4.4.12
|
||||
Release: 2%{?dist}
|
||||
Version: 4.4.13
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
URL: http://hc.apache.org/
|
||||
Source0: http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-%{version}-src.tar.gz
|
||||
Source0: https://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-%{version}-src.tar.gz
|
||||
Patch0: 0001-Port-to-mockito-2.patch
|
||||
|
||||
BuildArch: noarch
|
||||
@ -46,6 +46,10 @@ sed -i '/Thread.sleep/s/100/2000/' httpcore-nio/src/test/java/org/apache/http/ni
|
||||
%pom_remove_plugin :maven-source-plugin
|
||||
%pom_remove_plugin :maven-javadoc-plugin
|
||||
|
||||
# We don't have conscrypt for testing
|
||||
%pom_remove_dep :conscrypt-openjdk-uber httpcore-nio
|
||||
rm httpcore-nio/src/test/java/org/apache/http/nio/integration/TestJSSEProviderIntegration.java
|
||||
|
||||
# we don't need these artifacts right now
|
||||
%pom_disable_module httpcore-osgi
|
||||
%pom_disable_module httpcore-ab
|
||||
@ -86,6 +90,9 @@ done
|
||||
%doc README.txt RELEASE_NOTES.txt
|
||||
|
||||
%changelog
|
||||
* Wed Jan 22 2020 Marian Koncek <mkoncek@redhat.com> - 4.4.13-1
|
||||
- Update to upstream version 4.4.13
|
||||
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.4.12-2
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (httpcomponents-core-4.4.12-src.tar.gz) = 30eac1881973f4e6a48b53e3ff69bbd6990344ea0d5f86ab953042058d1f0f0fdc96280ea668a6839b5e66b4b045140aca7cc88b240b568d9823a21fb23dd432
|
||||
SHA512 (httpcomponents-core-4.4.13-src.tar.gz) = 7a752363a090e6f6de30fea295f7b59d268059b3e3ef5164de8f88c6ef02215c2f653154f4567d52fd91eaf832564f784f5365b6ba8a342fce8222439dfa7c74
|
||||
|
Loading…
Reference in New Issue
Block a user