From bfa69b176cc1e5371ea8ae7fefcbcff7e86a2bf9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Jun 2014 13:06:17 +0200 Subject: [PATCH] rebuild for https://fedoraproject.org/wiki/Changes/Php56 --- php-pecl-apcu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index 87b2442..d973692 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -13,7 +13,7 @@ %global pecl_name apcu %global with_zts 0%{?__ztsphp:1} -%if 0%{?fedora} < 21 +%if "%{php_version}" < "5.6" %global ini_name %{pecl_name}.ini %else %global ini_name 40-%{pecl_name}.ini @@ -22,7 +22,7 @@ Name: php-pecl-apcu Summary: APC User Cache Version: 4.0.6 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz Source1: %{pecl_name}.ini Source2: %{pecl_name}-panel.conf @@ -264,6 +264,9 @@ fi %changelog +* Thu Jun 19 2014 Remi Collet - 4.0.6-2 +- rebuild for https://fedoraproject.org/wiki/Changes/Php56 + * Thu Jun 12 2014 Remi Collet - 4.0.6-1 - Update to 4.0.6 (beta)