diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-31 08:26:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-31 08:26:57 +0100 |
commit | c14f36631cbda593fa79317449a1bfdd65b3004d (patch) | |
tree | 32e074394e1165dc64614b2fb2f10b538e54c541 /php-pecl-mongodb-dev.spec | |
parent | 67f988279084e5cfdbd88ab590493ee2fbc04a46 (diff) |
php-pecl-mongodb: fix for 32bits
Diffstat (limited to 'php-pecl-mongodb-dev.spec')
-rw-r--r-- | php-pecl-mongodb-dev.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/php-pecl-mongodb-dev.spec b/php-pecl-mongodb-dev.spec index 285d743..b6da57d 100644 --- a/php-pecl-mongodb-dev.spec +++ b/php-pecl-mongodb-dev.spec @@ -25,7 +25,7 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.1.1 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -227,6 +227,10 @@ rm -rf %{buildroot} %changelog +* Thu Dec 31 2015 Remi Collet <remi@fedoraproject.org> - 1.1.1-2 +- fix patch for 32bits build + open https://github.com/mongodb/mongo-php-driver/pull/191 + * Sat Dec 26 2015 Remi Collet <remi@fedoraproject.org> - 1.1.1-1 - Update to 1.1.1 (stable) - add patch for 32bits build, |