v5.1.22
This commit is contained in:
parent
8a2908d306
commit
f601dcc030
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@ clog
|
||||
/apcu-5.1.19.tgz
|
||||
/apcu-5.1.20.tgz
|
||||
/apcu-5.1.21.tgz
|
||||
/apcu-5.1.22.tgz
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Fedora spec file for php-pecl-apcu
|
||||
#
|
||||
# Copyright (c) 2013-2021 Remi Collet
|
||||
# Copyright (c) 2013-2022 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.21
|
||||
Release: 4%{?dist}
|
||||
Version: 5.1.22
|
||||
Release: 1%{?dist}
|
||||
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
|
||||
Source1: %{pecl_name}.ini
|
||||
Source2: %{pecl_name}-panel.conf
|
||||
@ -165,9 +165,7 @@ cd NTS
|
||||
# Upstream test suite for NTS extension
|
||||
TEST_PHP_EXECUTABLE=%{_bindir}/php \
|
||||
TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \
|
||||
NO_INTERACTION=1 \
|
||||
REPORT_EXIT_STATUS=1 \
|
||||
%{_bindir}/php -n run-tests.php
|
||||
%{_bindir}/php -n run-tests.php -q --show-diff
|
||||
|
||||
%if %{with_zts}
|
||||
cd ../ZTS
|
||||
@ -178,9 +176,7 @@ cd ../ZTS
|
||||
# Upstream test suite for ZTS extension
|
||||
TEST_PHP_EXECUTABLE=%{__ztsphp} \
|
||||
TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \
|
||||
NO_INTERACTION=1 \
|
||||
REPORT_EXIT_STATUS=1 \
|
||||
%{__ztsphp} -n run-tests.php
|
||||
%{__ztsphp} -n run-tests.php -q --show-diff
|
||||
%endif
|
||||
|
||||
|
||||
@ -216,6 +212,9 @@ REPORT_EXIT_STATUS=1 \
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon sep 19 2022 Remi Collet <remi@remirepo.net> - 5.1.22-1
|
||||
- update to 5.1.22
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.21-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (apcu-5.1.21.tgz) = a6ffe8349760d27cde0d86017a59a68e9639bf385e606622d807094f4e5fb305bb25b9ce00077d0856f4d223d44329f7a6314c229b62c78d8e2b085593c92bb3
|
||||
SHA512 (apcu-5.1.22.tgz) = 8f2f4292679bc359ea680ecaf397d69de32bf67d57d719a4839a026ab1b96d5ec4725e92c5c0d1972a117a7cd3d3c456a1f4ec03192fda4657e685de60b9e93e
|
||||
|
Loading…
Reference in New Issue
Block a user