diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-25 15:56:38 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-25 15:56:38 +0200 |
commit | 733fceec99724282c0b665392031e0cdaffd28ef (patch) | |
tree | 9eeda01db4aaa8f9de7b7c6f4b5216c214d8b618 | |
parent | d7ef83b564ac246c17cfd519326c9981389cd629 (diff) |
php-pecl-http: 2.5.3
-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 #187 http version 2.5.2 ] { +Extension [ <persistent> extension #189 http version 2.5.3 ] { - Dependencies { Dependency [ raphf (Required) ] diff --git a/php-pecl-http.spec b/php-pecl-http.spec index e6c5458..d67bfe2 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.2 +Version: 2.5.3 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 +* Fri Sep 25 2015 Remi Collet <remi@fedoraproject.org> - 2.5.3-1 +- Update to 2.5.3 (stable) + * Thu Sep 10 2015 Remi Collet <remi@fedoraproject.org> - 2.5.2-1 - Update to 2.5.2 (stable) |