diff --git a/php-imagick.changes b/php-imagick.changes index e0a7dea..8fc1e2b 100644 --- a/php-imagick.changes +++ b/php-imagick.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Dec 10 10:32:12 UTC 2022 - Arjen de Korte + +- Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL) + ------------------------------------------------------------------- Wed Jan 12 20:14:28 UTC 2022 - Arjen de Korte diff --git a/php-imagick.spec b/php-imagick.spec index de6a580..aa5130d 100644 --- a/php-imagick.spec +++ b/php-imagick.spec @@ -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