Update to upstream version 4.3.3
This commit is contained in:
parent
066d51d95a
commit
db4f2f8873
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ httpcomponents-client-4.1-src.tar.gz
|
||||
/httpcomponents-client-4.3-src.tar.gz
|
||||
/httpcomponents-client-4.3.1-src.tar.gz
|
||||
/httpcomponents-client-4.3.2-src.tar.gz
|
||||
/httpcomponents-client-4.3.3-src.tar.gz
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
Name: httpcomponents-client
|
||||
Summary: HTTP agent implementation based on httpcomponents HttpCore
|
||||
Version: 4.3.2
|
||||
Version: 4.3.3
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
URL: http://hc.apache.org/
|
||||
Source0: http://archive.apache.org/dist/httpcomponents/httpclient/source/%{name}-%{version}-src.tar.gz
|
||||
Source0: http://www.apache.org/dist/httpcomponents/httpclient/source/%{name}-%{version}-src.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -45,7 +45,7 @@ Summary: API documentation for %{name}
|
||||
%pom_remove_plugin :docbkx-maven-plugin
|
||||
%pom_remove_plugin :clirr-maven-plugin
|
||||
%pom_remove_plugin :maven-checkstyle-plugin
|
||||
%{!?fedora: %pom_remove_dep :mockito-core httpclient}
|
||||
%pom_remove_dep :mockito-core httpclient
|
||||
|
||||
# Add proper Apache felix bundle plugin instructions
|
||||
# so that we get a reasonable OSGi manifest.
|
||||
@ -110,6 +110,9 @@ done
|
||||
%doc LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Fri Feb 28 2014 Michael Simacek <msimacek@redhat.com> - 4.3.3-1
|
||||
- Update to upstream version 4.3.3
|
||||
|
||||
* Mon Jan 20 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.3.2-1
|
||||
- Update to upstream version 4.3.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user