Compare commits
No commits in common. "c8-stream-7.4" and "c8-stream-7.2" have entirely different histories.
c8-stream-
...
c8-stream-
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/apcu-5.1.18.tgz
|
SOURCES/apcu-5.1.12.tgz
|
||||||
|
@ -1 +1 @@
|
|||||||
feb857e48c942501f16760460427a5c902eb7a98 SOURCES/apcu-5.1.18.tgz
|
7e5674e43797176a84ca4f573668be8de8924c7c SOURCES/apcu-5.1.12.tgz
|
||||||
|
@ -48,11 +48,11 @@ apc.mmap_file_mask=/tmp/apc.XXXXXX
|
|||||||
; A key is considered "slammed" if it was the last key set,
|
; A key is considered "slammed" if it was the last key set,
|
||||||
; and a context other than the current one set it ( ie. it
|
; and a context other than the current one set it ( ie. it
|
||||||
; was set by another process or thread )
|
; was set by another process or thread )
|
||||||
;apc.slam_defense=0
|
;apc.slam_defense=1
|
||||||
|
|
||||||
; Defines which serializer should be used
|
; Defines which serializer should be used
|
||||||
; Default is the standard PHP serializer.
|
; Default is the standard PHP serializer.
|
||||||
;apc.serializer='php'
|
;apc.serializer='default'
|
||||||
|
|
||||||
; use the SAPI request start time for TTL
|
; use the SAPI request start time for TTL
|
||||||
;apc.use_request_time=1
|
;apc.use_request_time=1
|
||||||
|
@ -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
|
# License: CC-BY-SA
|
||||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||||
#
|
#
|
||||||
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
Name: php-pecl-apcu
|
Name: php-pecl-apcu
|
||||||
Summary: APC User Cache
|
Summary: APC User Cache
|
||||||
Version: 5.1.18
|
Version: 5.1.12
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
|
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
|
||||||
Source1: %{pecl_name}.ini
|
Source1: %{pecl_name}.ini
|
||||||
Source2: %{pecl_name}-panel.conf
|
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
|
sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml
|
||||||
|
|
||||||
cd NTS
|
cd NTS
|
||||||
|
|
||||||
# Sanity check, really often broken
|
# Sanity check, really often broken
|
||||||
extver=$(sed -n '/#define PHP_APCU_VERSION/{s/.* "//;s/".*$//;p}' php_apc.h)
|
extver=$(sed -n '/#define PHP_APCU_VERSION/{s/.* "//;s/".*$//;p}' php_apc.h)
|
||||||
if test "x${extver}" != "x%{version}"; then
|
if test "x${extver}" != "x%{version}"; then
|
||||||
@ -215,11 +216,8 @@ REPORT_EXIT_STATUS=1 \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 14 2020 Remi Collet <rcollet@redhat.com> - 5.1.18-1
|
* Wed May 15 2019 Joe Orton <jorton@redhat.com> - 5.1.12-2
|
||||||
- update to 5.1.18
|
- rebuild (#1695587)
|
||||||
|
|
||||||
* Tue May 7 2019 Remi Collet <remi@remirepo.net> - 5.1.17-1
|
|
||||||
- update to 5.1.17
|
|
||||||
|
|
||||||
* Mon Jul 9 2018 Remi Collet <remi@remirepo.net> - 5.1.12-1
|
* Mon Jul 9 2018 Remi Collet <remi@remirepo.net> - 5.1.12-1
|
||||||
- update to 5.1.12 (stable)
|
- update to 5.1.12 (stable)
|
||||||
|
Loading…
Reference in New Issue
Block a user