From f66c960485df859e9fd04274f10f802f222d9e33 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 16 Feb 2018 06:52:42 +0100 Subject: v5.1.10 --- REFLECTION | 4 ++-- php-pecl-apcu.spec | 17 ++++++++++------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/REFLECTION b/REFLECTION index 905574e..2857090 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #15 apcu version 5.1.9 ] { +Extension [ extension #73 apcu version 5.1.10 ] { - INI { Entry [ apc.enabled ] @@ -23,7 +23,7 @@ Extension [ extension #15 apcu version 5.1.9 ] { Current = '0' } Entry [ apc.mmap_file_mask ] - Current = '' + Current = '/tmp/apc.XXXXXX' } Entry [ apc.enable_cli ] Current = '0' diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index bf0b0b8..3b3ffa7 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -9,6 +9,10 @@ # # Please, preserve the changelog entries # + +# we don't want -z defs linker flag +%undefine _strict_symbol_defs_build + %if 0%{?scl:1} %global sub_prefix %{scl_prefix} %scl_package php-pecl-apcu @@ -26,7 +30,7 @@ Name: %{?sub_prefix}php-pecl-apcu Summary: APC User Cache -Version: 5.1.9 +Version: 5.1.10 %if 0%{?gh_date:1} Release: 0.2.%{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 @@ -39,9 +43,9 @@ Source2: %{pecl_name}-panel.conf Source3: %{pecl_name}.conf.php License: PHP -Group: Development/Languages URL: http://pecl.php.net/package/APCu +BuildRequires: gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear BuildRequires: pcre-devel @@ -108,7 +112,6 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO %package devel Summary: APCu developer files (header) -Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{?scl_prefix}php-devel%{?_isa} @@ -127,10 +130,7 @@ These are the files needed to compile programs using APCu. %if 0%{!?scl:1} %package -n apcu-panel Summary: APCu control panel -Group: Applications/Internet -%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6 BuildArch: noarch -%endif Requires: %{name} = %{version}-%{release} Requires: mod_php Requires: php-gd @@ -269,7 +269,7 @@ REPORT_EXIT_STATUS=1 \ %endif -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 8 # when pear installed alone, after us %triggerin -- %{?scl_prefix}php-pear if [ -x %{__pecl} ] ; then @@ -323,6 +323,9 @@ fi %changelog +* Fri Feb 16 2018 Remi Collet - 5.1.10-1 +- update to 5.1.10 (stable) + * Tue Jan 2 2018 Remi Collet - 5.1.9-1 - Update to 5.1.9 (php 7, stable) -- cgit