summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-02-09 13:10:37 +0100
committerRemi Collet <fedora@famillecollet.com>2015-02-09 13:10:37 +0100
commit6d93a910b1b5d434de2ba85fd0b815c07e47c285 (patch)
tree12cd8260088e8ca0aa54515acbad2e3e58f0aa9f
parent3bc06b45f651f3c731d13075e45aebb19dc0d7e0 (diff)
php-pecl-mongo: 1.6.1
-rw-r--r--REFLECTION6
-rw-r--r--php-pecl-mongo.spec7
2 files changed, 8 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index 4fb4eb4..5327157 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #170 mongo version 1.6.0 ] {
+Extension [ <persistent> extension #170 mongo version 1.6.1 ] {
- Dependencies {
Dependency [ openssl (Optional) ]
@@ -77,7 +77,7 @@ Extension [ <persistent> extension #170 mongo version 1.6.0 ] {
- Constants [8] {
Constant [ string DEFAULT_HOST ] { localhost }
Constant [ integer DEFAULT_PORT ] { 27017 }
- Constant [ string VERSION ] { 1.6.0 }
+ Constant [ string VERSION ] { 1.6.1 }
Constant [ string RP_PRIMARY ] { primary }
Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred }
Constant [ string RP_SECONDARY ] { secondary }
@@ -213,7 +213,7 @@ Extension [ <persistent> extension #170 mongo version 1.6.0 ] {
- Constants [8] {
Constant [ string DEFAULT_HOST ] { localhost }
Constant [ integer DEFAULT_PORT ] { 27017 }
- Constant [ string VERSION ] { 1.6.0 }
+ Constant [ string VERSION ] { 1.6.1 }
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 0a380b6..db894ac 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 RC3
-%global gh_commit edcd0f11cfc0f08179ca7628a01be0ccf194a4b2
+%global gh_commit a4a1565531cda0ce42f6d29378e7e665005f6674
%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.6.0
+Version: 1.6.1
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: ASL 2.0
Group: Development/Languages
@@ -225,6 +225,9 @@ rm -rf data
%changelog
+* Mon Feb 9 2015 Remi Collet <remi@fedoraproject.org> - 1.6.1-1
+- update to 1.6.1 (stable)
+
* Thu Jan 29 2015 Remi Collet <remi@fedoraproject.org> - 1.6.0-1
- update to 1.6.0 (stable)
- drop runtime dependency on pear, new scriptlets