diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 | 
| commit | 0fdd5a03d46da0dc9fbed7b7e6eb68d943445498 (patch) | |
| tree | efaade35414278cdf7df395e75d4497f84a43548 | |
| parent | af783559be59c98e0330956fc34321fd01ee12d2 (diff) | |
PHP 7.1 mass rebuild part #2
| -rw-r--r-- | php-pecl-bitset-php7.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/php-pecl-bitset-php7.spec b/php-pecl-bitset-php7.spec index 1dde647..bf95b86 100644 --- a/php-pecl-bitset-php7.spec +++ b/php-pecl-bitset-php7.spec @@ -16,7 +16,7 @@  Summary:        BITSET library  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        3.0.0 -Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        PHP  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -204,6 +204,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 3.0.0-3 +- rebuild with PHP 7.1.0 GA +  * Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 3.0.0-2  - rebuild for PHP 7.1 new API version | 
