summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-01-05 17:19:37 +0100
committerRemi Collet <fedora@famillecollet.com>2016-01-05 17:19:37 +0100
commit98b1b011976269e546530c38004956ba8001a5f9 (patch)
tree0cdd13829b91713cc9d1bd53562cb5e9df8d5858
parent79c183969276f5f612879e4dea245e6c3d8f19c9 (diff)
php-pecl-xxtea: 1.0.11 (stable)
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xxtea.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index 9a903b4..99d5f0b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #169 xxtea version 1.0.10 ] {
+Extension [ <persistent> extension #187 xxtea version 1.0.11 ] {
- Functions {
Function [ <internal:xxtea> function xxtea_encrypt ] {
diff --git a/php-pecl-xxtea.spec b/php-pecl-xxtea.spec
index 8b5150f..5e6c59c 100644
--- a/php-pecl-xxtea.spec
+++ b/php-pecl-xxtea.spec
@@ -20,7 +20,7 @@
%{!?__php: %global __php %{_bindir}/php}
%global pecl_name xxtea
-%global with_zts 0%{?__ztsphp:1}
+%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%if "%{php_version}" < "5.6"
%global ini_name %{pecl_name}.ini
%else
@@ -29,8 +29,8 @@
Summary: XXTEA encryption algorithm extension for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.0.10
-Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.0.11
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -231,6 +231,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Jan 05 2016 Remi Collet <remi@fedoraproject.org> - 1.0.11-1
+- Update to 1.0.11 (stable)
+
* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 1.0.10-6
- rebuild for PHP 7.0.0RC5 new API version