summaryrefslogtreecommitdiffstats
path: root/php-pecl-xlswriter.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-xlswriter.spec')
-rw-r--r--php-pecl-xlswriter.spec12
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