diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-04-03 15:43:05 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-04-03 15:43:05 +0200 |
commit | fd625bd2f9aaf79be4f0e5a4be6d492d52751564 (patch) | |
tree | 6e4d773f3212ede9f72fc7fc85721200dbc99159 | |
parent | be4a95486d5babe112bcb7da200c05dc40d1456c (diff) |
php-pecl-http: 2.4.2
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-http.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #180 http version 2.4.1 ] { +Extension [ <persistent> extension #181 http version 2.4.2 ] { - Dependencies { Dependency [ raphf (Required) ] diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 2282f70..94c3a2a 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -33,7 +33,7 @@ #global prever RC1 Name: %{?scl_prefix}php-pecl-http -Version: 2.4.1 +Version: 2.4.2 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: Extended HTTP support @@ -350,6 +350,9 @@ rm -rf %{buildroot} %changelog +* Fri Apr 03 2015 Remi Collet <remi@fedoraproject.org> - 2.4.2-1 +- Update to 2.4.2 + * Wed Mar 18 2015 Remi Collet <remi@fedoraproject.org> - 2.4.1-1 - Update to 2.4.1 - add dependencies on pecl/json_post and pecl/apfd |