Compare commits
No commits in common. "c8-stream-7.4" and "c8-stream-7.3" 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.17.tgz
|
||||
|
@ -1 +1 @@
|
||||
feb857e48c942501f16760460427a5c902eb7a98 SOURCES/apcu-5.1.18.tgz
|
||||
41c87ed7518062271ef355ea6c795c9a3d12950a SOURCES/apcu-5.1.17.tgz
|
||||
|
@ -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-2019 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
Name: php-pecl-apcu
|
||||
Summary: APC User Cache
|
||||
Version: 5.1.18
|
||||
Version: 5.1.17
|
||||
Release: 1%{?dist}
|
||||
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
|
||||
Source1: %{pecl_name}.ini
|
||||
@ -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,9 +216,6 @@ 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user