update to 5.1.23 for PHP 8.2 RHEL-14705
This commit is contained in:
parent
a6f788eee3
commit
8779eb5612
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ clog
|
|||||||
/apcu-5.1.18.tgz
|
/apcu-5.1.18.tgz
|
||||||
/apcu-5.1.21.tgz
|
/apcu-5.1.21.tgz
|
||||||
/apcu-5.1.20.tgz
|
/apcu-5.1.20.tgz
|
||||||
|
/apcu-5.1.23.tgz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# RHEL / Fedora spec file for php-pecl-apcu
|
# RHEL / Fedora spec file for php-pecl-apcu
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013-2021 Remi Collet
|
# Copyright (c) 2013-2023 Remi Collet
|
||||||
# License: CC-BY-SA
|
# License: CC-BY-SA-4.0
|
||||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||||
#
|
#
|
||||||
# Please, preserve the changelog entries
|
# Please, preserve the changelog entries
|
||||||
@ -16,21 +16,20 @@
|
|||||||
|
|
||||||
Name: php-pecl-apcu
|
Name: php-pecl-apcu
|
||||||
Summary: APC User Cache
|
Summary: APC User Cache
|
||||||
Version: 5.1.20
|
Version: 5.1.23
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
|
Source0: https://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
|
||||||
Source3: %{pecl_name}.conf.php
|
Source3: %{pecl_name}.conf.php
|
||||||
|
|
||||||
License: PHP
|
License: PHP-3.01
|
||||||
URL: https://pecl.php.net/package/APCu
|
URL: https://pecl.php.net/package/APCu
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: php-devel
|
BuildRequires: php-devel
|
||||||
BuildRequires: php-pear
|
BuildRequires: php-pear
|
||||||
BuildRequires: pcre-devel
|
|
||||||
|
|
||||||
Requires: php(zend-abi) = %{php_zend_api}
|
Requires: php(zend-abi) = %{php_zend_api}
|
||||||
Requires: php(api) = %{php_core_api}
|
Requires: php(api) = %{php_core_api}
|
||||||
@ -216,6 +215,9 @@ REPORT_EXIT_STATUS=1 \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 27 2023 Remi Collet <rcollet@redhat.com> - 5.1.23-1
|
||||||
|
- update to 5.1.23 for PHP 8.2 RHEL-14705
|
||||||
|
|
||||||
* Tue Dec 14 2021 Remi Collet <rcollet@redhat.com> - 5.1.20-1
|
* Tue Dec 14 2021 Remi Collet <rcollet@redhat.com> - 5.1.20-1
|
||||||
- update to 5.1.20
|
- update to 5.1.20
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (apcu-5.1.20.tgz) = 3e10b7e5dc7481b1250610ef83954875f427b9114d6b232bad9064fc33d8c8906bcc317f94a6cfc9f76c720fa06a44270d259cf2ceef6c1ec9dcadc49254ee1b
|
SHA512 (apcu-5.1.23.tgz) = 89e9f10f5d8d1a9503132e80140680be2a10d96f957f69b2f77cc1c496d15cc26dfe4c0368ebe46c72c68d1b4a794d3ddc95942b02d3ba5e8c971b09969058d8
|
||||||
|
Loading…
Reference in New Issue
Block a user