diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-18 23:30:25 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-18 23:30:25 +0200 |
commit | 48ee61becc750ecc955f93780f51c07b406d48a6 (patch) | |
tree | 255107e9337a941897591e1476ea9f1ba3266442 | |
parent | c0abc3b15aabe72732ae34351461554396978fe6 (diff) |
rebuild for 7.2.0beta1
-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 e441944..fb51186 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: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?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 +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 0.7.4~RC2-3 +- rebuild for PHP 7.2.0beta1 new API + * Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 0.7.4~RC2-2 - rebuild for 7.2.0alpha2 |