From 7473ac2acfc0b30980506b869c86bb298edca982 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Jul 2014 15:30:29 +0200 Subject: php-pecl-http: 2.0.7 --- REFLECTION | 2 +- php-pecl-http.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index f13b2c6..1b9ff70 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #155 http version 2.0.6 ] { +Extension [ extension #164 http version 2.0.7 ] { - Dependencies { Dependency [ raphf (Required) ] diff --git a/php-pecl-http.spec b/php-pecl-http.spec index afb333d..3bba98a 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -26,8 +26,8 @@ %endif Name: %{?scl_prefix}php-pecl-http -Version: 2.0.6 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 2.0.7 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: Extended HTTP support License: BSD @@ -291,6 +291,9 @@ rm -rf %{buildroot} %changelog +* Fri Jul 11 2014 Remi Collet - 2.0.7-1 +- Update to 2.0.7 + * Wed May 14 2014 Remi Collet - 2.0.6-2 - php56: obsoletes php-pecl-http1 -- cgit