summaryrefslogtreecommitdiffstats
path: root/php-pecl-mustache.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-19 02:39:19 +0200
committerRemi Collet <remi@remirepo.net>2017-07-19 02:39:19 +0200
commit1633d77240383a7e1bb55a666b704a9a3228a95a (patch)
tree1210f271368f14d459c435e57ef1e55d783fc9bf /php-pecl-mustache.spec
parent48ee61becc750ecc955f93780f51c07b406d48a6 (diff)
v0.7.4 (stable)
Diffstat (limited to 'php-pecl-mustache.spec')
-rw-r--r--php-pecl-mustache.spec10
1 files changed, 6 insertions, 4 deletions
diff --git a/php-pecl-mustache.spec b/php-pecl-mustache.spec
index fb51186..ffaff3c 100644
--- a/php-pecl-mustache.spec
+++ b/php-pecl-mustache.spec
@@ -21,19 +21,18 @@
%global with_tests 0%{!?_without_tests:1}
%global upstream_version 0.7.4
-%global upstream_prever RC2
+#global upstream_prever RC2
Summary: Mustache templating language
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 3%{?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;')}}
License: MIT
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
-# package.xml state 5.6, but upstream is ok with ignoring it
-BuildRequires: %{?scl_prefix}php-devel
+BuildRequires: %{?scl_prefix}php-devel >= 5.4
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: pkgconfig(mustache)
%if 0%{?rhel} == 7
@@ -241,6 +240,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Jul 19 2017 Remi Collet <remi@remirepo.net> - 0.7.4-1
+- update to 0.7.4 (stable)
+
* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 0.7.4~RC2-3
- rebuild for PHP 7.2.0beta1 new API