summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-23 07:39:04 +0100
committerRemi Collet <remi@remirepo.net>2020-01-23 07:39:04 +0100
commitb3cf066d21985db3c7a1ea6c2ce364b6535b9927 (patch)
tree4fe3e6574a0e12e0fb25c809818c387cddf90a93
parentdbc33510955741272ee8fdcf8daa6989e926a834 (diff)
v1.7.0
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION9
-rw-r--r--php-pecl-hprose.spec17
3 files changed, 14 insertions, 14 deletions
diff --git a/PHPINFO b/PHPINFO
index 124fe8a..2f396fa 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -3,6 +3,6 @@ hprose
hprose support => enabled
session support => enabled
-hprose version => 1.6.8
+hprose version => 1.7.0
hprose author => Ma Bingyao
hprose homepage => https://github.com/hprose/hprose-pecl
diff --git a/REFLECTION b/REFLECTION
index f5c0641..d6e1fb7 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #103 hprose version 1.6.8 ] {
+Extension [ <persistent> extension #108 hprose version 1.7.0 ] {
- Functions {
Function [ <internal:hprose> function hprose_serialize ] {
@@ -25,7 +25,7 @@ Extension [ <persistent> extension #103 hprose version 1.6.8 ] {
- Classes [7] {
Class [ <internal:hprose> class Hprose\Tags ] {
- - Constants [34] {
+ - Constants [35] {
Constant [ public string TagInteger ] { i }
Constant [ public string TagLong ] { l }
Constant [ public string TagDouble ] { d }
@@ -54,12 +54,13 @@ Extension [ <persistent> extension #103 hprose version 1.6.8 ] {
Constant [ public string TagClosebrace ] { } }
Constant [ public string TagQuote ] { " }
Constant [ public string TagPoint ] { . }
- Constant [ public string TagFunctions ] { F }
+ Constant [ public string TagHeader ] { H }
Constant [ public string TagCall ] { C }
Constant [ public string TagResult ] { R }
- Constant [ public string TagArgument ] { A }
Constant [ public string TagError ] { E }
Constant [ public string TagEnd ] { z }
+ Constant [ public string TagFunctions ] { F }
+ Constant [ public string TagArgument ] { A }
}
- Static properties [0] {
diff --git a/php-pecl-hprose.spec b/php-pecl-hprose.spec
index 4a34d99..978c257 100644
--- a/php-pecl-hprose.spec
+++ b/php-pecl-hprose.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-hprose
#
-# Copyright (c) 2015-2019 Remi Collet
+# Copyright (c) 2015-2020 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -22,11 +22,11 @@
Summary: Hprose for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.6.8
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.7.0
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
-URL: http://pecl.php.net/package/%{pecl_name}
-Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
+URL: https://pecl.php.net/package/%{pecl_name}
+Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel
@@ -47,10 +47,6 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele
%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
# Other third party repo stuff
-%if "%{php_version}" > "7.1"
-Obsoletes: php71u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
-%endif
%if "%{php_version}" > "7.2"
Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
@@ -234,6 +230,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Thu Jan 23 2020 Remi Collet <remi@remirepo.net> - 1.7.0-1
+- update to 1.7.0
+
* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.6.8-3
- rebuild for 7.4.0RC1