summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-10-17 13:37:48 +0200
committerRemi Collet <fedora@famillecollet.com>2016-10-17 13:37:48 +0200
commit27f3aa22fa3f7f6eb15011bfcb9bb0a05542869a (patch)
treecd3e2fde9c70f8934ed36fb3f90f1345518f6b8f
parente4182f761a11ac546ab29dad8ce0957e561b8468 (diff)
php-pecl-seaslog: 1.6.8
-rw-r--r--REFLECTION7
-rw-r--r--php-pecl-seaslog.spec8
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 [ <persistent> extension #143 SeasLog version 1.6.2 ] {
+Extension [ <persistent> extension #155 SeasLog version 1.6.8 ] {
- Dependencies {
}
@@ -13,9 +13,6 @@ Extension [ <persistent> extension #143 SeasLog version 1.6.2 ] {
Entry [ seaslog.default_datetime_format <ALL> ]
Current = 'Y:m:d H:i:s'
}
- Entry [ seaslog.logger <ALL> ]
- Current = 'default'
- }
Entry [ seaslog.disting_type <ALL> ]
Current = '0'
}
@@ -49,7 +46,7 @@ Extension [ <persistent> 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 <remi@fedoraproject.org> - 1.6.8-1
+- Update to 1.6.8
+
* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.6.2-2
- rebuild for PHP 7.1 new API version