From 7be523ef7ccdb7277fa336dfa20defad5f7beac4 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Mon, 25 Mar 2013 09:48:07 +0100 Subject: [PATCH] Update to upstream version 4.2.4 --- .gitignore | 1 + httpcomponents-core.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f088db7..e43dd68 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ httpcomponents-core-4.1.4-src.tar.gz /httpcomponents-core-4.2.1-src.tar.gz /httpcomponents-core-4.2.3-src.tar.gz +/httpcomponents-core-4.2.4-src.tar.gz diff --git a/httpcomponents-core.spec b/httpcomponents-core.spec index 48574ab..2d027e2 100644 --- a/httpcomponents-core.spec +++ b/httpcomponents-core.spec @@ -2,8 +2,8 @@ Name: httpcomponents-core Summary: Set of low level Java HTTP transport components for HTTP services -Version: 4.2.3 -Release: 3%{?dist} +Version: 4.2.4 +Release: 1%{?dist} Group: Development/Libraries License: ASL 2.0 URL: http://hc.apache.org/ @@ -116,6 +116,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name} %doc %{_javadocdir}/%{name} %changelog +* Mon Mar 25 2013 Michal Srb - 4.2.4-1 +- Update to upstream version 4.2.4 + * Mon Feb 25 2013 Mikolaj Izdebski - 4.2.3-3 - Add missing BR: maven-local diff --git a/sources b/sources index 811cdce..529235b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83e526329fa0aca541f715df91598ed1 httpcomponents-core-4.2.3-src.tar.gz +50e6ffa0b3c4e9e2071539c23bb622ff httpcomponents-core-4.2.4-src.tar.gz