diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-07 13:37:15 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-07 13:37:15 +0100 |
commit | 24de1834293afda5440cda6229b785e977d7da00 (patch) | |
tree | 50e22d65beb911e2e91ae07a0fc7fef8ca5a4361 | |
parent | e9ce0e6ef0743a38aad75d8d577e8ef9c016bfcd (diff) |
php-pecl-http: 2.5.5
-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 #189 http version 2.5.3 ] { +Extension [ <persistent> extension #190 http version 2.5.5 ] { - Dependencies { Dependency [ raphf (Required) ] diff --git a/php-pecl-http.spec b/php-pecl-http.spec index d67bfe2..60a51fd 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.3 +Version: 2.5.5 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 +* Mon Dec 7 2015 Remi Collet <remi@fedoraproject.org> - 2.5.5-1 +- Update to 2.5.5 (stable) + * Fri Sep 25 2015 Remi Collet <remi@fedoraproject.org> - 2.5.3-1 - Update to 2.5.3 (stable) |