From aaab85b9eda928db70d7fadc1206e1d8c3b73953 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Oct 2021 08:08:32 +0200 Subject: update to 1.0.2 drop patches merged upstream --- php-pecl-excimer.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'php-pecl-excimer.spec') diff --git a/php-pecl-excimer.spec b/php-pecl-excimer.spec index ded895c..60891ef 100644 --- a/php-pecl-excimer.spec +++ b/php-pecl-excimer.spec @@ -20,15 +20,12 @@ Summary: Interrupting timer and low-overhead sampling profiler Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: ASL 2.0 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz -Patch0: %{pecl_name}-php81.patch -Patch1: %{pecl_name}-info.patch - BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.1 @@ -79,9 +76,6 @@ sed -e 's/role="test"/role="src"/' \ mv %{pecl_name}-%{version} NTS cd NTS -%patch0 -p1 -%patch1 -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 @@ -208,6 +202,10 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}/%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Tue Oct 19 2021 Remi Collet - 1.0.2-1 +- update to 1.0.2 +- drop patches merged upstream + * Wed Oct 6 2021 Remi Collet - 1.0.1-1 - update to 1.0.1 - drop patch merged upstream -- cgit