summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-18 06:37:04 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-18 06:37:04 +0100
commit964727992e1c13d5be4b25fb93f037bdfc3e1613 (patch)
tree3274e38e52aea232effa9326f579298eeb81a408
parenta05648b4c0612479bca464794b3a57ba6e66ff0e (diff)
php-pecl-mongo: 1.6.13
-rw-r--r--php-pecl-mongo.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-pecl-mongo.spec b/php-pecl-mongo.spec
index 8324636..1ef230a 100644
--- a/php-pecl-mongo.spec
+++ b/php-pecl-mongo.spec
@@ -16,8 +16,8 @@
%global pecl_name mongo
%global with_zts 0%{?__ztsphp:1}
#global prever RC3
-# see https://github.com/mongodb/mongo-php-driver/releases
-%global gh_commit 0eda9d118cf40017bc442b9bf32ad5d60b9ec11f
+# see https://github.com/mongodb/mongo-php-driver-legacy/releases
+%global gh_commit 74311ca47770e979adb712e0f4b01b380f9f1ecb
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner mongodb
%global gh_project mongo-php-driver-legacy
@@ -32,8 +32,8 @@
Summary: PHP MongoDB database driver
Name: %{?scl_prefix}php-pecl-mongo
-Version: 1.6.12
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 1.6.13
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: ASL 2.0
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -250,6 +250,9 @@ rm -rf data
%changelog
+* Fri Mar 18 2016 Remi Collet <remi@fedoraproject.org> - 1.6.13-1
+- update to 1.6.13 (stable)
+
* Tue Mar 8 2016 Remi Collet <remi@fedoraproject.org> - 1.6.12-2
- adapt for F24
- fix license management