summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-01-06 17:45:52 +0100
committerRemi Collet <fedora@famillecollet.com>2016-01-06 17:45:52 +0100
commit78e9413b32eb3d195ab0e55fc50b1f649650e44b (patch)
tree7f1fb387112afe7f5f0ab14713ebe8657ed6bf4c
parent9ebe640f55fd91bde95b70ce33222a6530217078 (diff)
php-pecl-hprose: 1.6.4 (stable)
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-hprose.spec8
2 files changed, 6 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index e4923b3..8526556 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #104 hprose version 1.6.3 ] {
+Extension [ <persistent> extension #104 hprose version 1.6.4 ] {
- Functions {
Function [ <internal:hprose> function hprose_serialize ] {
diff --git a/php-pecl-hprose.spec b/php-pecl-hprose.spec
index ca9fc2f..5fef179 100644
--- a/php-pecl-hprose.spec
+++ b/php-pecl-hprose.spec
@@ -30,7 +30,7 @@
Summary: Hprose for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.6.3
+Version: 1.6.4
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
Group: Development/Languages
@@ -104,8 +104,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
-# see https://github.com/hprose/hprose-pecl/pull/12
-sed -e s/zend_error_noreturn/zend_error/ -i hprose_reader.h
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_HPROSE_VERSION/{s/.* "//;s/".*$//;p}' php_hprose.h)
@@ -242,6 +240,10 @@ rm -rf %{buildroot}
%changelog
+* Wed Jan 06 2016 Remi Collet <remi@fedoraproject.org> - 1.6.4-1
+- Update to 1.6.4 (stable)
+ no change, only our patch merged
+
* Wed Jan 06 2016 Remi Collet <remi@fedoraproject.org> - 1.6.3-1
- Update to 1.6.3 (stable)