diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-04-09 15:59:12 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-04-09 15:59:12 +0200 |
commit | 903763200a03cd412dfd2eb2712f966e25e2f5fe (patch) | |
tree | d52aec04e25faf85a2c9d5c66b111089c1ae5356 | |
parent | 3791c00265f5335ad0efbba98b88737cc500308f (diff) |
php-pecl-hprose: 1.4.0
-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.3.2 ] { +Extension [ <persistent> extension #98 hprose version 1.4.0 ] { - Functions { Function [ <internal:hprose> function hprose_serialize ] { diff --git a/php-pecl-hprose.spec b/php-pecl-hprose.spec index 57a3567..5006922 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.3.2 +Version: 1.4.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: MIT Group: Development/Languages @@ -237,6 +237,9 @@ rm -rf %{buildroot} %changelog +* Thu Apr 09 2015 Remi Collet <remi@fedoraproject.org> - 1.4.0-1 +- Update to 1.4.0 + * Thu Apr 09 2015 Remi Collet <remi@fedoraproject.org> - 1.3.2-1 - Update to 1.3.2 |