From 05a3cd08c88a11bcfc3bf9d6256e71791c4afee7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Jul 2016 17:13:33 +0200 Subject: php-pecl-seaslog: 1.6.2 --- REFLECTION | 4 ++-- php-pecl-seaslog.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index 273485c..ce9c945 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #143 SeasLog version 1.6.0 ] { +Extension [ extension #143 SeasLog version 1.6.2 ] { - Dependencies { } @@ -49,7 +49,7 @@ Extension [ 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 - 1.6.2-1 +- Update to 1.6.2 + * Tue Jul 05 2016 Remi Collet - 1.6.0-1 - Update to 1.6.0 - update provided configuration for new options -- cgit