Changes of Revision 6
[-] | Changed | php4-imagick.spec |
x 1
2 %define php_version %(php-config4 --version 2>/dev/null) 3 4 Name: php4-imagick 5 -Version: 2.2.2 6 +Version: 0.9.13 7 Release: 0 8 # 9 License: PHP 10
11 URL: http://pecl.php.net/package/imagick/ 12 Source: http://pecl.php.net/package/imagick/imagick-%{version}.tgz 13 Summary: Provides a wrapper to the ImageMagick/GraphicsMagick library. 14 -Patch0: imagick-fixes-%{version}.patch 15 +Patch0: imagick-exception.diff 16 17 %description 18 19
20 %prep 21 22 %setup -n imagick-%{version} 23 -%patch0 24 +%patch0 -p1 25 26 %{__mkdir} %{name} 27 28
29 %doc CREDITS INSTALL 30 31 %changelog -n php4-imagick 32 -* Sat Aug 08 2009 Carsten Schoene <cs@linux-administrator.com> - 2.2.2-1 33 +* Sat Aug 08 2009 Carsten Schoene <cs@linux-administrator.com> - 0.9.13-1 34 - build for php4 35 -* Sat Feb 07 2009 Carsten Schoene <cs@linux-administrator.com> 36 -- version bump to 2.2.2 37 -* Mon Oct 27 2008 Carsten Schoene <cs@linux-administrator.com> 38 -- version bump to 2.2.1 39 -* Sun Jul 13 2008 Carsten Schoene <cs@linux-administrator.com> 40 -- version bump to 2.2.0 41 -* Mon Mar 24 2008 Carsten Schoene <cs@linux-administrator.com> 42 -- version bump to 2.1.1 43 -* Fri Jul 01 2006 - soporte@onfocus.cl 44 -- very first build 45 |
||
[+] | Added | imagick-exception.diff ^ |
@@ -0,0 +1,10 @@ +--- imagick-0.9.13/imagick.c.orig 2008-03-06 05:47:31.000000000 +0100 ++++ imagick-0.9.13/imagick.c 2008-03-06 05:48:15.000000000 +0100 +@@ -728,6 +728,7 @@ + + #if (defined(HAVE_IMAGEMAGICK) && MagickLibVersion > 0x600) + #if MagickLibVersion >= 0x611 ++ GetExceptionInfo(&exception); + magick_info = GetMagickInfoList("*", &number_formats, &exception); + #else + magick_info = GetMagickInfoList("*", &number_formats); | ||
Added | imagick-0.9.13.tgz ^ | |
Added | imagick-2.0.1.tgz ^ |