summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-11-17 15:36:08 +0100
committerRemi Collet <fedora@famillecollet.com>2015-11-17 15:36:08 +0100
commitaf63abbe33ab9fb4d02a7018b952a23bd8732878 (patch)
tree42eb7c13c3af7da4da1da60ee0da0f2b9cba1057
parent0a6ee46043fd2911b570d1b2ea0e0cf2b6c8cab0 (diff)
ImageMagick-last: 6.9.2-6
-rw-r--r--php-pecl-imagick-php7.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-imagick-php7.spec b/php-pecl-imagick-php7.spec
index 1bd9cac..bad66c8 100644
--- a/php-pecl-imagick-php7.spec
+++ b/php-pecl-imagick-php7.spec
@@ -19,11 +19,11 @@
%{!?__pecl: %global __pecl %{_bindir}/pecl}
%{!?__php: %global __php %{_bindir}/php}
-%global gh_commit fccdde36a87643ea21006fad2dc9ebcdafe51035
+%global gh_commit a806b85e0bbb4314af3bdfb8477121d4d2d50248
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner mkoppanen
%global gh_project imagick
-%global gh_date 20150930
+%global gh_date 20151115
%global pecl_name imagick
%global prever dev
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
@@ -40,7 +40,7 @@ Summary: Extension to create and modify images using ImageMagick
Name: %{?sub_prefix}php-pecl-imagick
Version: 3.3.0
%if 0%{?gh_date}
-Release: 0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
%else
Release: 0.5.RC2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
@@ -307,6 +307,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Nov 17 2015 Remi Collet <remi@fedoraproject.org> - 3.3.0-0.7.20151115gita806b85
+- update for test against IM 6.9.2-6
+
* Tue Nov 3 2015 Remi Collet <remi@fedoraproject.org> - 3.3.0-0.6.20150930gitfccdde3
- git snapshot for PHP 7