From 996925aaf78cd41dff98d3b695b0d888be5bd97a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Jul 2019 07:58:48 +0200 Subject: - new upstream sources - drop patch merged upstream --- php-pecl-xlswriter.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-pecl-xlswriter.spec') diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 16b8f80..88cd4c8 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -27,13 +27,11 @@ Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.2.6 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?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 -Patch0: https://patch-diff.githubusercontent.com/raw/viest/php-ext-excel-export/pull/132.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7 BuildRequires: %{?scl_prefix}php-pear @@ -104,8 +102,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .pr132 - # we use the system library rm -r library @@ -249,6 +245,10 @@ cd .. %changelog +* Wed Jul 10 2019 Remi Collet - 1.2.6-2 +- new upstream sources +- drop patch merged upstream + * Wed Jul 10 2019 Remi Collet - 1.2.6-1 - update to 1.2.6 -- cgit