From 7223d96045bbeabda83cd3ea2195d59807c5c91b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Nov 2015 19:45:22 +0100 Subject: php-pecl-mongo: 1.6.12 --- REFLECTION | 6 +++--- php-pecl-mongo.spec | 11 +++++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/REFLECTION b/REFLECTION index 223723a..a1e5b01 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #190 mongo version 1.6.11 ] { +Extension [ extension #200 mongo version 1.6.12 ] { - Dependencies { Dependency [ openssl (Optional) ] @@ -77,7 +77,7 @@ Extension [ extension #190 mongo version 1.6.11 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.6.11 } + Constant [ string VERSION ] { 1.6.12 } Constant [ string RP_PRIMARY ] { primary } Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred } Constant [ string RP_SECONDARY ] { secondary } @@ -213,7 +213,7 @@ Extension [ extension #190 mongo version 1.6.11 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.6.11 } + Constant [ string VERSION ] { 1.6.12 } Constant [ string RP_PRIMARY ] { primary } Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred } Constant [ string RP_SECONDARY ] { secondary } diff --git a/php-pecl-mongo.spec b/php-pecl-mongo.spec index 5738c3f..60b04ed 100644 --- a/php-pecl-mongo.spec +++ b/php-pecl-mongo.spec @@ -20,10 +20,10 @@ %global with_zts 0%{?__ztsphp:1} #global prever RC3 # see https://github.com/mongodb/mongo-php-driver/releases -%global gh_commit e9a467683d83580281edeab3f6ddc09771a3cda0 +%global gh_commit 0eda9d118cf40017bc442b9bf32ad5d60b9ec11f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner mongodb -%global gh_project mongo-php-driver +%global gh_project mongo-php-driver-legacy %global with_tests %{?_with_tests:1}%{!?_with_tests:0} %if "%{php_version}" < "5.6" # After json @@ -35,7 +35,7 @@ Summary: PHP MongoDB database driver Name: %{?scl_prefix}php-pecl-mongo -Version: 1.6.11 +Version: 1.6.12 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: ASL 2.0 Group: Development/Languages @@ -94,7 +94,7 @@ MongoDB database in PHP. Documentation: http://php.net/mongo -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. %prep @@ -246,6 +246,9 @@ rm -rf data %changelog +* Wed Nov 25 2015 Remi Collet - 1.6.12-1 +- update to 1.6.12 (stable) + * Tue Aug 25 2015 Remi Collet - 1.6.11-1 - update to 1.6.11 (stable) -- cgit