Changes of Revision 16
[-] | 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.2 6 +Version: 3.0.0 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-fixes-%{version}.patch 16 17 %description 18 19
20 %prep 21 22 %setup -n imagick-%{version} 23 -%patch0 24 +##patch0 25 26 %{__mkdir} %{name} 27 28
29 %doc CREDITS INSTALL 30 31 %changelog -n php5-imagick 32 +* Thu Jul 22 2010 Carsten Schoene <cs@linux-administrator.com> - 3.0.0-1 33 +- update to release 3.0.0 34 * Sat Feb 07 2009 Carsten Schoene <cs@linux-administrator.com> 35 - version bump to 2.2.2 36 * Mon Oct 27 2008 Carsten Schoene <cs@linux-administrator.com> 37 |
||
Added | imagick-3.0.0.tgz ^ |