summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-26 17:41:42 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-26 17:41:42 +0100
commit67f988279084e5cfdbd88ab590493ee2fbc04a46 (patch)
treefed4ba19c34c2ae7a46df74bb0aa2f53b00f6ed0 /php-pecl-mongodb.spec
parentc46ec36ee493ac281de79e4116436d5ce7d6578b (diff)
php-pecl-mongodb: 1.1.1
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 9208cfc..862a2d9 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -24,13 +24,16 @@
Summary: MongoDB driver for PHP
Name: php-pecl-%{pecl_name}
-Version: 1.1.0
+Version: 1.1.1
Release: 1%{?dist}
License: BSD
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/185
+Patch0: %{pecl_name}-pr185.patch
+
BuildRequires: php-devel > 5.4
BuildRequires: php-pear
BuildRequires: cyrus-sasl-devel
@@ -69,6 +72,7 @@ mv %{pecl_name}-%{version}%{?prever} NTS
sed -e 's/role="test"/role="src"/' -i package.xml
cd NTS
+%patch0 -p1 -b .pr185
# Sanity check, really often broken
extver=$(sed -n '/#define MONGODB_VERSION_S/{s/.* "//;s/".*$//;p}' php_phongo.h)
@@ -192,6 +196,11 @@ cd ../ZTS
%changelog
+* Sat Dec 26 2015 Remi Collet <remi@fedoraproject.org> - 1.1.1-1
+- Update to 1.1.1 (stable)
+- add patch for 32bits build,
+ open https://github.com/mongodb/mongo-php-driver/pull/185
+
* Wed Dec 16 2015 Remi Collet <remi@fedoraproject.org> - 1.1.0-1
- Update to 1.1.0 (stable)
- raise dependency on libmongoc >= 1.3.0