From 549be3a69207024653ea9eeacd0fd6e70f1d839b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Jul 2015 12:37:06 +0200 Subject: php-pecl-http: 2.5.1 --- REFLECTION | 2 +- php-pecl-http.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/REFLECTION b/REFLECTION index 61c6034..febb371 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #183 http version 2.5.0 ] { +Extension [ extension #183 http version 2.5.1 ] { - Dependencies { Dependency [ raphf (Required) ] diff --git a/php-pecl-http.spec b/php-pecl-http.spec index f9fc71f..c1a37fc 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -44,7 +44,7 @@ #global prever RC1 Name: %{?sub_prefix}php-pecl-http -Version: 2.5.0 +Version: 2.5.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Extended HTTP support @@ -365,6 +365,9 @@ rm -rf %{buildroot} %changelog +* Tue Jul 28 2015 Remi Collet - 2.5.1-1 +- Update to 2.5.1 (stable) + * Thu Jul 9 2015 Remi Collet - 2.5.0-1 - update to 2.5.0 -- cgit