Changes of Revision 2
[-] | Changed | php-pecl-apc.spec |
x 1
2 3 Summary: APC caches and optimizes PHP intermediate code 4 Name: php-pecl-apc 5 -Version: 3.1.4 6 -Release: 2%{?dist} 7 +Version: 3.1.6 8 +Release: 1%{?dist} 9 License: PHP 10 Group: Development/Languages 11 URL: http://pecl.php.net/package/APC 12 Source: http://pecl.php.net/get/APC-%{version}.tgz 13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 14 Conflicts: php-mmcache php-eaccelerator 15 -BuildRequires: php-devel >= 5.1.0, httpd-devel, php-pear, pcre-devel, make, automake, gcc, gcc-c++, autoconf 16 +BuildRequires: php-devel >= 5.1.0, httpd-devel, php-pear, pcre-devel 17 Requires(post): %{__pecl} 18 Requires(postun): %{__pecl} 19 %if %{?php_zend_api}0 20
21 apc.enabled=1 22 ; The number of shared memory segments to allocate for the compiler cache. 23 apc.shm_segments=1 24 -; The size of each shared memory segment, with M/G suffixe 25 +; The size of each shared memory segment with M/G suffix. 26 apc.shm_size=64M 27 ; A "hint" about the number of distinct source files that will be included or 28 ; requested on your web server. Set to zero or omit if you're not sure; 29
30 ; Enables APC handling of signals, such as SIGSEGV, that write core files when signaled. 31 ; APC will attempt to unmap the shared memory segment in order to exclude it from the core file 32 apc.coredump_unmap=0 33 -; Records a md5 hash of files. 34 +; Records a md5 hash of files. 35 apc.file_md5=0 36 ; not documented 37 apc.preload_path 38 EOF 39 40 41 -#%check 42 -#cd %{pecl_name}-%{version} 43 -#TEST_PHP_EXECUTABLE=$(which php) php run-tests.php \ 44 -# -n -q -d extension_dir=modules \ 45 -# -d extension=apc.so \ 46 -# 47 +%check 48 +cd %{pecl_name}-%{version} 49 +TEST_PHP_EXECUTABLE=$(which php) php run-tests.php \ 50 + -n -q -d extension_dir=modules \ 51 + -d extension=apc.so 52 + 53 54 %if 0%{?pecl_install:1} 55 %post 56
57 58 59 %changelog 60 -* Sun Aug 08 2010 Remi Collet <Fedora@FamilleCollet.com> - 3.1.4-2 61 -- fix default value for apc.shm_size (need M suffixes) 62 +* Sun Dec 12 2010 Andy Thompson <andy@webtatic.com> - 3.1.6-1 63 +- update to 3.1.6 64 + 65 +* Tue Aug 17 2010 Andy Thompson <andy@webtatic.com> - 3.1.4-2 66 +- fix default apc.shm_size value 67 68 -* Thu Aug 05 2010 Remi Collet <Fedora@FamilleCollet.com> - 3.1.4-1 69 -- update to Version 3.1.4 (beta) - API 3.1.0 (beta) 70 +* Sat Aug 07 2010 Andy Thompson <andy@webtatic.com> - 3.1.4-1 71 +- update to 3.1.4 72 73 * Fri Aug 14 2009 Remi Collet <Fedora@FamilleCollet.com> - 3.1.3p1-1 74 - update to 3.1.3 patch1 (beta, for PHP 5.3 support) 75 |
||
Changed | APC-3.1.6.tgz ^ |