From 8fff19ef53f25ca8ad9becca51db83cfda9a486b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 6 Dec 2015 18:41:57 +0100 Subject: php-pecl-seaslog: 1.5.0 --- REFLECTION | 4 ++-- php-pecl-seaslog.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index a1f499e..5b34ca9 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #200 SeasLog version 1.4.8 ] { +Extension [ extension #202 SeasLog version 1.5.0 ] { - INI { Entry [ seaslog.default_basepath ] @@ -34,7 +34,7 @@ Extension [ extension #200 SeasLog version 1.4.8 ] { } - Constants [13] { - Constant [ string SEASLOG_VERSION ] { 1.4.8 } + Constant [ string SEASLOG_VERSION ] { 1.5.0 } 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 419019a..07bea9f 100644 --- a/php-pecl-seaslog.spec +++ b/php-pecl-seaslog.spec @@ -20,7 +20,7 @@ %{!?__pecl: %global __pecl %{_bindir}/pecl} %{!?__php: %global __php %{_bindir}/php} -%global with_zts 0%{?__ztsphp:1} +%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global proj_name SeasLog %global pecl_name seaslog %global with_tests 0%{!?_without_tests:1} @@ -32,7 +32,7 @@ Summary: A effective,fast,stable log extension for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.4.8 +Version: 1.5.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 Group: Development/Languages @@ -229,6 +229,9 @@ rm -rf %{buildroot} %changelog +* Sun Dec 06 2015 Remi Collet - 1.5.0-1 +- Update to 1.5.0 + * Tue Nov 10 2015 Remi Collet - 1.4.8-1 - Update to 1.4.8 (stable) -- cgit