diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-02-09 13:34:26 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-02-09 13:34:26 +0100 |
commit | 6ce5103678941b8b1624fc22a86cd3f78a47e399 (patch) | |
tree | 77d17131258bf44b9da163026bb7fd8f57bcd5d5 | |
parent | 84c27a979edc69f25785a4f49df933d14e562400 (diff) |
php-pecl-http: 2.2.1 (stable)
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-http.spec | 9 |
2 files changed, 6 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #168 http version 2.2.0 ] { +Extension [ <persistent> extension #168 http version 2.2.1 ] { - Dependencies { Dependency [ raphf (Required) ] diff --git a/php-pecl-http.spec b/php-pecl-http.spec index af8dad0..e89fd31 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 # @@ -28,7 +28,7 @@ #global prever RC1 Name: %{?scl_prefix}php-pecl-http -Version: 2.2.0 +Version: 2.2.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: Extended HTTP support @@ -74,8 +74,6 @@ BuildRequires: libevent-devel > 1.4 %endif %endif -Requires(post): %{__pecl} -Requires(postun): %{__pecl} Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} %if "%{php_version}" < "5.4" @@ -338,6 +336,9 @@ rm -rf %{buildroot} %changelog +* Mon Feb 09 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 - Update to 2.2.0 (stable) - add dependency on libidn |