From c3bfc02de7cde71497dfcd3e8cc7b0da2c86c8e6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Oct 2016 07:22:51 +0200 Subject: php-pecl-mongodb: 1.1.9 (no change) --- REFLECTION | 4 ++-- php-pecl-mongodb.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index 4a78604..a868c09 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #137 mongodb version 1.1.8 ] { +Extension [ extension #89 mongodb version 1.1.9 ] { - INI { Entry [ mongodb.debug ] @@ -7,7 +7,7 @@ Extension [ extension #137 mongodb version 1.1.8 ] { } - Constants [3] { - Constant [ string MONGODB_VERSION ] { 1.1.8 } + Constant [ string MONGODB_VERSION ] { 1.1.9 } Constant [ string MONGODB_STABILITY ] { stable } Constant [ string BSON_NAMESPACE ] { MongoDB\BSON } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index ee287cb..8f55874 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -40,8 +40,8 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.1.8 -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.1.9 +Release: 1%{?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 +* Fri Oct 21 2016 Remi Collet - 1.1.9-1 +- Update to 1.1.9 (no change) + * Wed Sep 14 2016 Remi Collet - 1.1.8-5 - rebuild for PHP 7.1 new API version -- cgit