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 b5342b2..4a2efac 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