From 1703d733b837f81edf22897ecde3dfe918c668c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 31 Jul 2024 08:44:44 +0200 Subject: update to 1.2.2 drop patch merged upstream --- php-pecl-excimer.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-pecl-excimer.spec') diff --git a/php-pecl-excimer.spec b/php-pecl-excimer.spec index e7e7570..eaf33df 100644 --- a/php-pecl-excimer.spec +++ b/php-pecl-excimer.spec @@ -20,14 +20,12 @@ Summary: Interrupting timer and low-overhead sampling profiler Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.2.1 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.2.2 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: Apache-2.0 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{sources}.tgz -Patch0: %{pecl_name}-php84.patch - BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.1 @@ -59,8 +57,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd %{sources} -%patch -P0 -p1 - # Sanity check, really often broken extver=$(sed -n '/#define PHP_EXCIMER_VERSION/{s/.* "//;s/".*$//;p}' php_excimer.h) if test "x${extver}" != "x%{version}"; then @@ -182,6 +178,10 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}/%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Wed Jul 31 2024 Remi Collet - 1.2.2-1 +- update to 1.2.2 +- drop patch merged upstream + * Fri Jul 12 2024 Remi Collet - 1.2.1-2 - add patch for PHP 8.4 from https://github.com/wikimedia/mediawiki-php-excimer/pull/8 -- cgit