summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-08-17 11:02:58 +0200
committerRemi Collet <fedora@famillecollet.com>2012-08-17 11:02:58 +0200
commit9f3f88081aac304639ce2dc525d79d214dcd041a (patch)
tree5e26f93bbce46118b29983d4d4f4f13214f6754b
parentdd7ab673ca386aece50837eb133be1f4f232a461 (diff)
ImageMagick-last: more work
-rw-r--r--Makefile2
-rw-r--r--php-magickwand.spec11
2 files changed, 8 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 1e65467..91b0fd5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
-include ../common/Makefile
+include ../../common/Makefile
diff --git a/php-magickwand.spec b/php-magickwand.spec
index 8db7ac8..cdd181e 100644
--- a/php-magickwand.spec
+++ b/php-magickwand.spec
@@ -3,7 +3,7 @@
Summary: PHP API for ImageMagick
Name: php-magickwand
Version: 1.0.9
-Release: 2%{?dist}
+Release: 3%{?dist}
License: ImageMagick
Group: Development/Languages
URL: http://www.magickwand.org/
@@ -16,10 +16,10 @@ Patch0: magickwand-php54.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: php-devel >= 4.3.0, autoconf, automake, libtool
-%if 0%{?fedora} >= 14 || 0%{?rhel} >= 7
-BuildRequires: ImageMagick-devel >= 6.6.0
+%if 0%{?fedora} >= 17
+BuildRequires: ImageMagick-devel >= 6.7.5
%else
-BuildRequires: ImageMagick2-devel >= 6.6.0
+BuildRequires: ImageMagick-last-devel >= 6.7.5
%endif
Requires: php(zend-abi) = %{php_zend_api}
@@ -109,6 +109,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Aug 16 2012 Remi Collet <rpms@famillecollet.com> 1.0.9-3
+- rebuild against new ImageMagick-last version 6.7.8.10
+
* Fri Apr 27 2012 Remi Collet <rpms@famillecollet.com> 1.0.9-2
- fix macro usage