update to 5.1.23 for PHP 8.2
Related: RHEL-14699
This commit is contained in:
parent
aa2d74baf0
commit
63a8a411c1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/apcu-5.1.21.tgz
|
||||
/apcu-5.1.23.tgz
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Fedora spec file for php-pecl-apcu
|
||||
#
|
||||
# Copyright (c) 2013-2022 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# Copyright (c) 2013-2023 Remi Collet
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
@ -16,21 +16,20 @@
|
||||
|
||||
Name: php-pecl-apcu
|
||||
Summary: APC User Cache
|
||||
Version: 5.1.21
|
||||
Version: 5.1.23
|
||||
Release: 1%{?dist}
|
||||
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
|
||||
Source1: %{pecl_name}.ini
|
||||
Source2: %{pecl_name}-panel.conf
|
||||
Source3: %{pecl_name}.conf.php
|
||||
|
||||
License: PHP
|
||||
License: PHP-3.01
|
||||
URL: https://pecl.php.net/package/APCu
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: php-devel
|
||||
BuildRequires: php-pear
|
||||
BuildRequires: pcre-devel
|
||||
|
||||
Requires: php(zend-abi) = %{php_zend_api}
|
||||
Requires: php(api) = %{php_core_api}
|
||||
@ -216,6 +215,9 @@ REPORT_EXIT_STATUS=1 \
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 24 2023 Remi Collet <rcollet@redhat.com> - 5.1.23-1
|
||||
- update to 5.1.23 for PHP 8.2 RHEL-14699
|
||||
|
||||
* Mon May 16 2022 Remi Collet <rcollet@redhat.com> - 5.1.21-1
|
||||
- update to 5.1.21 for PHP 8.1 #2070040
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (apcu-5.1.21.tgz) = a6ffe8349760d27cde0d86017a59a68e9639bf385e606622d807094f4e5fb305bb25b9ce00077d0856f4d223d44329f7a6314c229b62c78d8e2b085593c92bb3
|
||||
SHA512 (apcu-5.1.23.tgz) = 89e9f10f5d8d1a9503132e80140680be2a10d96f957f69b2f77cc1c496d15cc26dfe4c0368ebe46c72c68d1b4a794d3ddc95942b02d3ba5e8c971b09969058d8
|
||||
|
Loading…
Reference in New Issue
Block a user