From 916a5c6ebd8e10e5a2e7fb2bd9ba5a05a26914c7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Oct 2019 07:50:58 +0200 Subject: v7.0.1 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-dbase.spec | 7 +++++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 6db6943..55fef7e 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,4 +1,4 @@ dbase -Version => 7.0.0 +Version => 7.0.1 diff --git a/REFLECTION b/REFLECTION index d20c861..ab95f46 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,7 +1,7 @@ -Extension [ extension #86 dbase version 7.0.0 ] { +Extension [ extension #84 dbase version 7.0.1 ] { - Constants [5] { - Constant [ string DBASE_VERSION ] { 7.0.0 } + Constant [ string DBASE_VERSION ] { 7.0.1 } Constant [ integer DBASE_TYPE_DBASE ] { 3 } Constant [ integer DBASE_TYPE_FOXPRO ] { 48 } Constant [ integer DBASE_RDONLY ] { 0 } diff --git a/php-pecl-dbase.spec b/php-pecl-dbase.spec index ad6bc75..a6a9b3c 100644 --- a/php-pecl-dbase.spec +++ b/php-pecl-dbase.spec @@ -23,8 +23,8 @@ Summary: dBase database file access functions Name: %{?sub_prefix}php-pecl-dbase -Version: 7.0.0 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 7.0.1 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -232,6 +232,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Oct 21 2019 Remi Collet - 7.0.1-1 +- update to 7.0.1 + * Tue Sep 03 2019 Remi Collet - 7.0.0-3 - rebuild for 7.4.0RC1 -- cgit