From b3cf066d21985db3c7a1ea6c2ce364b6535b9927 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Jan 2020 07:39:04 +0100 Subject: v1.7.0 --- PHPINFO | 2 +- REFLECTION | 9 +++++---- php-pecl-hprose.spec | 17 ++++++++--------- 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 [ extension #103 hprose version 1.6.8 ] { +Extension [ extension #108 hprose version 1.7.0 ] { - Functions { Function [ function hprose_serialize ] { @@ -25,7 +25,7 @@ Extension [ extension #103 hprose version 1.6.8 ] { - Classes [7] { Class [ 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 [ 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 - 1.7.0-1 +- update to 1.7.0 + * Tue Sep 03 2019 Remi Collet - 1.6.8-3 - rebuild for 7.4.0RC1 -- cgit