Update to upstream version 4.4.8
This commit is contained in:
parent
67c78d7c55
commit
7e1d3745d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ httpcomponents-core-4.1.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
|
/httpcomponents-core-4.4.7-src.tar.gz
|
||||||
|
/httpcomponents-core-4.4.8-src.tar.gz
|
||||||
|
@ -1,23 +1,22 @@
|
|||||||
%global base_name httpcomponents
|
Name: httpcomponents-core
|
||||||
|
Summary: Set of low level Java HTTP transport components for HTTP services
|
||||||
Name: httpcomponents-core
|
Version: 4.4.8
|
||||||
Summary: Set of low level Java HTTP transport components for HTTP services
|
Release: 1%{?dist}
|
||||||
Version: 4.4.7
|
License: ASL 2.0
|
||||||
Release: 1%{?dist}
|
URL: http://hc.apache.org/
|
||||||
License: ASL 2.0
|
Source0: http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-%{version}-src.tar.gz
|
||||||
URL: http://hc.apache.org/
|
BuildArch: noarch
|
||||||
Source0: http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-%{version}-src.tar.gz
|
|
||||||
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.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:httpcomponents-parent:pom:)
|
||||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
BuildRequires: mvn(org.mockito:mockito-core)
|
BuildRequires: mvn(org.mockito:mockito-core)
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
HttpCore is a set of low level HTTP transport components that can be
|
HttpCore is a set of low level HTTP transport components that can be
|
||||||
used to build custom client and server side HTTP services with a
|
used to build custom client and server side HTTP services with a
|
||||||
@ -90,6 +89,9 @@ done
|
|||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 22 2017 Michael Simacek <msimacek@redhat.com> - 4.4.8-1
|
||||||
|
- Update to upstream version 4.4.8
|
||||||
|
|
||||||
* Tue Sep 19 2017 Michael Simacek <msimacek@redhat.com> - 4.4.7-1
|
* Tue Sep 19 2017 Michael Simacek <msimacek@redhat.com> - 4.4.7-1
|
||||||
- Update to upstream version 4.4.7
|
- Update to upstream version 4.4.7
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (httpcomponents-core-4.4.7-src.tar.gz) = 707d80c823327020b55d64b76a1a3b9a725ae9e8376da27e1a98b27ba144a7479aa042f8da04f29567909bf51e622017fa09678783595e4a517946bac134a2f7
|
SHA512 (httpcomponents-core-4.4.8-src.tar.gz) = 74d1fafd7554b9387dfb4fae36543b9833f1703954818de22a6598a43516434f0fc9e185e4ec75c085fa51000503b34fea973d8c2152145bfe26f8cc0dfbef02
|
||||||
|
Loading…
Reference in New Issue
Block a user