summaryrefslogtreecommitdiffstats
path: root/php-pecl-mustache.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-mustache.spec')
-rw-r--r--php-pecl-mustache.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-mustache.spec b/php-pecl-mustache.spec
index afa5636..e02ae81 100644
--- a/php-pecl-mustache.spec
+++ b/php-pecl-mustache.spec
@@ -22,7 +22,7 @@
Summary: Mustache templating language
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
@@ -238,6 +238,9 @@ REPORT_EXIT_STATUS=1 \
# Notice no more EL-6 build (compiler issue and segfaults)
%changelog
+* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 0.9.0-2
+- rebuild
+
* Tue May 28 2019 Remi Collet <remi@remirepo.net> - 0.9.0-1
- update to 0.9.0
- raise dependency on PHP 7.0