diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-06-11 09:58:54 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-06-11 09:58:54 +0200 |
commit | 958674d6d03e885adc18e7357a5a8905c4ce3d12 (patch) | |
tree | f2a2e88a145de765f7ea3176f140d0ab3af692fb | |
parent | 4cc8ff1915bb8de8361f54da264a9ef882a81d74 (diff) |
php-pecl-apcu: add patch for 5.4 build
-rw-r--r-- | php-pecl-apcu.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index 93faaf0..aedd9ae 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -29,6 +29,8 @@ Source1: %{pecl_name}.ini Source2: %{pecl_name}-panel.conf Source3: %{pecl_name}.conf.php +Patch0: %{pecl_name}-pr74.patch + License: PHP Group: Development/Languages URL: http://pecl.php.net/package/APCu @@ -150,6 +152,7 @@ configuration, available on http://localhost/apcu-panel/ mv %{pecl_name}-%{version} NTS cd NTS +%patch0 -p1 -b .pr74 # Sanity check, really often broken extver=$(sed -n '/#define PHP_APCU_VERSION/{s/.* "//;s/".*$//;p}' php_apc.h) @@ -301,6 +304,7 @@ fi %changelog * Wed Jun 11 2014 Remi Collet <remi@fedoraproject.org> - 4.0.5-1 - Update to 4.0.5 (beta) +- open https://github.com/krakjoe/apcu/pull/74 (PHP 5.4) * Sun Jun 8 2014 Remi Collet <remi@fedoraproject.org> - 4.0.4-3 - add build patch for php 5.6.0beta4 |