summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb-dev.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-08 08:23:14 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-08 08:23:14 +0100
commit1dbd88ab22a53bf0534f747b25795a03c5091307 (patch)
treebfd1bb8e3afa7f985be2fe36c4096ea5d083312d /php-pecl-mongodb-dev.spec
parent3d3b688653e8cfcc379701a61a29e9ee4b90054f (diff)
php-pecl-mongodb: 1.0.1
Diffstat (limited to 'php-pecl-mongodb-dev.spec')
-rw-r--r--php-pecl-mongodb-dev.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php-pecl-mongodb-dev.spec b/php-pecl-mongodb-dev.spec
index 0ad39d1..dbfa441 100644
--- a/php-pecl-mongodb-dev.spec
+++ b/php-pecl-mongodb-dev.spec
@@ -22,7 +22,7 @@
Summary: MongoDB driver for PHP
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 1.0.0
+Version: 1.0.1
Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
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: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
@@ -219,6 +220,10 @@ rm -rf %{buildroot}
%changelog
+* Tue Dec 8 2015 Remi Collet <remi@fedoraproject.org> - 1.0.1-2
+- 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-2
- update to 1.0.0 (stable)