diff options
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-seaslog.spec | 7 |
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #201 SeasLog version 1.4.6 ] { +Extension [ <persistent> extension #200 SeasLog version 1.4.8 ] { - INI { Entry [ seaslog.default_basepath <ALL> ] @@ -34,7 +34,7 @@ Extension [ <persistent> extension #201 SeasLog version 1.4.6 ] { } - Constants [13] { - Constant [ string SEASLOG_VERSION ] { 1.4.6 } + Constant [ string SEASLOG_VERSION ] { 1.4.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 66ec69f..419019a 100644 --- a/php-pecl-seaslog.spec +++ b/php-pecl-seaslog.spec @@ -32,7 +32,7 @@ Summary: A effective,fast,stable log extension for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.4.6 +Version: 1.4.8 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 Group: Development/Languages @@ -229,8 +229,11 @@ rm -rf %{buildroot} %changelog +* Tue Nov 10 2015 Remi Collet <remi@fedoraproject.org> - 1.4.8-1 +- Update to 1.4.8 (stable) + * Fri Oct 23 2015 Remi Collet <remi@fedoraproject.org> - 1.4.6-1 -- Update to 1.4.6 +- Update to 1.4.6 (stable) * Wed Sep 23 2015 Remi Collet <remi@fedoraproject.org> - 1.4.4-1 - Update to 1.4.4 (stable) |