diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-dbase.spec | 7 | 
3 files changed, 8 insertions, 5 deletions
@@ -1,4 +1,4 @@  dbase -Version => 7.0.0 +Version => 7.0.1 @@ -1,7 +1,7 @@ -Extension [ <persistent> extension #86 dbase version 7.0.0 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 7.0.1-1 +- update to 7.0.1 +  * Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 7.0.0-3  - rebuild for 7.4.0RC1  | 
