Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
EL5
:
extensions
>
php-pecl-apc
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Changed
php-pecl-apc.spec
@@ -6,15 +6,15 @@ Summary: APC caches and optimizes PHP intermediate code Name: php-pecl-apc -Version: 3.1.4 -Release: 2%{?dist} +Version: 3.1.6 +Release: 1%{?dist} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/APC Source: http://pecl.php.net/get/APC-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Conflicts: php-mmcache php-eaccelerator -BuildRequires: php-devel >= 5.1.0, httpd-devel, php-pear, pcre-devel, make, automake, gcc, gcc-c++, autoconf +BuildRequires: php-devel >= 5.1.0, httpd-devel, php-pear, pcre-devel Requires(post): %{__pecl} Requires(postun): %{__pecl} %if %{?php_zend_api}0 @@ -78,7 +78,7 @@ apc.enabled=1 ; The number of shared memory segments to allocate for the compiler cache. apc.shm_segments=1 -; The size of each shared memory segment, with M/G suffixe +; The size of each shared memory segment with M/G suffix. apc.shm_size=64M ; A "hint" about the number of distinct source files that will be included or ; requested on your web server. Set to zero or omit if you're not sure; @@ -134,19 +134,19 @@ ; Enables APC handling of signals, such as SIGSEGV, that write core files when signaled. ; APC will attempt to unmap the shared memory segment in order to exclude it from the core file apc.coredump_unmap=0 -; Records a md5 hash of files. +; Records a md5 hash of files. apc.file_md5=0 ; not documented apc.preload_path EOF -#%check -#cd %{pecl_name}-%{version} -#TEST_PHP_EXECUTABLE=$(which php) php run-tests.php \ -# -n -q -d extension_dir=modules \ -# -d extension=apc.so \ -# +%check +cd %{pecl_name}-%{version} +TEST_PHP_EXECUTABLE=$(which php) php run-tests.php \ + -n -q -d extension_dir=modules \ + -d extension=apc.so + %if 0%{?pecl_install:1} %post @@ -177,11 +177,14 @@ %changelog -* Sun Aug 08 2010 Remi Collet <Fedora@FamilleCollet.com> - 3.1.4-2 -- fix default value for apc.shm_size (need M suffixes) +* Sun Dec 12 2010 Andy Thompson <andy@webtatic.com> - 3.1.6-1 +- update to 3.1.6 + +* Tue Aug 17 2010 Andy Thompson <andy@webtatic.com> - 3.1.4-2 +- fix default apc.shm_size value -* Thu Aug 05 2010 Remi Collet <Fedora@FamilleCollet.com> - 3.1.4-1 -- update to Version 3.1.4 (beta) - API 3.1.0 (beta) +* Sat Aug 07 2010 Andy Thompson <andy@webtatic.com> - 3.1.4-1 +- update to 3.1.4 * Fri Aug 14 2009 Remi Collet <Fedora@FamilleCollet.com> - 3.1.3p1-1 - update to 3.1.3 patch1 (beta, for PHP 5.3 support)
Changed
APC-3.1.6.tgz
^