Changes of Revision 12
[-] | Changed | php5-imagick.spec |
x 1
2 %define php_version %(php-config --version 2>/dev/null) 3 4 Name: php5-imagick 5 -Version: 2.2.0 6 +Version: 2.2.1 7 Release: 0 8 # 9 License: PHP 10
11 %doc CREDITS INSTALL 12 13 %changelog -n php5-imagick 14 +* Mon Oct 27 2008 Carsten Schoene <cs@linux-administrator.com> 15 +- version bump to 2.2.1 16 * Sun Jul 13 2008 Carsten Schoene <cs@linux-administrator.com> 17 - version bump to 2.2.0 18 * Mon Mar 24 2008 Carsten Schoene <cs@linux-administrator.com> 19 |
||
[+] | Added | imagick-fixes-2.2.1.patch ^ |
@@ -0,0 +1,10 @@ +--- php_imagick.h.orig 2008-03-24 15:50:10.000000000 +0100 ++++ php_imagick.h 2008-03-24 15:50:41.000000000 +0100 +@@ -45,6 +45,7 @@ + #include <wand/MagickWand.h> + #else + #include <wand/magick-wand.h> ++#include <wand/magick-image.h> + #endif + + | ||
Added | imagick-2.2.1.tgz ^ |