summaryrefslogtreecommitdiffstats
path: root/php-pecl-seaslog.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-seaslog.spec')
-rw-r--r--php-pecl-seaslog.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/php-pecl-seaslog.spec b/php-pecl-seaslog.spec
index 208b705..7e4857e 100644
--- a/php-pecl-seaslog.spec
+++ b/php-pecl-seaslog.spec
@@ -25,8 +25,8 @@
Summary: An effective, fast, stable log extension for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.8.4
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.8.6
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: http://pecl.php.net/package/%{proj_name}
Source0: http://pecl.php.net/get/%{proj_name}-%{version}.tgz
@@ -134,17 +134,19 @@ extension=%{pecl_name}.so
;seaslog.disting_type = 0
;seaslog.disting_by_hour = 0
;seaslog.use_buffer = 0
+;seaslog.buffer_size = 0
+;seaslog.buffer_disabled_in_cli => 0
;seaslog.trace_notice = 0
;seaslog.trace_warning = 0
;seaslog.trace_error = 1
;seaslog.trace_exception = 0
-;seaslog.buffer_size = 0
;seaslog.level = 0
;seaslog.recall_depth = 0
;seaslog.appender = 1
;seaslog.appender_retry = 0
;seaslog.remote_host = '127.0.0.1'
;seaslog.remote_port = 514
+;seaslog.remote_timeout => 1 => 1
;seaslog.trim_wrap = 0
;seaslog.throw_exception = 1
;seaslog.ignore_warning = 1
@@ -247,6 +249,9 @@ fi
%changelog
+* Sat Sep 8 2018 Remi Collet <remi@remirepo.net> - 1.8.6-1
+- update to 1.8.6
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.8.4-3
- rebuild for 7.3.0beta2 new ABI