diff options
-rw-r--r-- | php-pecl-hprose.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-hprose.spec b/php-pecl-hprose.spec index aed0eaa..7fb6d54 100644 --- a/php-pecl-hprose.spec +++ b/php-pecl-hprose.spec @@ -27,7 +27,7 @@ Summary: Hprose for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.6.5 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -247,6 +247,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.6.5-2 +- rebuild for PHP 7.1 new API version + * Fri Jun 10 2016 Remi Collet <remi@fedoraproject.org> - 1.6.5-1 - Update to 1.6.5 |