diff options
author | Remi Collet <remi@remirepo.net> | 2019-12-11 10:42:37 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-12-11 10:42:37 +0100 |
commit | d2b7c9c8dab6af17f45f654916014a439b5663e1 (patch) | |
tree | eaa549e0abd754dae075ad1b4f949719fd388301 | |
parent | b9056adb8d18b2b123e5b1c76451ffea81a2f8b7 (diff) |
v0.9.1
-rw-r--r-- | PHPINFO | 4 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-mustache.spec | 7 |
3 files changed, 8 insertions, 5 deletions
@@ -1,8 +1,8 @@ mustache -Version => 0.9.0 -Released => 2019-05-27 +Version => 0.9.1 +Released => 2019-12-11 Revision => master Authors => John Boehr <jbboehr@gmail.com> (lead) Spec Version => 1.1.2 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #124 mustache version 0.9.0 ] { +Extension [ <persistent> extension #119 mustache version 0.9.1 ] { - Classes [7] { Class [ <internal:mustache> class MustacheAST ] { diff --git a/php-pecl-mustache.spec b/php-pecl-mustache.spec index 206319f..0f24858 100644 --- a/php-pecl-mustache.spec +++ b/php-pecl-mustache.spec @@ -16,13 +16,13 @@ %global ini_name 40-%{pecl_name}.ini %global with_tests 0%{!?_without_tests:1} -%global upstream_version 0.9.0 +%global upstream_version 0.9.1 #global upstream_prever RC2 Summary: Mustache templating language Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 4%{?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 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 Dec 11 2019 Remi Collet <remi@remirepo.net> - 0.9.1-1 +- update to 0.9.1 + * Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.9.0-4 - rebuild for 7.4.0RC1 |