From f239d5046527ef98e74e5a095d755a01c5fb88a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Nov 2023 10:41:25 +0100 Subject: update to 1.0.1 drop patch merged upstream --- php-pecl-pspell.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-pecl-pspell.spec') diff --git a/php-pecl-pspell.spec b/php-pecl-pspell.spec index dca618a..db2ca68 100644 --- a/php-pecl-pspell.spec +++ b/php-pecl-pspell.spec @@ -19,16 +19,13 @@ Summary: Spell checker extension Name: %{?scl_prefix}php-pecl-pspell -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP-3.01 URL: https://pecl.php.net/package/pspell Source0: https://pecl.php.net/get/%{sources}.tgz -# Fix tests and version -Patch0: https://patch-diff.githubusercontent.com/raw/php/pecl-text-pspell/pull/2.patch - BuildRequires: make BuildRequires: %{?dtsprefix}gcc # 8.1+ is supported by upstream but part of php-src until 8.4 @@ -63,8 +60,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_PSPELL_VERSION/{s/.* "//;s/".*$//;p}' php_pspell.h) if test "x${extver}" != "x%{version}%{?prever}"; then @@ -195,5 +190,10 @@ fi %changelog +* Thu Nov 23 2023 Remi Collet - 1.0.1-1 +- update to 1.0.1 +- drop patch merged upstream + * Thu Nov 23 2023 Remi Collet - 1.0.0-1 - initial package for version 1.0.0 (PHP 8.4) +- open https://github.com/php/pecl-text-pspell/pull/2 tests and version -- cgit