From 7420eb28d39c12d38704604cd14a0d4c87fc1f2d Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Tue, 26 Jul 2011 19:21:29 +0200 Subject: [PATCH] Update to latest upstream (4.1.2) --- .gitignore | 1 + httpcomponents-core.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 20984b7..d7f36d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /httpcomponents-core-4.1-src.tar.gz /httpcomponents-core-4.1.1-src.tar.gz +/httpcomponents-core-4.1.2-src.tar.gz diff --git a/httpcomponents-core.spec b/httpcomponents-core.spec index b5ea2c3..f1912ee 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.1.1 -Release: 2%{?dist} +Version: 4.1.2 +Release: 1%{?dist} Group: Development/Libraries License: ASL 2.0 URL: http://hc.apache.org/ @@ -85,6 +85,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name} %doc %{_javadocdir}/%{name} %changelog +* Tue Jul 26 2011 Stanislav Ochotnicky - 4.1.2-1 +- Update to latest upstream (4.1.2) + * Mon Jul 4 2011 Stanislav Ochotnicky - 4.1.1-2 - Fix forgotten add_to_maven_depmap diff --git a/sources b/sources index bb42e6f..9558033 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1c19820a649113cc2bee2164e63d5f56 httpcomponents-core-4.1.1-src.tar.gz +d749640a550f6d9440c901ee36b705eb httpcomponents-core-4.1.2-src.tar.gz