summaryrefslogtreecommitdiffstats
path: root/php-smbclient.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-04-17 08:00:07 +0200
committerRemi Collet <remi@php.net>2023-04-17 08:00:07 +0200
commit3a9b4d61488def6cc5bcd668236f34eeaee67355 (patch)
tree4c823e9182eb13ee9184ff0a01bd135671ab894a /php-smbclient.spec
parent6ab913b164493f95aceaf412e2108d7369a4f9c6 (diff)
update to 1.1.1
drop patch merged upstream
Diffstat (limited to 'php-smbclient.spec')
-rw-r--r--php-smbclient.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/php-smbclient.spec b/php-smbclient.spec
index a815019..668dec1 100644
--- a/php-smbclient.spec
+++ b/php-smbclient.spec
@@ -35,11 +35,11 @@
Name: %{?scl_prefix}php-smbclient
-Version: 1.1.0
+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;')}}
%else
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
Summary: PHP wrapper for libsmbclient
@@ -55,8 +55,6 @@ Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
Source2: %{pecl_name}-phpunit.xml
%endif
-Patch0: %{pecl_name}-bug98.patch
-
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel
BuildRequires: %{?scl_prefix}php-pear
@@ -119,8 +117,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
-%patch -P0 -p1 -b .pr100
-
# Check extension version
ver=$(sed -n '/define PHP_SMBCLIENT_VERSION/{s/.* "//;s/".*$//;p}' php_smbclient.h)
if test "$ver" != "%{version}%{?prever}%{?gh_date:-dev}"; then
@@ -238,6 +234,10 @@ fi
%changelog
+* Mon Apr 17 2023 Remi Collet <remi@remirepo.net> - 1.1.1-1
+- update to 1.1.1
+- drop patch merged upstream
+
* Mon Apr 3 2023 Remi Collet <remi@remirepo.net> - 1.1.0-2
- add workaround for regression in libsmbclient 4.16.9/4.17.5
from https://github.com/eduardok/libsmbclient-php/pull/100