diff options
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r-- | php-pecl-mongodb.spec | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 3539f44..7d0485d 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -22,7 +22,7 @@ Summary: MongoDB driver for PHP Name: php-pecl-%{pecl_name} -Version: 1.1.7 +Version: 1.1.8 Release: 1%{?dist} License: BSD Group: Development/Languages @@ -46,12 +46,6 @@ Requires: mongo-c-driver%{?_isa} >= %{buildver} Provides: php-pecl(%{pecl_name}) = %{version} Provides: php-pecl(%{pecl_name})%{?_isa} = %{version} -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter shared private -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} -%endif - %description The purpose of this driver is to provide exceptionally thin glue between @@ -194,6 +188,9 @@ cd ../ZTS %changelog +* Wed Jul 06 2016 Remi Collet <remi@fedoraproject.org> - 1.1.8-1 +- Update to 1.1.8 + * Thu Jun 2 2016 Remi Collet <remi@fedoraproject.org> - 1.1.7-1 - Update to 1.1.7 |