summaryrefslogtreecommitdiffstats
path: root/php-pecl-xlswriter.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-04-28 16:12:40 +0200
committerRemi Collet <remi@php.net>2022-04-28 16:12:40 +0200
commit3d66c71e50baac41bfd6021fb45345b195224332 (patch)
tree92f88fac00473bccb4acf303bfb978b5c5ef7732 /php-pecl-xlswriter.spec
parentcfda1fff16405cb376cc0663fdbb0d74ff8e2c88 (diff)
update to 1.5.2
Diffstat (limited to 'php-pecl-xlswriter.spec')
-rw-r--r--php-pecl-xlswriter.spec13
1 files changed, 5 insertions, 8 deletions
diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec
index 4c9cfad..a0cc04d 100644
--- a/php-pecl-xlswriter.spec
+++ b/php-pecl-xlswriter.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-xlswriter
#
-# Copyright (c) 2018-2021 Remi Collet
+# Copyright (c) 2018-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -20,7 +20,6 @@
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global pecl_name xlswriter
-# After json
%global ini_name 40-%{pecl_name}.ini
%if %{with syslib}
@@ -31,7 +30,7 @@
Summary: An efficient and fast xlsx file extension
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.5.1
+Version: 1.5.2
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: https://pecl.php.net/package/%{pecl_name}
@@ -49,7 +48,6 @@ BuildRequires: zlib-devel
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
-Requires: %{?scl_prefix}php-json%{?_isa}
%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}
%if %{with syslib}
Requires: libxlsxwriter%{?_isa} >= %{libxlsxwriter_version}
@@ -231,12 +229,9 @@ rm ?TS/tests/open_xlsx_get_data_skip_empty.phpt
rm ?TS/tests/open_xlsx_next_row_skip_empty.phpt
%endif
-modules="-d extension=json.so"
-
cd NTS
: Minimal load test for NTS extension
%{__php} --no-php-ini \
- $modules \
--define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \
--modules | grep '^%{pecl_name}$'
@@ -251,7 +246,6 @@ REPORT_EXIT_STATUS=1 \
cd ../ZTS
: Minimal load test for ZTS extension
%{__ztsphp} --no-php-ini \
- $modules \
--define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \
--modules | grep '^%{pecl_name}$'
@@ -280,6 +274,9 @@ cd ..
%changelog
+* Thu Apr 28 2022 Remi Collet <remi@remirepo.net> - 1.5.2-1
+- update to 1.5.2
+
* Tue Oct 26 2021 Remi Collet <remi@remirepo.net> - 1.5.1-1
- update to 1.5.1