summaryrefslogtreecommitdiffstats
path: root/php-pecl-pspell.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-11-23 10:41:25 +0100
committerRemi Collet <remi@php.net>2023-11-23 10:41:25 +0100
commitf239d5046527ef98e74e5a095d755a01c5fb88a1 (patch)
tree9127ae60735f8da169cca5fde85b1aeb093597c4 /php-pecl-pspell.spec
parent51cde96fee9e970d399e91db0c019dc5a66f6317 (diff)
update to 1.0.1HEADmaster
drop patch merged upstream
Diffstat (limited to 'php-pecl-pspell.spec')
-rw-r--r--php-pecl-pspell.spec12
1 files changed, 6 insertions, 6 deletions
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 <remi@remirepo.net> - 1.0.1-1
+- update to 1.0.1
+- drop patch merged upstream
+
* Thu Nov 23 2023 Remi Collet <remi@remirepo.net> - 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