summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-08 09:04:33 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-08 09:04:33 +0100
commit1594d68062bf57a12998a53d73e7ee33c2341b08 (patch)
tree7208741898df1a76d6ee259b97b1d03cff9161cd /php-pecl-mongodb.spec
parentae04014b3ca0f619bafeb982fc0b831ed81221c9 (diff)
php-pecl-mongodb: 1.2.6
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec21
1 files changed, 9 insertions, 12 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index fd320ca..a2cece6 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -40,27 +40,24 @@
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.2.5
+Version: 1.2.6
Release: 1%{?dist}%{!?scl:%{!?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}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
-# https://github.com/mongodb/mongo-php-driver/pull/526
-Patch1: 526.patch
-
BuildRequires: %{?scl_prefix}php-devel > 5.4
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: %{?scl_prefix}php-json
BuildRequires: cyrus-sasl-devel
BuildRequires: openssl-devel
%if %{with_syslib}
-BuildRequires: pkgconfig(libbson-1.0) >= 1.5
-BuildRequires: pkgconfig(libmongoc-1.0) >= 1.5
+BuildRequires: pkgconfig(libbson-1.0) >= 1.6
+BuildRequires: pkgconfig(libmongoc-1.0) >= 1.6
%else
-Provides: bundled(libbson) = 1.5.0
-Provides: bundled(mongo-c-driver) = 1.5.0
+Provides: bundled(libbson) = 1.6.1
+Provides: bundled(mongo-c-driver) = 1.6.1
%endif
%if %{with_tests}
BuildRequires: mongodb-server
@@ -128,9 +125,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
-%if %{with_syslib}
-%patch1 -p1 -b .526
-%endif
# Sanity check, really often broken
extver=$(sed -n '/#define MONGODB_VERSION_S/{s/.* "//;s/".*$//;p}' php_phongo.h)
@@ -272,7 +266,7 @@ if [ -s server.pid ] ; then
: Drop known to fail tests
%if "%{mongo_version}" < "3.4"
### With mongodb 3.2
- rm ?TS/tests/standalone/bug0487-002.phpt
+ rm ?TS/tests/standalone/bug0231.phpt
%endif
%if "%{mongo_version}" < "3.2"
### With mongodb 3.0
@@ -333,6 +327,9 @@ exit $ret
%changelog
+* Wed Mar 8 2017 Remi Collet <remi@remirepo.net> - 1.2.6-1
+- Update to 1.2.6
+
* Wed Feb 01 2017 Remi Collet <remi@fedoraproject.org> - 1.2.5-1
- Update to 1.2.5