summaryrefslogtreecommitdiffstats
path: root/zephir.spec
diff options
context:
space:
mode:
Diffstat (limited to 'zephir.spec')
-rw-r--r--zephir.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/zephir.spec b/zephir.spec
index 0736c9d..fbf12f4 100644
--- a/zephir.spec
+++ b/zephir.spec
@@ -21,7 +21,7 @@
# Get commit from PHP_PHALCON_ZEPVERSION in
# https://github.com/phalcon/cphalcon/blob/master/ext/php_phalcon.h
-%global gh_commit 5e3e4828916188802e2a91d782e6cbb7dce687f0
+%global gh_commit 6826149172ce2c7cfc16ead5ce2aac45d92c66b0
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20161126
%global gh_owner phalcon
@@ -30,8 +30,8 @@
%global parser_ver 1.1.1
Name: %{?scl_prefix}%{gh_project}
-Version: 0.10.15
-Release: 2%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist}
+Version: 0.10.16
+Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist}
Summary: Zephir language for creation of extensions for PHP.
License: MIT
@@ -40,7 +40,6 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit
# Adapt path used in RPM
Patch0: %{gh_project}-rpm.patch
-Patch1: https://github.com/phalcon/zephir/commit/1251b877c4e3962c8d4d89d5a210fb380f8177ca.patch
BuildArch: noarch
BuildRequires: %{?scl_prefix}php-devel > 5.5
@@ -113,7 +112,6 @@ Compiler design goals:
%patch0 -p0 -b .rpm
sed -e 's:@DATADIR@:%{_datadir}:;s:@BINDIR@:%{_bindir}:' \
-i bin/%{gh_project}
-%patch1 -p1 -b .up
find . -name \*.php -exec chmod -x {} \;
@@ -162,6 +160,9 @@ sh ./bin/%{gh_project}.test version | grep %{version}
%changelog
+* Fri Jun 28 2019 Remi Collet <remi@remirepo.net> - 0.10.16-1
+- update to 0.10.16
+
* Thu Jun 27 2019 Remi Collet <remi@remirepo.net> - 0.10.15-2
- build with upstream patch for
https://github.com/phalcon/cphalcon/issues/14160