summaryrefslogtreecommitdiffstats
path: root/php-pecl-sdl.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-sdl.spec')
-rw-r--r--php-pecl-sdl.spec10
1 files changed, 5 insertions, 5 deletions
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 <remi@remirepo.net> - 2.7.0-1
+- update to 2.7.0
+- drop patch merged upstream
+
* Mon Mar 21 2022 Remi Collet <remi@remirepo.net> - 2.6.0-1
- update to 2.6.0
- fix build with PHP 8.0 using patch from