From f2000a423fecf5c6f53bdfd40a92b81ca8acaec9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2020 07:29:40 +0200 Subject: update to 1.3.5 drop patch merged upstream --- php-pecl-xlswriter.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php-pecl-xlswriter.spec') diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index a81090c..3da20d6 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -27,14 +27,12 @@ Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.3.4.1 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.3.5 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz -Patch0: https://patch-diff.githubusercontent.com/raw/viest/php-ext-xlswriter/pull/226.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7 BuildRequires: %{?scl_prefix}php-pear @@ -107,7 +105,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .pr226 # we use the system libraries rm -r library @@ -254,6 +251,10 @@ cd .. %changelog +* Tue May 26 2020 Remi Collet - 1.3.5-1 +- update to 1.3.5 +- drop patch merged upstream + * Mon Apr 13 2020 Remi Collet - 1.3.4.1-1 - update to 1.3.4.1 -- cgit