From 4590d6248cb58c9659dd730ddebb69667b8c8c1e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Jul 2023 13:46:21 +0200 Subject: update to 1.1.0 add new options in provided configuration --- php-pecl-json-post.spec | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'php-pecl-json-post.spec') diff --git a/php-pecl-json-post.spec b/php-pecl-json-post.spec index 35e75bf..8dde864 100644 --- a/php-pecl-json-post.spec +++ b/php-pecl-json-post.spec @@ -3,8 +3,8 @@ # # Fedora spec file for php-pecl-json-post # -# Copyright (c) 2015-2021 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2015-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -28,9 +28,9 @@ Summary: JSON POST handler Name: %{?sub_prefix}php-pecl-json-post -Version: 1.0.2 -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -License: BSD +Version: 1.1.0 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +License: BSD-2-Clause URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -112,6 +112,9 @@ extension=%{pecl_name}.so ; Configuration ;json_post.flags=1 +;json_post.onerror.response = 0 +;json_post.onerror.exit = 0 +;json_post.onerror.warning = 0 EOF @@ -226,6 +229,10 @@ cd ../ZTS %changelog +* Thu Sep 23 2021 Remi Collet - 1.1.0-1 +- update to 1.1.0 +- add new options in provided configuration + * Wed Sep 01 2021 Remi Collet - 1.0.2-5 - rebuild for 8.1.0RC1 -- cgit