diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
commit | 115897c0ea8f09c481c49187eed5c4642cc5c361 (patch) | |
tree | 62c8827b200f10e273c79f52653742a56ca91c93 | |
parent | 66a6711ebdfaccb0e6fc6ebe1e475a4ae67140c2 (diff) |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
-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 |