diff options
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-mongodb-dev.spec | 6 | ||||
| -rw-r--r-- | php-pecl-mongodb.spec | 7 | 
3 files changed, 11 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #131 mongodb version 1.1.5 ] { +Extension [ <persistent> extension #201 mongodb version 1.1.6 ] {    - INI {      Entry [ mongodb.debug <ALL> ] @@ -7,7 +7,7 @@ Extension [ <persistent> 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 <remi@fedoraproject.org> - 1.1.6-1 +- Update to 1.1.6 +  * Thu Mar 31 2016 Remi Collet <remi@fedoraproject.org> - 1.1.5-3  - load after smbclient to workaround    https://jira.mongodb.org/browse/PHPC-658  | 
