diff --git a/.gitignore b/.gitignore index 5f7276a..25dccd4 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec index e116c1c..5d1ac73 100644 --- a/httpcomponents-client.spec +++ b/httpcomponents-client.spec @@ -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 - 4.3.3-1 +- Update to upstream version 4.3.3 + * Mon Jan 20 2014 Mikolaj Izdebski - 4.3.2-1 - Update to upstream version 4.3.2 diff --git a/sources b/sources index 6a9fe68..05b6418 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ba3db2df0bd4158ddb9ef728a8b2a04 httpcomponents-client-4.3.2-src.tar.gz +1b01b3cff325157d945d6d1cafa13a93 httpcomponents-client-4.3.3-src.tar.gz