]> git.pld-linux.org Git - packages/php-pecl-imagick.git/blobdiff - php-pecl-imagick.spec
Rel 4
[packages/php-pecl-imagick.git] / php-pecl-imagick.spec
index dadcd74e8a3ada7aad9549c3c6a31762160279ab..fe43eca8f03c05fe700a24ca9ecd8d1fabbdd453 100644 (file)
@@ -9,12 +9,12 @@
 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.5.1
-Release:       1
+Version:       3.7.0
+Release:       4
 License:       PHP 3.01
 Group:         Development/Languages/PHP
 Source0:       https://pecl.php.net/get/%{modname}-%{version}.tgz
-# Source0-md5: c1385a8dabdf3aa3245f09580583dbd2
+# Source0-md5: 0687774a6126467d4e5ede02171e981d
 Patch0:                skip_version_check.patch
 URL:           https://pecl.php.net/package/imagick
 BuildRequires: %{php_name}-cli
@@ -79,7 +79,10 @@ xfail() {
 
 while read line; do
        t=${line##*\[}; t=${t%\]}
-       test -z "$t" -o "${t:0:1}" = '#' && continue
+       test -z "$t" && continue
+       case "$t" in
+               '#'*) continue;;
+       esac
        xfail $t
 done << 'EOF'
 
This page took 0.02636 seconds and 4 git commands to generate.