summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-03-23 10:23:21 +0100
committerRemi Collet <fedora@famillecollet.com>2015-03-23 10:23:21 +0100
commit691db6dfd8afdeb27413737a502981de8f238293 (patch)
tree37cbba8934c428683c357854b23e4cd65b5021f5
parentb321238f706f6603a197e26d5d9830af2a6e3960 (diff)
php-pecl-xxtea: 1.0.6
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xxtea.spec11
2 files changed, 9 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index bb6f016..733e9a7 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #16 xxtea version 1.0.5 ] {
+Extension [ <persistent> extension #170 xxtea version 1.0.6 ] {
- Functions {
Function [ <internal:xxtea> function xxtea_encrypt ] {
diff --git a/php-pecl-xxtea.spec b/php-pecl-xxtea.spec
index 7043991..5f08abb 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.5
+Version: 1.0.6
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: MIT
Group: Development/Languages
@@ -82,7 +82,8 @@ mv %{pecl_name}-%{version} NTS
sed -e 's/role="test"/role="src"/' -i package.xml
cd NTS
-chmod -x *.c *.h CREDITS *.md
+# https://github.com/xxtea/xxtea-pecl/pull/2
+sed -e '/XXTEA_VERSION/s/1.0.5/1.0.6/' -i php_xxtea.h
# Sanity check, really often broken
extver=$(sed -n '/#define XXTEA_VERSION/{s/.* "//;s/".*$//;p}' php_xxtea.h)
@@ -218,6 +219,10 @@ rm -rf %{buildroot}
%changelog
+* Mon Mar 23 2015 Remi Collet <remi@fedoraproject.org> - 1.0.6-1
+- Update to 1.0.6 (stable)
+- open https://github.com/xxtea/xxtea-pecl/pull/2 (version)
+
* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 1.0.5-1
- initial package, version 1.0.5 (stable)
-- oipen https://github.com/xxtea/xxtea-pecl/pull/1 (typo) \ No newline at end of file
+- open https://github.com/xxtea/xxtea-pecl/pull/1 (typo) \ No newline at end of file