From 20e089b0bd2d4a80acd23113b8b35f15d7c39d58 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Apr 2016 13:56:16 +0200 Subject: php-pecl-apcu: 4.0.11 (PHP 5) --- REFLECTION | 6 +++--- php-pecl-apcu.spec | 10 +++++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/REFLECTION b/REFLECTION index 66f15e5..d044901 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #75 apcu version 4.0.8 ] { +Extension [ extension #75 apcu version 4.0.11 ] { - INI { Entry [ apc.enabled ] @@ -23,7 +23,7 @@ Extension [ extension #75 apcu version 4.0.8 ] { Current = '0' } Entry [ apc.mmap_file_mask ] - Current = '/tmp/apc.f6neye' + Current = '/tmp/apc.kbxxpZ' } Entry [ apc.enable_cli ] Current = '1' @@ -64,7 +64,7 @@ Extension [ extension #75 apcu version 4.0.8 ] { } - Constants [19] { - Constant [ integer ] { 140442458532240 } + Constant [ integer ] { 140239091571008 } Constant [ integer APC_LIST_ACTIVE ] { 1 } Constant [ integer APC_LIST_DELETED ] { 2 } Constant [ integer APC_ITER_TYPE ] { 1 } diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index fc0532a..9bbfba2 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -34,12 +34,12 @@ Name: %{?sub_prefix}php-pecl-apcu Summary: APC User Cache -Version: 4.0.10 +Version: 4.0.11 %if 0%{?gh_date:1} Release: 0.1.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif Source1: %{pecl_name}.ini @@ -64,9 +64,10 @@ Provides: %{?scl_prefix}php-apcu = %{version} Provides: %{?scl_prefix}php-apcu%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(apcu) = %{version} Provides: %{?scl_prefix}php-pecl(apcu)%{?_isa} = %{version} -# For "more" SCL +%if "%{?scl_prefix}" != "%{?sub_prefix}" Provides: %{?scl_prefix}php-pecl-apcu = %{version}-%{release} Provides: %{?scl_prefix}php-pecl-apcu%{?_isa} = %{version}-%{release} +%endif %if "%{php_version}" < "5.5" Conflicts: %{?scl_prefix}php-pecl-apc < 4 %else @@ -343,6 +344,9 @@ fi %changelog +* Wed Apr 20 2016 Remi Collet - 4.0.11-1 +- Update to 4.0.11 (stable) + * Mon Mar 7 2016 Remi Collet - 4.0.10-2 - adapt for F24 -- cgit