summaryrefslogtreecommitdiffstats
path: root/php-pecl-imagick.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-02 18:15:10 +0200
committerRemi Collet <remi@remirepo.net>2019-05-02 18:15:10 +0200
commit842fcb32d770112f6977ed1eb9a1c546be9af172 (patch)
treec3facb80be5af18c88581ed5c66af3f9ef03e38b /php-pecl-imagick.spec
parent5f8482e72c0bc0f9bf6f55fe646a888556d1c863 (diff)
v3.4.4
Diffstat (limited to 'php-pecl-imagick.spec')
-rw-r--r--php-pecl-imagick.spec11
1 files changed, 7 insertions, 4 deletions
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 <remi@remirepo.net> - 3.4.4~RC2-1
-- update to 3.4.4RC1
+* Thu May 2 2019 Remi Collet <remi@remirepo.net> - 3.4.4-1
+- update to 3.4.4
+
+* Wed Apr 17 2019 Remi Collet <remi@remirepo.net> - 3.4.4~RC2-2
+- update to 3.4.4RC2
- drop patches merged upstream
* Tue Apr 16 2019 Remi Collet <remi@remirepo.net> - 3.4.4~RC1-2