From 6ce5103678941b8b1624fc22a86cd3f78a47e399 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Feb 2015 13:34:26 +0100 Subject: php-pecl-http: 2.2.1 (stable) --- php-pecl-http.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php-pecl-http.spec') 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 - 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 -- cgit