diff options
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r-- | php-pecl-mongodb.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 862a2d9..3afc7d4 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -25,7 +25,7 @@ Summary: MongoDB driver for PHP Name: php-pecl-%{pecl_name} Version: 1.1.1 -Release: 1%{?dist} +Release: 3%{?dist} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -196,6 +196,10 @@ cd ../ZTS %changelog +* Thu Dec 31 2015 Remi Collet <remi@fedoraproject.org> - 1.1.1-3 +- 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, |