diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-07-08 17:13:33 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-07-08 17:13:33 +0200 | 
| commit | 05a3cd08c88a11bcfc3bf9d6256e71791c4afee7 (patch) | |
| tree | 0d9e4c4d22485990e7211a13721eb7f826b1127a | |
| parent | 91bba3f060da6352048b7583228e0013a69935bc (diff) | |
php-pecl-seaslog: 1.6.2
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-seaslog.spec | 5 | 
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #143 SeasLog version 1.6.0 ] { +Extension [ <persistent> extension #143 SeasLog version 1.6.2 ] {    - Dependencies {    } @@ -49,7 +49,7 @@ Extension [ <persistent> extension #143 SeasLog version 1.6.0 ] {    }    - Constants [16] { -    Constant [ string SEASLOG_VERSION ] { 1.6.0 } +    Constant [ string SEASLOG_VERSION ] { 1.6.2 }      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 bd1a20d..1c9afc3 100644 --- a/php-pecl-seaslog.spec +++ b/php-pecl-seaslog.spec @@ -29,7 +29,7 @@  Summary:        A effective,fast,stable log extension for PHP  Name:           %{?sub_prefix}php-pecl-%{pecl_name} -Version:        1.6.0 +Version:        1.6.2  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        ASL 2.0  Group:          Development/Languages @@ -238,6 +238,9 @@ rm -rf %{buildroot}  %changelog +* Fri Jul 08 2016 Remi Collet <remi@fedoraproject.org> - 1.6.2-1 +- Update to 1.6.2 +  * Tue Jul 05 2016 Remi Collet <remi@fedoraproject.org> - 1.6.0-1  - Update to 1.6.0  - update provided configuration for new options  | 
