From 842fcb32d770112f6977ed1eb9a1c546be9af172 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 May 2019 18:15:10 +0200 Subject: v3.4.4 --- php-pecl-imagick.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-pecl-imagick.spec') diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index 8fc554c..dfed6ce 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -28,7 +28,7 @@ %global ini_name 40-%{pecl_name}.ini %endif %global upstream_version 3.4.4 -%global upstream_prever RC2 +#global upstream_prever RC2 # We don't really rely on upstream ABI %global imbuildver %(pkg-config --silence-errors --modversion ImageMagick 2>/dev/null || echo 65536) @@ -40,7 +40,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 0.5.%{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: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif License: PHP @@ -300,8 +300,11 @@ cd ../ZTS %changelog -* Wed Apr 17 2019 Remi Collet - 3.4.4~RC2-1 -- update to 3.4.4RC1 +* Thu May 2 2019 Remi Collet - 3.4.4-1 +- update to 3.4.4 + +* Wed Apr 17 2019 Remi Collet - 3.4.4~RC2-2 +- update to 3.4.4RC2 - drop patches merged upstream * Tue Apr 16 2019 Remi Collet - 3.4.4~RC1-2 -- cgit