Update to upstream version 4.4.7
This commit is contained in:
parent
f22567c4e6
commit
67c78d7c55
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ httpcomponents-core-4.1.4-src.tar.gz
|
|||||||
/httpcomponents-core-4.4.4-src.tar.gz
|
/httpcomponents-core-4.4.4-src.tar.gz
|
||||||
/httpcomponents-core-4.4.5-src.tar.gz
|
/httpcomponents-core-4.4.5-src.tar.gz
|
||||||
/httpcomponents-core-4.4.6-src.tar.gz
|
/httpcomponents-core-4.4.6-src.tar.gz
|
||||||
|
/httpcomponents-core-4.4.7-src.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Name: httpcomponents-core
|
Name: httpcomponents-core
|
||||||
Summary: Set of low level Java HTTP transport components for HTTP services
|
Summary: Set of low level Java HTTP transport components for HTTP services
|
||||||
Version: 4.4.6
|
Version: 4.4.7
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://hc.apache.org/
|
URL: http://hc.apache.org/
|
||||||
Source0: http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-%{version}-src.tar.gz
|
Source0: http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-%{version}-src.tar.gz
|
||||||
@ -12,6 +12,7 @@ BuildArch: noarch
|
|||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(commons-logging:commons-logging)
|
BuildRequires: mvn(commons-logging:commons-logging)
|
||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
|
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.apache.httpcomponents:project:pom:)
|
BuildRequires: mvn(org.apache.httpcomponents:project:pom:)
|
||||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
@ -41,8 +42,8 @@ Summary: API documentation for %{name}
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
# Random test failures on ARM -- 100 ms sleep is not eneough on this
|
# Random test failures on ARM -- 100 ms sleep is not eneough on this
|
||||||
# very performant arch, lets make it 10 s
|
# very performant arch, lets make it 2 s
|
||||||
sed -i '/Thread.sleep/s/100/10000/' httpcore-nio/src/test/java/org/apache/http/nio/integration/TestHttpAsyncHandlers.java
|
sed -i '/Thread.sleep/s/100/2000/' httpcore-nio/src/test/java/org/apache/http/nio/integration/TestHttpAsyncHandlers.java
|
||||||
|
|
||||||
%pom_remove_plugin :maven-checkstyle-plugin
|
%pom_remove_plugin :maven-checkstyle-plugin
|
||||||
%pom_remove_plugin :apache-rat-plugin
|
%pom_remove_plugin :apache-rat-plugin
|
||||||
@ -89,6 +90,9 @@ done
|
|||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 19 2017 Michael Simacek <msimacek@redhat.com> - 4.4.7-1
|
||||||
|
- Update to upstream version 4.4.7
|
||||||
|
|
||||||
* Fri Sep 15 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.4.6-5
|
* Fri Sep 15 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.4.6-5
|
||||||
- Try to workaround test failures on ARM
|
- Try to workaround test failures on ARM
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (httpcomponents-core-4.4.6-src.tar.gz) = c74edc366351ba7d65205f9d1d22732bfbcd1d7be4bd503be488c9e8cd78d2808db8cfbd79c7236ccae1840eea3de80717264ca4f3c6bfca482c655129f9265c
|
SHA512 (httpcomponents-core-4.4.7-src.tar.gz) = 707d80c823327020b55d64b76a1a3b9a725ae9e8376da27e1a98b27ba144a7479aa042f8da04f29567909bf51e622017fa09678783595e4a517946bac134a2f7
|
||||||
|
Loading…
Reference in New Issue
Block a user