From 776c1ad987704bd00052ff8c04dbf2f83940bb92 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 19 Jan 2024 17:59:27 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: php-devel>=8.3.1-1mamba [release 3.7.0-4mamba;Tue Jan 16 2024] --- php-imagick.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-imagick.spec b/php-imagick.spec index 6a054ac..fdc8967 100644 --- a/php-imagick.spec +++ b/php-imagick.spec @@ -1,7 +1,7 @@ %define php_majver %(php-config --version | cut -d. -f1-2) Name: php-imagick Version: 3.7.0 -Release: 3mamba +Release: 4mamba Summary: PHP wrapper to the ImageMagick library Group: System/Servers Vendor: openmamba @@ -14,8 +14,8 @@ License: PHP License BuildRequires: glibc-devel BuildRequires: libgomp-devel ## AUTOBUILDREQ-END +BuildRequires: php-devel >= 8.3.1-1mamba BuildRequires: libMagick-devel >= 7.1.1.26 -BuildRequires: php-devel >= 7.4.33 Requires: php >= %{php_majver} Requires: php <= %{php_majver}.99 @@ -89,6 +89,9 @@ fi %{_libdir}/php/extensions/imagick.so %changelog +* Tue Jan 16 2024 Automatic Build System 3.7.0-4mamba +- rebuilt by autoport with build requirements: php-devel>=8.3.1-1mamba + * Mon Jan 15 2024 Silvan Calarco 3.7.0-3mamba - rebuilt with current ImageMagick and php