Update to upstream version 4.4.5
This commit is contained in:
parent
e2a24b81ad
commit
26354fd5fe
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ httpcomponents-core-4.1.4-src.tar.gz
|
|||||||
/httpcomponents-core-4.4.2-src.tar.gz
|
/httpcomponents-core-4.4.2-src.tar.gz
|
||||||
/httpcomponents-core-4.4.3-src.tar.gz
|
/httpcomponents-core-4.4.3-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
|
||||||
|
@ -6,8 +6,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.4
|
Version: 4.4.5
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
# The project is licensed under ASL 2.0, but it contains annotations
|
# The project is licensed under ASL 2.0, but it contains annotations
|
||||||
# in the package org.apache.http.annotation which are derived
|
# in the package org.apache.http.annotation which are derived
|
||||||
# from JCIP-ANNOTATIONS project (CC-BY licensed)
|
# from JCIP-ANNOTATIONS project (CC-BY licensed)
|
||||||
@ -20,7 +20,6 @@ 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.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.apache.httpcomponents:httpcore)
|
|
||||||
BuildRequires: mvn(org.apache.httpcomponents:project:pom:)
|
BuildRequires: mvn(org.apache.httpcomponents:project:pom:)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||||
BuildRequires: mvn(org.apache.rat:apache-rat-plugin)
|
BuildRequires: mvn(org.apache.rat:apache-rat-plugin)
|
||||||
@ -93,6 +92,9 @@ done
|
|||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 23 2016 Michael Simacek <msimacek@redhat.com> - 4.4.5-1
|
||||||
|
- Update to upstream version 4.4.5
|
||||||
|
|
||||||
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.4.4-3
|
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.4.4-3
|
||||||
- Regenerate build-requires
|
- Regenerate build-requires
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user