summaryrefslogtreecommitdiffstats
path: root/php-pecl-yaf.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-yaf.spec')
-rw-r--r--php-pecl-yaf.spec18
1 files changed, 6 insertions, 12 deletions
diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec
index d2f13b7..1511647 100644
--- a/php-pecl-yaf.spec
+++ b/php-pecl-yaf.spec
@@ -23,18 +23,13 @@
Summary: Yet Another Framework
Name: %{?scl_prefix}php-pecl-yaf
-Version: 3.3.6
-Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 3.3.7
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP-3.01
URL: https://pecl.php.net/package/yaf
Source0: https://pecl.php.net/get/%{sources}%{?prever}.tgz
Source1: %{pecl_name}.ini
-Patch0: %{pecl_name}-upstream.patch
-Patch1: 0001-remove-trailing-space.patch
-Patch2: 0002-relax-test-expectations-for-8.4.patch
-Patch3: 0003-Fix-for-PHP-8.5.patch
-
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 7.0
@@ -67,11 +62,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd %{sources}
-%patch -P0 -p1
-%patch -P1 -p1
-%patch -P2 -p1
-%patch -P3 -p1
-
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_YAF_VERSION/{s/.*\t"//;s/".*$//;p}' php_yaf.h )
if test "x${extver}" != "x%{version}"; then
@@ -172,6 +162,10 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Jul 29 2025 Remi Collet <remi@remirepo.net> - 3.3.7-1
+- update to 3.3.7
+- drop patches merged upstream
+
* Fri Jul 18 2025 Remi Collet <remi@remirepo.net> - 3.3.6-5
- fix PHP 8.5.0alpha2 build using patch from
https://github.com/laruence/yaf/pull/594