diff options
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r-- | php-pecl-mongodb.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index ef71136..ce46261 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -21,7 +21,7 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 0.5.1 +Version: 0.6.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages @@ -215,6 +215,9 @@ rm -rf %{buildroot} %changelog +* Wed May 06 2015 Remi Collet <remi@fedoraproject.org> - 0.6.0-1 +- Update to 0.6.0 (alpha) + * Sat Apr 25 2015 Remi Collet <remi@fedoraproject.org> - 0.5.1-1 - Update to 0.5.1 (alpha) |