summaryrefslogtreecommitdiffstats
path: root/php-pecl-json-post.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-07-07 13:46:21 +0200
committerRemi Collet <remi@php.net>2023-07-07 13:46:21 +0200
commit4590d6248cb58c9659dd730ddebb69667b8c8c1e (patch)
tree4f6a511d50a9afbe594a52d19de0adddf0098306 /php-pecl-json-post.spec
parenta348524c2b49daf4c97f787ca537d374748868a5 (diff)
update to 1.1.0
add new options in provided configuration
Diffstat (limited to 'php-pecl-json-post.spec')
-rw-r--r--php-pecl-json-post.spec17
1 files changed, 12 insertions, 5 deletions
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 <remi@remirepo.net> - 1.1.0-1
+- update to 1.1.0
+- add new options in provided configuration
+
* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.0.2-5
- rebuild for 8.1.0RC1