From 0ad1f4a1908d930648cd35244c9873cc621975e1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Aug 2019 18:55:43 +0200 Subject: v0.12.2 --- zephir.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'zephir.spec') diff --git a/zephir.spec b/zephir.spec index d305621..7158097 100644 --- a/zephir.spec +++ b/zephir.spec @@ -16,7 +16,7 @@ # Get commit from PHP_PHALCON_ZEPVERSION in # https://github.com/phalcon/cphalcon/blob/master/ext/php_phalcon.h -%global gh_commit c893389cc6de6fc6a52199ae401aa91ff7eb1206 +%global gh_commit 4ab69bd9a1e6a466b39afa52bd260ed693edb317 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -25,7 +25,7 @@ %global parser_ver 1.1.1 Name: %{?scl_prefix}%{gh_project} -Version: 0.12.0 +Version: 0.12.2 Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} Summary: Zephir language for creation of extensions for PHP. @@ -83,7 +83,7 @@ BuildRequires: php-symfony3-yaml # "ext-zip": "*", # "psr/log": "1.1.*", # "symfony/debug": "3.4.*", -# "symfony/phpunit-bridge": "4.1.*" +# "symfony/phpunit-bridge": "4.3.*" BuildRequires: %{?scl_prefix}php-gmp BuildRequires: %{?scl_prefix}php-pdo BuildRequires: %{?scl_prefix}php-pdo_sqlite @@ -292,7 +292,6 @@ EOF --verbose unit-tests/Zephir case %{php_version} in - 5.6.*) VER=Php56;; 7.0.*) VER=Php70;; 7.1.*) VER=Php70;; *) VER=Php72;; @@ -320,6 +319,9 @@ esac %changelog +* Thu Aug 29 2019 Remi Collet - 0.12.2-1 +- update to 0.12.2 + * Fri Jun 21 2019 Remi Collet - 0.12.0-1 - update to 0.12.0 - raise minimal PHP version to 7.0 -- cgit