From 033c80af567abfe91b23f97b9f7a423eaa2f0dfc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 31 Aug 2018 07:23:10 +0200 Subject: rebuild with libxlsxwriter 0.7.8 --- php-pecl-xlswriter.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-xlswriter.spec') diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 145306f..6b00104 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -25,12 +25,12 @@ %global ini_name 40-%{pecl_name}.ini # No soname, so manage dependency on available version -%global libxlsxwriter_version 0.7.7 +%global libxlsxwriter_version 0.7.8 Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.2.2 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -45,7 +45,7 @@ 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}} -BuildRequires: libxlsxwriter%{?_isa} >= %{libxlsxwriter_version} +Requires: libxlsxwriter%{?_isa} >= %{libxlsxwriter_version} Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} @@ -241,6 +241,9 @@ cd .. %changelog +* Fri Aug 31 2018 Remi Collet - 1.2.2-4 +- rebuild with libxlsxwriter 0.7.8 + * Thu Aug 16 2018 Remi Collet - 1.2.2-3 - rebuild for 7.3.0beta2 new ABI -- cgit