diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-07-27 14:07:47 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-07-27 14:07:47 +0200 |
commit | dd62cf9f2f44297a247d9f7c51f9218e74ede876 (patch) | |
tree | 76cc3f00aa5132aec433c7aca787b7362c98395b | |
parent | 42bb333a550d9bda2492d0cf7ed66bcdc35e569d (diff) |
php-pecl-apcu: fix EL5 build + bump release (php 5.5 build)
-rw-r--r-- | php-pecl-apcu.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index 0e192ce..453074a 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -13,7 +13,7 @@ Name: php-pecl-apcu Summary: APC User Cache Version: 4.0.1 -Release: 2%{?dist} +Release: 2%{?dist}.1 Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz Source1: %{pecl_name}.ini Source2: %{pecl_name}-panel.conf @@ -123,6 +123,7 @@ mv %{pecl_name}-%{version} NTS cd NTS %patch0 -p1 -b .serializers +rm -f apc_serializer.h.serializers # Sanity check, really often broken extver=$(sed -n '/#define PHP_APC_VERSION/{s/.* "//;s/".*$//;p}' php_apc.h) |