diff options
| author | Remi Collet <remi@remirepo.net> | 2017-07-19 02:39:19 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-07-19 02:39:19 +0200 | 
| commit | 1633d77240383a7e1bb55a666b704a9a3228a95a (patch) | |
| tree | 1210f271368f14d459c435e57ef1e55d783fc9bf | |
| parent | 48ee61becc750ecc955f93780f51c07b406d48a6 (diff) | |
v0.7.4 (stable)
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-mustache.spec | 10 | 
2 files changed, 7 insertions, 5 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #112 mustache version 0.7.4RC2 ] { +Extension [ <persistent> extension #111 mustache version 0.7.4 ] {    - Classes [8] {      Class [ <internal:mustache> class MustacheAST ] { 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 | 
