From 27f3aa22fa3f7f6eb15011bfcb9bb0a05542869a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Oct 2016 13:37:48 +0200 Subject: php-pecl-seaslog: 1.6.8 --- REFLECTION | 7 ++----- php-pecl-seaslog.spec | 8 +++++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/REFLECTION b/REFLECTION index ce9c945..e0ee584 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #143 SeasLog version 1.6.2 ] { +Extension [ extension #155 SeasLog version 1.6.8 ] { - Dependencies { } @@ -13,9 +13,6 @@ Extension [ extension #143 SeasLog version 1.6.2 ] { Entry [ seaslog.default_datetime_format ] Current = 'Y:m:d H:i:s' } - Entry [ seaslog.logger ] - Current = 'default' - } Entry [ seaslog.disting_type ] Current = '0' } @@ -49,7 +46,7 @@ Extension [ extension #143 SeasLog version 1.6.2 ] { } - Constants [16] { - Constant [ string SEASLOG_VERSION ] { 1.6.2 } + Constant [ string SEASLOG_VERSION ] { 1.6.8 } Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao [ neeke@php.net ] } Constant [ string SEASLOG_ALL ] { all } Constant [ string SEASLOG_DEBUG ] { debug } diff --git a/php-pecl-seaslog.spec b/php-pecl-seaslog.spec index 3a612ed..a5f209d 100644 --- a/php-pecl-seaslog.spec +++ b/php-pecl-seaslog.spec @@ -29,8 +29,8 @@ Summary: A effective,fast,stable log extension for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.6.2 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.6.8 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 Group: Development/Languages URL: http://pecl.php.net/package/%{proj_name} @@ -127,7 +127,6 @@ extension=%{pecl_name}.so ; Configuration ;seaslog.default_basepath = '/var/log/www' -;seaslog.default_logger = 'default' ;seaslog.default_datetime_format = 'Y:m:d H:i:s ' ;seaslog.logger = 'default' ;seaslog.disting_type = 0 @@ -242,6 +241,9 @@ rm -rf %{buildroot} %changelog +* Mon Oct 17 2016 Remi Collet - 1.6.8-1 +- Update to 1.6.8 + * Wed Sep 14 2016 Remi Collet - 1.6.2-2 - rebuild for PHP 7.1 new API version -- cgit