summaryrefslogtreecommitdiffstats
path: root/php-pecl-xlswriter.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-xlswriter.spec')
-rw-r--r--php-pecl-xlswriter.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec
index ab6a284..3565f46 100644
--- a/php-pecl-xlswriter.spec
+++ b/php-pecl-xlswriter.spec
@@ -30,14 +30,11 @@
Summary: An efficient and fast xlsx file export extension
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.2.9
-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/173.patch
-Patch1: https://patch-diff.githubusercontent.com/raw/viest/php-ext-excel-export/pull/174.patch
-
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 7
BuildRequires: %{?scl_prefix}php-pear
@@ -112,8 +109,6 @@ sed -e 's/role="test"/role="src"/' \
cd NTS
# we use the system libraries
rm -r library
-%patch0 -p1 -b .pr173
-%patch1 -p1 -b .pr174
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_XLSWRITER_VERSION/{s/.* "//;s/".*$//;p}' php_xlswriter.h)
@@ -257,6 +252,10 @@ cd ..
%changelog
+* Fri Sep 20 2019 Remi Collet <remi@remirepo.net> - 1.2.9-2
+- update to 1.2.9 (new tag)
+- drop patches merged upstream
+
* Fri Sep 20 2019 Remi Collet <remi@remirepo.net> - 1.2.9-1
- update to 1.2.9
- drop patch merged upstream