diff options
author | Remi Collet <remi@remirepo.net> | 2024-11-12 06:38:46 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-11-12 06:38:46 +0100 |
commit | 0ebfb390e0dcf9e24e4af9615b883df37d55ab48 (patch) | |
tree | 4e29a1f2a55984d90af6246c7b0f7f0089675c8c /php-pecl-xlswriter.spec | |
parent | 98401e5cab507e4014c43e10c729dac0e86b0c6c (diff) |
drop patch merged upstream
open https://github.com/viest/php-ext-xlswriter/issues/537 BC break
Diffstat (limited to 'php-pecl-xlswriter.spec')
-rw-r--r-- | php-pecl-xlswriter.spec | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 5bcafd5..0267f7c 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -26,13 +26,12 @@ Summary: An efficient and fast xlsx file extension Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.5.7 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.5.8 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD-2-Clause URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz -Patch0: 531.patch BuildRequires: %{?dtsprefix}gcc BuildRequires: make BuildRequires: %{?scl_prefix}php-devel >= 7.0 @@ -100,8 +99,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml pushd %{sources} -%patch -P0 -p1 - %if %{with syslib} # we use the system libraries rm -r library @@ -232,6 +229,11 @@ cd .. %changelog +* Tue Nov 12 2024 Remi Collet <remi@remirepo.net> - 1.5.8-1 +- update to 1.5.8 +- drop patch merged upstream +- open https://github.com/viest/php-ext-xlswriter/issues/537 BC break + * Mon Sep 30 2024 Remi Collet <remi@remirepo.net> - 1.5.7-3 - fix test suite using patch from https://github.com/viest/php-ext-xlswriter/pull/531 |