diff options
-rw-r--r-- | php-pecl-dbase.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-dbase.spec b/php-pecl-dbase.spec index f0ed177..85ad9da 100644 --- a/php-pecl-dbase.spec +++ b/php-pecl-dbase.spec @@ -24,7 +24,7 @@ Summary: dBase database file access functions Name: %{?sub_prefix}php-pecl-dbase Version: 7.0.0 -Release: 0.5.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.6.%{prever}%{?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 @@ -244,6 +244,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 7.0.0-0.6.beta1 +- rebuild for 7.3.0beta2 new ABI + * Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 7.0.0-0.5.beta1 - rebuld for 7.3.0alpha4 new ABI |