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 | 07704ea69c640c5d6b01be9dff575acab2ed8489 (patch) | |
tree | 06167b2102598888e119b5eb6c8157b071f51318 | |
parent | c0a3bd3b11268297c2214b89f0b8396c62aec557 (diff) |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
-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 ae4cd1f..ee287cb 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.1.8 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?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} @@ -317,6 +317,9 @@ exit $ret %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.1.8-5 +- rebuild for PHP 7.1 new API version + * Tue Jul 19 2016 Remi Collet <remi@fedoraproject.org> - 1.1.8-4 - License is ASL 2.0, from review #1269056 |