diff options
author | Remi Collet <remi@remirepo.net> | 2017-05-30 16:29:11 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-05-30 16:29:11 +0200 |
commit | 61726cd2825abb8194adef87d8ab1e0dfcffeb03 (patch) | |
tree | fa906c5f4ca7849e171637444fb7fe4ef578684c /php-pecl-mongodb.spec | |
parent | 7b9f93cc2cd3c4891c8406e6f2c20f90d945dc75 (diff) |
rebuild
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 aeb76d3..3a7678e 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -41,7 +41,7 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.2.9 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -331,6 +331,9 @@ exit $ret %changelog +* Tue May 30 2017 Remi Collet <remi@remirepo.net> - 1.2.9-2 +- rebuild (for 7.2) + * Thu May 4 2017 Remi Collet <remi@remirepo.net> - 1.2.9-1 - Update to 1.2.9 |