rpms/php-magickwand/F-8 .cvsignore, 1.4, 1.5 php-magickwand.spec, 1.5, 1.6 sources, 1.4, 1.5

Robert Scheck (robert) fedora-extras-commits at redhat.com
Fri Feb 15 08:36:42 UTC 2008


Author: robert

Update of /cvs/extras/rpms/php-magickwand/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17988

Modified Files:
	.cvsignore php-magickwand.spec sources 
Log Message:
ork around missing MagickSetImageAlphaChannel ABI (#432794)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-magickwand/F-8/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	9 Feb 2008 20:48:19 -0000	1.4
+++ .cvsignore	15 Feb 2008 08:36:00 -0000	1.5
@@ -1 +1,2 @@
 MagickWandForPHP-1.0.6.tar.gz
+php-magickwand-1.0.6-abi.patch


Index: php-magickwand.spec
===================================================================
RCS file: /cvs/extras/rpms/php-magickwand/F-8/php-magickwand.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- php-magickwand.spec	9 Feb 2008 20:48:19 -0000	1.5
+++ php-magickwand.spec	15 Feb 2008 08:36:00 -0000	1.6
@@ -3,12 +3,13 @@
 Summary:	PHP API for ImageMagick
 Name:		php-magickwand
 Version:	1.0.6
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	ImageMagick
 Group:		Development/Languages
 # Only latest version is always kept on: http://www.magickwand.org/download/php/
 Source0:	http://image_magick.veidrodis.com/image_magick/php/MagickWandForPHP-%{version}.tar.gz
 Source1:	magickwand.ini
+Patch:		php-magickwand-1.0.6-abi.patch
 URL:		http://www.magickwand.org/
 BuildRequires:	php-devel >= 4.3.0, ImageMagick-devel >= 6.3.5.9, autoconf, automake, libtool
 Requires:	php-api = %((echo %{default_apiver}; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
@@ -22,6 +23,7 @@
 
 %prep
 %setup -q -n MagickWandForPHP-%{version}
+%patch -p1 -b .abi
 export PHP_RPATH=no
 phpize
 %configure
@@ -50,6 +52,9 @@
 %config(noreplace) %{_sysconfdir}/php.d/magickwand.ini
 
 %changelog
+* Thu Feb 14 2008 Robert Scheck <robert at fedoraproject.org> 1.0.6-2
+- Work around missing MagickSetImageAlphaChannel ABI (#432794)
+
 * Sat Feb 09 2008 Robert Scheck <robert at fedoraproject.org> 1.0.6-1
 - Upgrade to 1.0.6
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-magickwand/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	9 Feb 2008 20:48:19 -0000	1.4
+++ sources	15 Feb 2008 08:36:00 -0000	1.5
@@ -1 +1,2 @@
 4b158b11d123a9c2ec8c96c3b44a3f44  MagickWandForPHP-1.0.6.tar.gz
+6b8f38772c17b73d775ab8e73062a935  php-magickwand-1.0.6-abi.patch




More information about the fedora-extras-commits mailing list