diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-30 12:11:50 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-30 12:11:50 +0200 |
commit | a0335945f34fc19f118c05241565f5e4d6c509cc (patch) | |
tree | b5d9d8207e6c51fba5a27ef05cfcca126e5acdc2 | |
parent | ff2674d48aa99dcc3478d503aa555ed7ad09547d (diff) |
rebuild for PHP 8.0.0RC1
-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 |