summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index cd4ef3a..3e753b6 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -23,7 +23,7 @@
Summary: MongoDB driver for PHP
Name: php-pecl-%{pecl_name}
-Version: 1.0.0
+Version: 1.0.1
Release: 1%{?dist}
License: BSD
Group: Development/Languages
@@ -37,6 +37,7 @@ BuildRequires: openssl-devel
BuildRequires: pkgconfig(libbson-1.0) >= 1.2.0
BuildRequires: pkgconfig(libmongoc-1.0) >= 1.2.0
BuildRequires: pkgconfig(libmongoc-priv) >= 1.2.0
+BuildRequires: pkgconfig(libmongoc-priv) < 1.3
Requires: php(zend-abi) = %{php_zend_api}
Requires: php(api) = %{php_core_api}
@@ -189,6 +190,10 @@ cd ../ZTS
%changelog
+* Tue Dec 8 2015 Remi Collet <remi@fedoraproject.org> - 1.0.1-1
+- update to 1.0.1 (stable)
+- ensure libmongoc >= 1.2.0 and < 1.3 is used
+
* Fri Oct 30 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-1
- update to 1.0.0 (stable)