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.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec
index 3565f46..4892581 100644
--- a/php-pecl-xlswriter.spec
+++ b/php-pecl-xlswriter.spec
@@ -7,8 +7,6 @@
# Please, preserve the changelog entries
#
-# TODO unbundle libxlsxio
-
# we don't want -z defs linker flag
%undefine _strict_symbol_defs_build
@@ -29,8 +27,8 @@
Summary: An efficient and fast xlsx file export extension
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.2.9
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.3.0
+Release: 1%{?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
@@ -252,6 +250,9 @@ cd ..
%changelog
+* Wed Sep 25 2019 Remi Collet <remi@remirepo.net> - 1.3.0-1
+- update to 1.3.0
+
* Fri Sep 20 2019 Remi Collet <remi@remirepo.net> - 1.2.9-2
- update to 1.2.9 (new tag)
- drop patches merged upstream