From 68115df2abdb36bc1679f13ac89cff24447b8673 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Apr 2016 06:28:21 +0200 Subject: php-pecl-mongodb: 1.1.6 --- REFLECTION | 4 ++-- php-pecl-mongodb-dev.spec | 6 ++++-- php-pecl-mongodb.spec | 7 +++++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/REFLECTION b/REFLECTION index 66b4c14..c083c71 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #131 mongodb version 1.1.5 ] { +Extension [ extension #201 mongodb version 1.1.6 ] { - INI { Entry [ mongodb.debug ] @@ -7,7 +7,7 @@ Extension [ extension #131 mongodb version 1.1.5 ] { } - Constants [3] { - Constant [ string MONGODB_VERSION ] { 1.1.5 } + Constant [ string MONGODB_VERSION ] { 1.1.6 } Constant [ string MONGODB_STABILITY ] { stable } Constant [ string BSON_NAMESPACE ] { MongoDB\BSON } } diff --git a/php-pecl-mongodb-dev.spec b/php-pecl-mongodb-dev.spec index e6d8182..9967038 100644 --- a/php-pecl-mongodb-dev.spec +++ b/php-pecl-mongodb-dev.spec @@ -22,8 +22,8 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.1.5 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.1.6 +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -46,8 +46,10 @@ Requires: mongo-c-driver%{?_isa} >= %{buildver} # Don't provide php-mongodb which is the pure PHP library Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +%if "%{?scl_prefix}" != "%{?sub_prefix}" Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} +%endif %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} # Other third party repo stuff diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index d04b679..c7b053b 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -22,8 +22,8 @@ Summary: MongoDB driver for PHP Name: php-pecl-%{pecl_name} -Version: 1.1.5 -Release: 3%{?dist} +Version: 1.1.6 +Release: 1%{?dist} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -194,6 +194,9 @@ cd ../ZTS %changelog +* Thu Apr 07 2016 Remi Collet - 1.1.6-1 +- Update to 1.1.6 + * Thu Mar 31 2016 Remi Collet - 1.1.5-3 - load after smbclient to workaround https://jira.mongodb.org/browse/PHPC-658 -- cgit