diff options
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-xxtea.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #170 xxtea version 1.0.9 ] { +Extension [ <persistent> extension #169 xxtea version 1.0.10 ] { - Functions { Function [ <internal:xxtea> function xxtea_encrypt ] { diff --git a/php-pecl-xxtea.spec b/php-pecl-xxtea.spec index f0530fe..9ef2ca7 100644 --- a/php-pecl-xxtea.spec +++ b/php-pecl-xxtea.spec @@ -21,7 +21,7 @@ Summary: XXTEA encryption algorithm extension for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.0.9 +Version: 1.0.10 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: MIT Group: Development/Languages @@ -217,6 +217,9 @@ rm -rf %{buildroot} %changelog +* Sat Mar 28 2015 Remi Collet <remi@fedoraproject.org> - 1.0.10-1 +- Update to 1.0.10 + * Mon Mar 23 2015 Remi Collet <remi@fedoraproject.org> - 1.0.9-1 - Update to 1.0.9 (stable) |