diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-08-16 14:04:31 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-08-16 14:04:31 +0200 |
commit | c5b49a15be2dddcf75f6e4602ae9c0b30b5ccfad (patch) | |
tree | 28a28b368581f3e1b5f6bfa8f4d8681cafdc0cb7 /php-eaccelerator.spec | |
parent | e7084db792177f0e9a5bd888c8b2bd4b1e6c2acb (diff) |
php-eaccelerator-0.9.6.1-17 for php 5.3.16
Diffstat (limited to 'php-eaccelerator.spec')
-rw-r--r-- | php-eaccelerator.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/php-eaccelerator.spec b/php-eaccelerator.spec index f6ab0cb..4a1110c 100644 --- a/php-eaccelerator.spec +++ b/php-eaccelerator.spec @@ -10,9 +10,6 @@ %global phpincldir %{_includedir}/%{phpname} %endif -%global php_extdir %(%{phpbindir}/php-config --extension-dir 2>/dev/null || echo "undefined") -%global php_version %((echo 0; %{phpbindir}/php-config --version 2>/dev/null) | tail -1) - # This is the apache userid, used for sysvipc semaphores which is the default # on ppc since spinlock is not detected (not supported?) # We also use it for the default ownership of the cache directory @@ -21,7 +18,7 @@ Summary: PHP accelerator, optimizer, encoder and dynamic content cacher Name: %{phpname}-eaccelerator Version: 0.9.6.1 -Release: 16%{?dist} +Release: 17%{?dist} Epoch: 1 # The eaccelerator module itself is GPLv2+ # The PHP control panel is under the Zend license (control.php and dasm.php) @@ -171,6 +168,9 @@ fi %changelog +* Thu Aug 16 2012 Remi Collet <remi@fedoraproject.org> - 1:0.9.6.1-17 +- rebuild against PHP 5.3.16 + * Fri Jul 20 2012 Remi Collet <remi@fedoraproject.org> - 1:0.9.6.1-16 - rebuild against PHP 5.3.15 |