diff options
| -rw-r--r-- | php-pecl-interbase.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-interbase.spec b/php-pecl-interbase.spec index 1ce0b23..4a55045 100644 --- a/php-pecl-interbase.spec +++ b/php-pecl-interbase.spec @@ -34,7 +34,7 @@  Summary:        InterBase/FireBird extension  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release:        3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        PHP  URL:            http://pecl.php.net/package/%{pecl_name} @@ -233,6 +233,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.0~DEV.20190523-4 +- rebuild for 7.4.0RC1 +  * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 1.0.0~DEV.20190523-3  - rebuild for 7.4.0beta1  | 
