diff --git a/.gitignore b/.gitignore index 4a2240f..f4135f8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ httpcomponents-core-4.1.4-src.tar.gz /httpcomponents-core-4.2.3-src.tar.gz /httpcomponents-core-4.2.4-src.tar.gz /httpcomponents-core-4.3-src.tar.gz +/httpcomponents-core-4.3.2-src.tar.gz diff --git a/httpcomponents-core.spec b/httpcomponents-core.spec index d1c6ac7..b2d4aa8 100644 --- a/httpcomponents-core.spec +++ b/httpcomponents-core.spec @@ -2,7 +2,7 @@ Name: httpcomponents-core Summary: Set of low level Java HTTP transport components for HTTP services -Version: 4.3 +Version: 4.3.2 Release: 1%{?dist} # The project is licensed under ASL 2.0, but it contains annotations # in the package org.apache.http.annotation which are derived @@ -90,6 +90,9 @@ done %doc LICENSE.txt NOTICE.txt %changelog +* Mon May 12 2014 Mikolaj Izdebski - 4.3.2-1 +- Update to upstream version 4.3.2 + * Tue Sep 03 2013 Michal Srb - 4.3-1 - Update to upstream version 4.3 diff --git a/sources b/sources index 512bb99..5dd06ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d97636e1d0f56c97771552933cd4729 httpcomponents-core-4.3-src.tar.gz +8c42ed1bb4a5b9e8623dea0d5bf94b5a httpcomponents-core-4.3.2-src.tar.gz