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