From c605a7cc6e4fea0cd2eeaa55f5277843f33d0af9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 Jul 2022 07:13:01 +0200 Subject: update to 2.7.0 drop patch merged upstream --- php-pecl-sdl.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-pecl-sdl.spec') diff --git a/php-pecl-sdl.spec b/php-pecl-sdl.spec index c202871..b8180f9 100644 --- a/php-pecl-sdl.spec +++ b/php-pecl-sdl.spec @@ -14,16 +14,13 @@ Summary: Simple DirectMedia Layer for PHP Name: %{?scl_prefix}php-pecl-sdl -Version: 2.6.0 +Version: 2.7.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: https://pecl.php.net/package/sdl Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz -# https://github.com/Ponup/php-sdl/pull/60 -Patch0: %{pecl_name}-pr60.patch - BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 8.0 @@ -72,7 +69,6 @@ mv %{pecl_name}-%{version} NTS cd NTS #sed -e 's/2.3.0/%{version}/' -i src/php_sdl.h -%patch0 -p1 -b .pr60 # Sanity check, really often broken extver=$(sed -n '/#define PHP_SDL_VERSION/{s/.* "//;s/".*$//;p}' src/php_sdl.h) @@ -202,6 +198,10 @@ fi %changelog +* Sat Jul 23 2022 Remi Collet - 2.7.0-1 +- update to 2.7.0 +- drop patch merged upstream + * Mon Mar 21 2022 Remi Collet - 2.6.0-1 - update to 2.6.0 - fix build with PHP 8.0 using patch from -- cgit