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 | f024789c8d0041f1ee72d97358620307221dff31 (patch) | |
| tree | aa221ae7cf843666a9ddaf07e9b801fdb80f8e62 | |
| parent | a2c96652c91b7af429039d68165032aa628c71b8 (diff) | |
PHP 7.1 mass rebuild part #2
| -rw-r--r-- | php-pecl-mongodb.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 12e1326..a3da29b 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -41,7 +41,7 @@  Summary:        MongoDB driver for PHP  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.2.0 -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:        ASL 2.0  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -331,6 +331,9 @@ exit $ret  %changelog +* Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 1.2.0-2 +- rebuild with PHP 7.1.0 GA +  * Tue Nov 29 2016 Remi Collet <remi@fedoraproject.org> - 1.2.0-1  - update to 1.2.0  - internal dependency on date, json, spl and standard  | 
