From 1ad78809d6b3b5e1b1574579ae2ed55a8820efa4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 12 Nov 2023 08:26:06 +0100 Subject: update to 5.1.23 --- php-pecl-apcu.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'php-pecl-apcu.spec') diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index 4a0b799..1791d39 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -29,18 +29,15 @@ Name: %{?scl_prefix}php-pecl-apcu Summary: APC User Cache -Version: 5.1.22 +Version: 5.1.23 License: PHP-3.01 URL: https://pecl.php.net/package/APCu -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz Source1: %{pecl_name}-5.1.19.ini Source2: %{pecl_name}-panel.conf Source3: %{pecl_name}.conf.php -Patch0: %{pecl_name}-php83.patch -Patch1: %{pecl_name}-tests.patch - BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.0 @@ -133,9 +130,6 @@ configuration, available on http://localhost/apcu-panel/ %{?_licensedir:sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml} cd %{sources} -%patch -P0 -p1 -b.php83 -%patch -P1 -p1 -b.pr490 - # Sanity check, really often broken extver=$(sed -n '/#define PHP_APCU_VERSION/{s/.* "//;s/".*$//;p}' php_apc.h) if test "x${extver}" != "x%{version}%{?prever}"; then @@ -304,6 +298,9 @@ fi %changelog +* Sun Nov 12 2023 Remi Collet - 5.1.23-1 +- update to 5.1.23 + * Wed Aug 30 2023 Remi Collet - 5.1.22-3 - rebuild for PHP 8.3.0RC1 -- cgit