1
0
forked from pool/php-smbclient

Accepting request 1043403 from server:php:extensions

OBS-URL: https://build.opensuse.org/request/show/1043403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php-smbclient?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2022-12-16 21:27:21 +00:00 committed by Git OBS Bridge
commit 16d46e88a6
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Dec 10 10:32:12 UTC 2022 - Arjen de Korte <suse+build@de-korte.org>
- Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Feb 28 22:52:22 UTC 2021 - Arjen de Korte <suse+build@de-korte.org> Sun Feb 28 22:52:22 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package php-smbclient # spec file for package php-smbclient
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define pkg_name smbclient %define pkg_name smbclient
%define flavor @BUILD_FLAVOR@%{nil} %define flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "" %if "%{flavor}" == "" || (0%{?suse_version} >= 1550 && "%{flavor}" == "php7")
%define php_name php %define php_name php
ExclusiveArch: do-not-build ExclusiveArch: do-not-build
%else %else