From fdb6301b9179bfa8b858ff80f671c8b832ac0010 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Sep 2025 07:27:25 +0200 Subject: rebuild for 8.5.0alpha3 --- php-smbclient.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-smbclient.spec b/php-smbclient.spec index 813f2b7..d78ffaf 100644 --- a/php-smbclient.spec +++ b/php-smbclient.spec @@ -33,7 +33,7 @@ Name: %{?scl_prefix}php-smbclient Version: 1.1.2 -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;')}} Summary: PHP wrapper for libsmbclient @@ -190,6 +190,9 @@ cp %{SOURCE2} phpunit.xml %changelog +* Wed Jul 30 2025 Remi Collet - 1.1.2-2 +- rebuild for 8.5.0alpha3 + * Tue Nov 26 2024 Remi Collet - 1.1.2-1 - update to 1.1.2 - open https://github.com/eduardok/libsmbclient-php/issues/106 broken for PHP 5 -- cgit