diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-17 18:37:45 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-17 18:37:45 +0200 |
commit | 1dfb7ae254a01baeaacab9a9f3e9615fd305f466 (patch) | |
tree | 9125bcebf19dd046a8973ae0dc13d91fec15e69d /php-pecl-apm.spec | |
parent | a157e6024e9750f01ff292a21bf07e16d603b76d (diff) |
php-pecl-apm: 2.0.5
Diffstat (limited to 'php-pecl-apm.spec')
-rw-r--r-- | php-pecl-apm.spec | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/php-pecl-apm.spec b/php-pecl-apm.spec index a3e18c0..db29e9b 100644 --- a/php-pecl-apm.spec +++ b/php-pecl-apm.spec @@ -23,12 +23,6 @@ # after 40-json.ini %global ini_name 50-%{pecl_name}.ini %endif -%if 0%{?fedora} >= 21 -# support for apache / nginx / php-fpm -%global with_phpfpm 1 -%else -%global with_phpfpm 0 -%endif %if 0%{?fedora} >= 11 || 0%{?rhel} >= 6 %global with_sqlite 1 %else @@ -38,7 +32,7 @@ Name: %{?scl_prefix}php-pecl-apm Summary: Alternative PHP Monitor -Version: 2.0.4 +Version: 2.0.5 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: http://pecl.php.net/get/%{proj_name}-%{version}.tgz @@ -249,6 +243,9 @@ fi %changelog +* Wed Jun 17 2015 Remi Collet <remi@fedoraproject.org> - 2.0.5-1 +- Update to 2.0.5 (stable) + * Tue Jun 02 2015 Remi Collet <remi@fedoraproject.org> - 2.0.4-1 - Update to 2.0.4 (stable) |