Compare commits

...

No commits in common. "c8-stream-7.4" and "c8-stream-7.2" have entirely different histories.

4 changed files with 11 additions and 13 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/apcu-5.1.18.tgz
SOURCES/apcu-5.1.12.tgz

View File

@ -1 +1 @@
feb857e48c942501f16760460427a5c902eb7a98 SOURCES/apcu-5.1.18.tgz
7e5674e43797176a84ca4f573668be8de8924c7c SOURCES/apcu-5.1.12.tgz

View File

@ -48,11 +48,11 @@ apc.mmap_file_mask=/tmp/apc.XXXXXX
; A key is considered "slammed" if it was the last key set,
; and a context other than the current one set it ( ie. it
; was set by another process or thread )
;apc.slam_defense=0
;apc.slam_defense=1
; Defines which serializer should be used
; Default is the standard PHP serializer.
;apc.serializer='php'
;apc.serializer='default'
; use the SAPI request start time for TTL
;apc.use_request_time=1

View File

@ -1,6 +1,6 @@
# RHEL / Fedora spec file for php-pecl-apcu
# Fedora spec file for php-pecl-apcu
#
# Copyright (c) 2013-2020 Remi Collet
# Copyright (c) 2013-2018 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@ -16,8 +16,8 @@
Name: php-pecl-apcu
Summary: APC User Cache
Version: 5.1.18
Release: 1%{?dist}
Version: 5.1.12
Release: 2%{?dist}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
Source1: %{pecl_name}.ini
Source2: %{pecl_name}-panel.conf
@ -84,6 +84,7 @@ mv %{pecl_name}-%{version} NTS
sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml
cd NTS
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_APCU_VERSION/{s/.* "//;s/".*$//;p}' php_apc.h)
if test "x${extver}" != "x%{version}"; then
@ -215,11 +216,8 @@ REPORT_EXIT_STATUS=1 \
%changelog
* Thu May 14 2020 Remi Collet <rcollet@redhat.com> - 5.1.18-1
- update to 5.1.18
* Tue May 7 2019 Remi Collet <remi@remirepo.net> - 5.1.17-1
- update to 5.1.17
* Wed May 15 2019 Joe Orton <jorton@redhat.com> - 5.1.12-2
- rebuild (#1695587)
* Mon Jul 9 2018 Remi Collet <remi@remirepo.net> - 5.1.12-1
- update to 5.1.12 (stable)