From 98b1b011976269e546530c38004956ba8001a5f9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Jan 2016 17:19:37 +0100 Subject: php-pecl-xxtea: 1.0.11 (stable) --- REFLECTION | 2 +- php-pecl-xxtea.spec | 9 ++++++--- 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 [ extension #169 xxtea version 1.0.10 ] { +Extension [ extension #187 xxtea version 1.0.11 ] { - Functions { Function [ 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 - 1.0.11-1 +- Update to 1.0.11 (stable) + * Tue Oct 13 2015 Remi Collet - 1.0.10-6 - rebuild for PHP 7.0.0RC5 new API version -- cgit