Accepting request 1042379 from server:php:extensions

OBS-URL: https://build.opensuse.org/request/show/1042379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php-imagick?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2022-12-12 16:40:16 +00:00 committed by Git OBS Bridge
commit 55e46bbc06
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)
-------------------------------------------------------------------
Wed Jan 12 20:14:28 UTC 2022 - Arjen de Korte <suse+build@de-korte.org>

View File

@ -1,5 +1,5 @@
#
# spec file
# spec file for package php-imagick
#
# Copyright (c) 2022 SUSE LLC
#
@ -19,7 +19,7 @@
%define pkg_name imagick
%define flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == ""
%if "%{flavor}" == "" || (0%{?suse_version} >= 1550 && "%{flavor}" == "php7")
%define php_name php
ExclusiveArch: do-not-build
%else