From 65f62fc139c8e7d607ae22de369fc5227b833139 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Jun 2021 07:11:03 +0200 Subject: update to 7.1.0 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-dbase.spec | 16 +++++++--------- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/PHPINFO b/PHPINFO index 93844e6..1ecd307 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,4 +1,4 @@ dbase -Version => 7.1.0RC2 +Version => 7.1.0 diff --git a/REFLECTION b/REFLECTION index 374df43..778d399 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,7 +1,7 @@ -Extension [ extension #117 dbase version 7.1.0RC2 ] { +Extension [ extension #119 dbase version 7.1.0 ] { - Constants [5] { - Constant [ string DBASE_VERSION ] { 7.1.0RC2 } + Constant [ string DBASE_VERSION ] { 7.1.0 } Constant [ int DBASE_TYPE_DBASE ] { 3 } Constant [ int DBASE_TYPE_FOXPRO ] { 48 } Constant [ int DBASE_RDONLY ] { 0 } diff --git a/php-pecl-dbase.spec b/php-pecl-dbase.spec index 5dafc34..be551d2 100644 --- a/php-pecl-dbase.spec +++ b/php-pecl-dbase.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-dbase # -# Copyright (c) 2015-2020 Remi Collet +# Copyright (c) 2015-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -22,7 +22,7 @@ %global ini_name 40-%{pecl_name}.ini %global upstream_version 7.1.0 -%global upstream_prever RC2 +#global upstream_prever RC2 Summary: dBase database file access functions Name: %{?sub_prefix}php-pecl-dbase @@ -32,8 +32,9 @@ License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz +BuildRequires: make BuildRequires: %{?dtsprefix}gcc -BuildRequires: %{?scl_prefix}php-devel > 7 +BuildRequires: %{?scl_prefix}php-devel >= 7.0 BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} @@ -64,12 +65,6 @@ Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter shared private -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} -%endif - %description These functions allow you to access records stored @@ -232,6 +227,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Jun 14 2021 Remi Collet - 7.1.0-1 +- update to 7.1.0 + * Mon Oct 5 2020 Remi Collet - 7.1.0~RC2-1 - update to 7.1.0RC2 -- cgit