Rebuilt for PHP 8.

Related: #1949319
This commit is contained in:
Remi Collet 2021-04-19 15:49:55 +02:00
parent 2043032b6f
commit 7f2abf65ed

View File

@ -17,7 +17,7 @@
Name: php-pecl-apcu
Summary: APC User Cache
Version: 5.1.20
Release: 2%{?dist}
Release: 3%{?dist}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
Source1: %{pecl_name}.ini
Source2: %{pecl_name}-panel.conf
@ -216,6 +216,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
* Mon Apr 19 2021 Remi Collet <rcollet@redhat.com> - 5.1.20-3
- Rebuilt for PHP 8. Related rhbz#1949319
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.1.20-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937