From 3d66c71e50baac41bfd6021fb45345b195224332 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Apr 2022 16:12:40 +0200 Subject: update to 1.5.2 --- php-pecl-xlswriter.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'php-pecl-xlswriter.spec') 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 - 1.5.2-1 +- update to 1.5.2 + * Tue Oct 26 2021 Remi Collet - 1.5.1-1 - update to 1.5.1 -- cgit