diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-11-10 08:28:12 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-11-10 08:28:12 +0100 | 
| commit | f7423b9ef169edfc128c4441be4a8cfcb3c55c09 (patch) | |
| tree | 89d4b5b6b14e2ef502392375c36bee81f33ae5c7 | |
| parent | a95cb8142c2da31bb1660b23df11e237edcdb139 (diff) | |
php-pecl-seaslog: 1.4.8
| -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)  | 
