From 3a9b4d61488def6cc5bcd668236f34eeaee67355 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Apr 2023 08:00:07 +0200 Subject: update to 1.1.1 drop patch merged upstream --- php-smbclient.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-smbclient.spec') 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 - 1.1.1-1 +- update to 1.1.1 +- drop patch merged upstream + * Mon Apr 3 2023 Remi Collet - 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 -- cgit