summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-smbclient.spec7
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