]> git.pld-linux.org Git - packages/php-pecl-imagick.git/commitdiff
up to 3.4.4 auto/th/php-pecl-imagick-3.4.4-1
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 22 Jun 2019 22:15:59 +0000 (01:15 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 22 Jun 2019 22:16:04 +0000 (01:16 +0300)
The 3.4.4 release is intended to be the last release (other than small
bug fixes) that will support either PHP 5.x, or ImageMagick 6.x. The
next planned release will be PHP 7.0 and ImageMagick 7.0 at least,
if not higher.

php-pecl-imagick.spec

index 9a4a8355040d6383906ba8c785d052aa486f02b0..cef31b621e1b572d9c91670ba48edac4b23773f2 100644 (file)
@@ -5,16 +5,16 @@
 %define                php_name        php%{?php_suffix}
 %define                modname         imagick
 %define                status          stable
-%define                libversion      %(pkg-config --modversion MagickCore || echo ERROR)
+%define                libversion      %(pkg-config --modversion MagickCore 2>/dev/null || echo ERROR)
 Summary:       %{modname} - PHP wrapper to the Image Magick Library
 Summary(pl.UTF-8):     %{modname} - PHP-owy wrapper do biblioteki Image Magick
 Name:          %{php_name}-pecl-%{modname}
-Version:       3.4.3
-Release:       6
+Version:       3.4.4
+Release:       1
 License:       PHP 3.01
 Group:         Development/Languages/PHP
 Source0:       https://pecl.php.net/get/%{modname}-%{version}.tgz
-# Source0-md5: d0ee25c007cd2a28cefccc0b9ee63a28
+# Source0-md5: 6d3a7048ab73b0fab931f28c484dbf76
 Patch0:                skip_version_check.patch
 URL:           https://pecl.php.net/package/imagick
 BuildRequires: %{php_name}-devel >= 4:5.3
This page took 0.118835 seconds and 4 git commands to generate.