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 --- php-pecl-dbase.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-dbase.spec') 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