diff options
Diffstat (limited to 'php-smbclient.spec')
-rw-r--r-- | php-smbclient.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-smbclient.spec b/php-smbclient.spec index 4a24547..ce97d31 100644 --- a/php-smbclient.spec +++ b/php-smbclient.spec @@ -37,9 +37,9 @@ Name: %{?sub_prefix}php-smbclient Version: 1.0.0 %if 0%{?gh_date} -Release: 0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.9.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 9%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif Summary: PHP wrapper for libsmbclient @@ -201,13 +201,13 @@ done : Minimal load test for NTS extension %{__php} --no-php-ini \ --define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \ - --modules | grep %{pecl_name} + --modules | grep '^%{pecl_name}$' %if %{with_zts} : Minimal load test for ZTS extension %{__ztsphp} --no-php-ini \ --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ - --modules | grep %{pecl_name} + --modules | grep '^%{pecl_name}$' %endif %if %{with_tests} @@ -256,6 +256,9 @@ fi %changelog +* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.0.0-9 +- rebuild for PHP 8.0.0RC1 + * Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 1.0.0-8 - rebuild for PHP 8.0.0beta3 |