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 | 4ddf2ee1e134af3990bb3c57a3e3a807977c1c0d (patch) | |
| tree | 92204a081954b6c44515d761aaf470ace80e77f7 | |
| parent | e81a02e8dacf1be339756c8c5d8a9f3154ec9e65 (diff) | |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
| -rw-r--r-- | php-pecl-ds.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index 0cd6d0f..31804fd 100644 --- a/php-pecl-ds.spec +++ b/php-pecl-ds.spec @@ -30,7 +30,7 @@  Summary:        Data Structures for PHP  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.1.6 -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} @@ -225,6 +225,9 @@ cd ..  %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.1.6-2 +- rebuild for PHP 7.1 new API version +  * Sun Sep 04 2016 Remi Collet <remi@fedoraproject.org> - 1.1.6-1  - Update to 1.1.6  | 
