From ff11c34d554c2da828b6695298a2ec87f295b4aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 15 Sep 2019 08:15:24 +0200 Subject: - update to 1.2.8 (new tarball) - drop missing source added upstream --- php-pecl-xlswriter.spec | 10 +++++----- skipif.inc | 21 --------------------- 2 files changed, 5 insertions(+), 26 deletions(-) delete mode 100644 skipif.inc diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 57744a9..e80f41e 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -29,11 +29,10 @@ Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.2.8 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?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 -Source1: https://raw.githubusercontent.com/viest/php-ext-excel-export/master/tests/include/skipif.inc BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7 @@ -108,9 +107,6 @@ cd NTS # we use the system library rm -r library/libxlsxwriter/src -mkdir tests/include -cp %{SOURCE1} tests/include - # Sanity check, really often broken extver=$(sed -n '/#define PHP_XLSWRITER_VERSION/{s/.* "//;s/".*$//;p}' php_xlswriter.h) if test "x${extver}" != "x%{version}%{?prever:-%{prever}}"; then @@ -256,6 +252,10 @@ cd .. %changelog +* Sat Sep 14 2019 Remi Collet - 1.2.8-2 +- update to 1.2.8 (new tarball) +- drop missing source added upstream + * Sat Sep 14 2019 Remi Collet - 1.2.8-2 - update to 1.2.8 (new tarball) - drop patch merged upstream diff --git a/skipif.inc b/skipif.inc deleted file mode 100644 index 591e7f8..0000000 --- a/skipif.inc +++ /dev/null @@ -1,21 +0,0 @@ -