diff options
author | Remi Collet <remi@remirepo.net> | 2023-08-30 07:59:37 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-08-30 07:59:37 +0200 |
commit | 35a6a99493061daca0152cd9346fa05384184307 (patch) | |
tree | 5534f363ed8cda5c1a7a7b6cf34597f7ca47ad80 /php-smbclient.spec | |
parent | d00b2d5f4fbcc95db9b91a8f5e47530e4c551dc8 (diff) |
rebuild for PHP 8.3.0RC1
Diffstat (limited to 'php-smbclient.spec')
-rw-r--r-- | php-smbclient.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-smbclient.spec b/php-smbclient.spec index 668dec1..87495d3 100644 --- a/php-smbclient.spec +++ b/php-smbclient.spec @@ -37,9 +37,9 @@ Name: %{?scl_prefix}php-smbclient Version: 1.1.1 %if 0%{?gh_date} -Release: 0.9.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.10.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -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;')}} %endif Summary: PHP wrapper for libsmbclient @@ -234,6 +234,9 @@ fi %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.1.1-2 +- rebuild for PHP 8.3.0RC1 + * Mon Apr 17 2023 Remi Collet <remi@remirepo.net> - 1.1.1-1 - update to 1.1.1 - drop patch merged upstream |