diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-21 08:16:07 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-21 08:16:07 +0200 |
commit | c0abc3b15aabe72732ae34351461554396978fe6 (patch) | |
tree | f9e8b8fe9af993f0da6793e71b14a176e1ebb162 | |
parent | 38b7ccfd7d682bf7a63942f463e9d4960c0d6d12 (diff) |
rebuild for 7.2.0alpha2
-rw-r--r-- | php-pecl-mustache.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-mustache.spec b/php-pecl-mustache.spec index 9a403e5..e441944 100644 --- a/php-pecl-mustache.spec +++ b/php-pecl-mustache.spec @@ -26,7 +26,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 Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -241,6 +241,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 0.7.4~RC2-2 +- rebuild for 7.2.0alpha2 + * Sun Jun 11 2017 Remi Collet <remi@remirepo.net> - 0.7.4~RC2-1 - ignore minimal PHP version, see https://github.com/jbboehr/php-mustache/pull/39 |