diff options
author | Remi Collet <remi@remirepo.net> | 2019-06-27 09:23:36 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-06-27 09:23:36 +0200 |
commit | 33d0a3eea172b82fe0d4f34ad76d293e5f76ddb2 (patch) | |
tree | 67cea7e0a5ee7c69c0a67a299dc5bb44db7d1959 /zephir.spec | |
parent | e855a0f1d86d595914941dd7bc8d9c08a30fb243 (diff) |
build with upstream patch for https://github.com/phalcon/cphalcon/issues/14160
Diffstat (limited to 'zephir.spec')
-rw-r--r-- | zephir.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/zephir.spec b/zephir.spec index cbea09d..0736c9d 100644 --- a/zephir.spec +++ b/zephir.spec @@ -31,7 +31,7 @@ Name: %{?scl_prefix}%{gh_project} Version: 0.10.15 -Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} +Release: 2%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} Summary: Zephir language for creation of extensions for PHP. License: MIT @@ -40,6 +40,7 @@ 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 @@ -112,6 +113,7 @@ 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 {} \; @@ -160,6 +162,10 @@ sh ./bin/%{gh_project}.test version | grep %{version} %changelog +* 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 + * Mon Feb 25 2019 Remi Collet <remi@remirepo.net> - 0.10.15-1 - update to 0.10.15 |