Update to upstream version 4.4.12
This commit is contained in:
parent
1def138570
commit
7f9d4cb7f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@ httpcomponents-core-4.1.4-src.tar.gz
|
||||
/httpcomponents-core-4.4.9-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
|
||||
|
@ -1,7 +1,7 @@
|
||||
Name: httpcomponents-core
|
||||
Summary: Set of low level Java HTTP transport components for HTTP services
|
||||
Version: 4.4.11
|
||||
Release: 2%{?dist}
|
||||
Version: 4.4.12
|
||||
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
|
||||
@ -12,13 +12,11 @@ BuildArch: noarch
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(commons-logging:commons-logging)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.apache.httpcomponents:httpcomponents-parent:pom:)
|
||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
BuildRequires: mvn(org.mockito:mockito-core)
|
||||
|
||||
|
||||
%description
|
||||
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
|
||||
@ -88,6 +86,9 @@ done
|
||||
%doc README.txt RELEASE_NOTES.txt
|
||||
|
||||
%changelog
|
||||
* Mon Sep 16 2019 Marian Koncek <mkoncek@redhat.com> - 4.4.12-1
|
||||
- Update to upstream version 4.4.12
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.4.11-2
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (httpcomponents-core-4.4.11-src.tar.gz) = bc70f1c12df290b68afe0d29eba07edb5b9cda2fa1c6802fbb0d1e3906104ea6273caafbcdb9123c138db8236efa983b76d6708992d02e2690ad9a3c6e20b5f3
|
||||
SHA512 (httpcomponents-core-4.4.12-src.tar.gz) = 30eac1881973f4e6a48b53e3ff69bbd6990344ea0d5f86ab953042058d1f0f0fdc96280ea668a6839b5e66b4b045140aca7cc88b240b568d9823a21fb23dd432
|
||||
|
Loading…
Reference in New Issue
Block a user