diff options
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-apcu.spec | 17 | 
2 files changed, 12 insertions, 9 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #15 apcu version 5.1.9 ] { +Extension [ <persistent> extension #73 apcu version 5.1.10 ] {    - INI {      Entry [ apc.enabled <SYSTEM> ] @@ -23,7 +23,7 @@ Extension [ <persistent> extension #15 apcu version 5.1.9 ] {        Current = '0'      }      Entry [ apc.mmap_file_mask <SYSTEM> ] -      Current = '' +      Current = '/tmp/apc.XXXXXX'      }      Entry [ apc.enable_cli <SYSTEM> ]        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 <remi@remirepo.net> - 5.1.10-1 +- update to 5.1.10 (stable) +  * Tue Jan  2 2018 Remi Collet <remi@fedoraproject.org> - 5.1.9-1  - Update to 5.1.9 (php 7, stable)  | 
