diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-05-13 22:29:23 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-05-13 22:29:23 +0200 |
commit | b260d042e7a576e36c340ac9ef7a237453d2658d (patch) | |
tree | 56f579dc9c19f2f7ce9f05a47f163e86e065ee37 | |
parent | 630244a4f6180e953a08703ea1c3ee0909c21b57 (diff) |
php-pecl-hprose: 1.5.3
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-hprose.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #98 hprose version 1.5.2 ] { +Extension [ <persistent> extension #98 hprose version 1.5.3 ] { - Functions { Function [ <internal:hprose> function hprose_serialize ] { diff --git a/php-pecl-hprose.spec b/php-pecl-hprose.spec index 2c77535..6ee966b 100644 --- a/php-pecl-hprose.spec +++ b/php-pecl-hprose.spec @@ -22,7 +22,7 @@ Summary: Hprose for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.5.2 +Version: 1.5.3 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: MIT Group: Development/Languages @@ -239,6 +239,9 @@ rm -rf %{buildroot} %changelog +* Wed May 13 2015 Remi Collet <remi@fedoraproject.org> - 1.5.3-1 +- Update to 1.5.3 + * Mon May 11 2015 Remi Collet <remi@fedoraproject.org> - 1.5.2-1 - Update to 1.5.2 |