From c7bd9731c53d4b821991b06a5361ff581707e402 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Feb 2015 09:41:07 +0100 Subject: [PATCH] update to 2.2.1 (cherry picked from commit 8b782d74ee69a14528fba6c573daa6f9577a76ef) --- .gitignore | 1 + php-pecl-http.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b6a4429..04c4e59 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ php-pecl-http.spec~ /pecl_http-2.1.1.tgz /pecl_http-2.1.4.tgz /pecl_http-2.2.0.tgz +/pecl_http-2.2.1.tgz diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 587d7a5..0375a3d 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -2,7 +2,7 @@ # # Copyright (c) 2012-2015 Remi Collet # License: CC-BY-SA -# http://creativecommons.org/licenses/by-sa/3.0/ +# http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # @@ -25,7 +25,7 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-pecl-http -Version: 2.2.0 +Version: 2.2.1 Release: 1%{?dist} Summary: Extended HTTP support @@ -278,6 +278,9 @@ fi %changelog +* Mon Feb 9 2015 Remi Collet - 2.2.1-1 +- Update to 2.2.1 (stable) + * Tue Jan 27 2015 Remi Collet - 2.2.0-1 - Update to 2.2.0 (stable) - add dependency on libidn diff --git a/sources b/sources index abc843c..4646100 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ca2d25f34970c668d916be1b3463b5c0 pecl_http-2.2.0.tgz +806281757a6d3bcdc1396d89b380c922 pecl_http-2.2.1.tgz