From 230fab62d23bb3d0b82ca0c8fdbed8be50a9ed0c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Apr 2020 08:15:45 +0200 Subject: update to 1.3.4 --- PHPINFO | 4 ++-- REFLECTION | 2 +- php-zephir-parser.spec | 9 ++++++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9fc7231..cb44cf0 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,5 +5,5 @@ Zephir Parser The Zephir Parser delivered as a C extension for the PHP language. Zephir Parser => enabled Author => Zephir Team and contributors -Version => 1.3.3 -Build Date => Dec 11 2019 00:00:00 +Version => 1.3.4 +Build Date => Apr 6 2020 00:00:00 diff --git a/REFLECTION b/REFLECTION index 1b707c9..6dbb6a1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #181 Zephir Parser version 1.3.3 ] { +Extension [ extension #113 Zephir Parser version 1.3.4 ] { - Functions { Function [ function zephir_parse_file ] { diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec index 92510e1..eec7839 100644 --- a/php-zephir-parser.spec +++ b/php-zephir-parser.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-zephir-parser # -# Copyright (c) 2016-2019 Remi Collet +# Copyright (c) 2016-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -12,7 +12,7 @@ %endif %global with_tests 0%{!?_without_tests:1} -%global gh_commit 244890bd191b3307499923640c0d689a8850ebe7 +%global gh_commit 3cdd0eb17e2e2cbc57ff64c284a23b904e26289b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -20,7 +20,7 @@ %global ext_name zephir_parser Name: %{?scl_prefix}%{gh_project} -Version: 1.3.3 +Version: 1.3.4 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Zephir parser extension @@ -114,6 +114,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Apr 6 2020 Remi Collet - 1.3.4-1 +- update to 1.3.4 + * Wed Dec 11 2019 Remi Collet - 1.3.3-1 - update to 1.3.3 -- cgit