From 35a6a99493061daca0152cd9346fa05384184307 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 07:59:37 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-smbclient.spec | 7 +++++-- 1 file 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 - 1.1.1-2 +- rebuild for PHP 8.3.0RC1 + * Mon Apr 17 2023 Remi Collet - 1.1.1-1 - update to 1.1.1 - drop patch merged upstream -- cgit