diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-04-26 19:28:15 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-04-26 19:28:15 +0200 | 
| commit | 3d9452ab6bac111e67c293e9544a37befb0eb8e5 (patch) | |
| tree | 6f85c4727cfcd84187e5f9eaea015daaa97d78de | |
| parent | 8d98c173810db1a413a9ec953c7aafe42073248f (diff) | |
php-pecl-mongo: 1.6.14
| -rw-r--r-- | REFLECTION | 6 | ||||
| -rw-r--r-- | php-pecl-mongo.spec | 9 | 
2 files changed, 10 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #200 mongo version 1.6.13 ] { +Extension [ <persistent> extension #200 mongo version 1.6.14 ] {    - Dependencies {      Dependency [ openssl (Optional) ] @@ -77,7 +77,7 @@ Extension [ <persistent> extension #200 mongo version 1.6.13 ] {        - Constants [8] {          Constant [ string DEFAULT_HOST ] { localhost }          Constant [ integer DEFAULT_PORT ] { 27017 } -        Constant [ string VERSION ] { 1.6.13 } +        Constant [ string VERSION ] { 1.6.14 }          Constant [ string RP_PRIMARY ] { primary }          Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred }          Constant [ string RP_SECONDARY ] { secondary } @@ -213,7 +213,7 @@ Extension [ <persistent> extension #200 mongo version 1.6.13 ] {        - Constants [8] {          Constant [ string DEFAULT_HOST ] { localhost }          Constant [ integer DEFAULT_PORT ] { 27017 } -        Constant [ string VERSION ] { 1.6.13 } +        Constant [ string VERSION ] { 1.6.14 }          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 1ef230a..c55a641 100644 --- a/php-pecl-mongo.spec +++ b/php-pecl-mongo.spec @@ -17,7 +17,7 @@  %global with_zts    0%{?__ztsphp:1}  #global prever      RC3  # see https://github.com/mongodb/mongo-php-driver-legacy/releases -%global gh_commit   74311ca47770e979adb712e0f4b01b380f9f1ecb +%global gh_commit   0b2945e4d96ad9407b68cd9ac403e5824b3f364e  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner    mongodb  %global gh_project  mongo-php-driver-legacy @@ -32,7 +32,7 @@  Summary:      PHP MongoDB database driver  Name:         %{?scl_prefix}php-pecl-mongo -Version:      1.6.13 +Version:      1.6.14  Release:      1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:      ASL 2.0  Group:        Development/Languages @@ -61,8 +61,10 @@ Provides:     %{?scl_prefix}php-%{pecl_name}               = %{version}  Provides:     %{?scl_prefix}php-%{pecl_name}%{?_isa}       = %{version}  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 @@ -250,6 +252,9 @@ rm -rf data  %changelog +* Tue Apr 26 2016 Remi Collet <remi@fedoraproject.org> - 1.6.14-1 +- update to 1.6.14 (stable) +  * Fri Mar 18 2016 Remi Collet <remi@fedoraproject.org> - 1.6.13-1  - update to 1.6.13 (stable)  | 
