update to 2.2.1

(cherry picked from commit 8b782d74ee)
This commit is contained in:
Remi Collet 2015-02-09 09:41:07 +01:00
parent aca7dc9f1a
commit ac072d6cb8
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ php-pecl-http.spec~
/pecl_http-2.1.1.tgz /pecl_http-2.1.1.tgz
/pecl_http-2.1.4.tgz /pecl_http-2.1.4.tgz
/pecl_http-2.2.0.tgz /pecl_http-2.2.0.tgz
/pecl_http-2.2.1.tgz

View File

@ -2,7 +2,7 @@
# #
# Copyright (c) 2012-2015 Remi Collet # Copyright (c) 2012-2015 Remi Collet
# License: CC-BY-SA # 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 # Please, preserve the changelog entries
# #
@ -25,7 +25,7 @@
%global with_tests %{?_without_tests:0}%{!?_without_tests:1} %global with_tests %{?_without_tests:0}%{!?_without_tests:1}
Name: php-pecl-http Name: php-pecl-http
Version: 2.2.0 Version: 2.2.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Extended HTTP support Summary: Extended HTTP support
@ -278,6 +278,9 @@ fi
%changelog %changelog
* Mon Feb 9 2015 Remi Collet <remi@fedoraproject.org> - 2.2.1-1
- Update to 2.2.1 (stable)
* Tue Jan 27 2015 Remi Collet <remi@fedoraproject.org> - 2.2.0-1 * Tue Jan 27 2015 Remi Collet <remi@fedoraproject.org> - 2.2.0-1
- Update to 2.2.0 (stable) - Update to 2.2.0 (stable)
- add dependency on libidn - add dependency on libidn

View File

@ -1 +1 @@
ca2d25f34970c668d916be1b3463b5c0 pecl_http-2.2.0.tgz 806281757a6d3bcdc1396d89b380c922 pecl_http-2.2.1.tgz