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 cd886cd..185cd8c 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:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        PHP  URL:            http://pecl.php.net/package/%{pecl_name} @@ -233,5 +233,8 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 1.0.0~DEV.20190523-2 +- rebuild +  * Thu May 23 2019 Remi Collet <remi@remirepo.net> - 1.0.0~DEV.20190523-1  - initial package, version 1.0.0-dev  | 
