diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-09-17 06:55:42 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-09-17 06:55:42 +0200 | 
| commit | d018474aa6f40d4671072fad9c85dd48472ae564 (patch) | |
| tree | 13cc74c667a8bd8b58361421dc1508d39ba59ec1 | |
| parent | 9141538fccbaf7f20efd2b9cc7ef469d29e7b629 (diff) | |
php-pecl-mongo: 1.5.7
| -rw-r--r-- | REFLECTION | 6 | ||||
| -rw-r--r-- | php-pecl-mongo.spec | 7 | 
2 files changed, 8 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #173 mongo version 1.5.6 ] { +Extension [ <persistent> extension #173 mongo version 1.5.7 ] {    - Dependencies {      Dependency [ openssl (Optional) ] @@ -76,7 +76,7 @@ Extension [ <persistent> extension #173 mongo version 1.5.6 ] {        - Constants [8] {          Constant [ string DEFAULT_HOST ] { localhost }          Constant [ integer DEFAULT_PORT ] { 27017 } -        Constant [ string VERSION ] { 1.5.6 } +        Constant [ string VERSION ] { 1.5.7 }          Constant [ string RP_PRIMARY ] { primary }          Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred }          Constant [ string RP_SECONDARY ] { secondary } @@ -212,7 +212,7 @@ Extension [ <persistent> extension #173 mongo version 1.5.6 ] {        - Constants [8] {          Constant [ string DEFAULT_HOST ] { localhost }          Constant [ integer DEFAULT_PORT ] { 27017 } -        Constant [ string VERSION ] { 1.5.6 } +        Constant [ string VERSION ] { 1.5.7 }          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 e08c319..6befa55 100644 --- a/php-pecl-mongo.spec +++ b/php-pecl-mongo.spec @@ -6,7 +6,7 @@  %global pecl_name   mongo  %global with_zts    0%{?__ztsphp:1}  #global prever      RC2 -%global gh_commit   e79ddd583601cb476d7c2fe87298a4e2e4f4d1a8 +%global gh_commit   859d92201ed3e354912e1a3255f66fbb5d7df1be  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner    mongodb  %global gh_project  mongo-php-driver @@ -21,7 +21,7 @@  Summary:      PHP MongoDB database driver  Name:         %{?scl_prefix}php-pecl-mongo -Version:      1.5.6 +Version:      1.5.7  Release:      1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:      ASL 2.0  Group:        Development/Languages @@ -219,6 +219,9 @@ rm -rf data  %changelog +* Tue Sep 16 2014 Remi Collet <remi@fedoraproject.org> - 1.5.7-1 +- Update to 1.5.7 (stable) +  * Tue Sep 16 2014 Remi Collet <remi@fedoraproject.org> - 1.5.6-1  - Update to 1.5.6 (stable)  | 
