summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-08-29 18:55:43 +0200
committerRemi Collet <remi@remirepo.net>2019-08-29 18:55:43 +0200
commit0ad1f4a1908d930648cd35244c9873cc621975e1 (patch)
tree3a6820ff8ed2cafbd53443ebcb99e1c988fb8120
parent651963e11a8ecf924e667c6bd27b2a01a51281a3 (diff)
v0.12.2
-rw-r--r--composer.json2
-rw-r--r--zephir.spec10
2 files changed, 7 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index c05d2c2..482c110 100644
--- a/composer.json
+++ b/composer.json
@@ -51,7 +51,7 @@
"ext-zip": "*",
"psr/log": "1.1.*",
"symfony/debug": "3.4.*",
- "symfony/phpunit-bridge": "4.1.*"
+ "symfony/phpunit-bridge": "4.3.*"
},
"config": {
"optimize-autoloader": true,
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 <remi@remirepo.net> - 0.12.2-1
+- update to 0.12.2
+
* Fri Jun 21 2019 Remi Collet <remi@remirepo.net> - 0.12.0-1
- update to 0.12.0
- raise minimal PHP version to 7.0