diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-18 09:04:31 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-18 09:04:31 +0100 |
commit | 0d602dbd0e83bfbf6d677b357348f46b9eb4206a (patch) | |
tree | 1ea5207f802305f8e7ab499617d88d09f48b016f /php-pecl-mongodb.spec | |
parent | 78f3fed2e10f0ba0591b51f2932a716768b751e3 (diff) |
php-pecl-mongodb: 1.2.3
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r-- | php-pecl-mongodb.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 9e58c34..1715714 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -40,7 +40,7 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.2.2 +Version: 1.2.3 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 Group: Development/Languages @@ -156,6 +156,8 @@ EOF %build +%{?dtsenable} + peclbuild() { %{_bindir}/${1}ize @@ -191,6 +193,8 @@ peclbuild zts-php %install +%{?dtsenable} + make -C NTS install INSTALL_ROOT=%{buildroot} # install config file @@ -332,6 +336,9 @@ exit $ret %changelog +* Wed Jan 18 2017 Remi Collet <remi@fedoraproject.org> - 1.2.3-1 +- Update to 1.2.3 + * Wed Dec 14 2016 Remi Collet <remi@fedoraproject.org> - 1.2.2-1 - Update to 1.2.2 |