From dcef13ee1e4e097043565e7e7ec7f8d04269ff94 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Nov 2018 16:24:19 +0100 Subject: update to 0.11.4 raise minimal PHP version to 5.6 add dependency on league/container 2.4 add dependency on league/flysystem 1.0 add dependency on symfony/console 3.4 --- zephir-rpm.patch | 71 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 40 insertions(+), 31 deletions(-) (limited to 'zephir-rpm.patch') diff --git a/zephir-rpm.patch b/zephir-rpm.patch index 9598e20..45e07cb 100644 --- a/zephir-rpm.patch +++ b/zephir-rpm.patch @@ -1,33 +1,42 @@ -diff -up ./bin/zephir.rpm ./bin/zephir ---- ./bin/zephir.rpm 2017-10-23 07:02:31.781050845 +0200 -+++ ./bin/zephir 2017-10-23 07:04:04.955553874 +0200 -@@ -1,26 +1,10 @@ - #!/bin/sh - if [ -z "$ZEPHIRDIR" ]; then -- ZEPHIRDIR="%ZEPHIRDIR%" -- if [ "$ZEPHIRDIR" = "%""ZEPHIRDIR""%" ]; then -- if [ -h $0 ]; then -- REALPATH="`dirname $0`/`readlink $0`" -- CURDIR=`dirname $REALPATH` -- else -- CURDIR=`dirname $0` -- fi -- PARENTDIR=`cd $CURDIR/..; pwd` +diff -up ./zephir.rpm ./zephir +--- ./zephir.rpm 2018-11-18 10:28:31.000000000 +0100 ++++ ./zephir 2018-11-19 15:44:52.976871411 +0100 +@@ -1,4 +1,3 @@ +-#!/usr/bin/env php + add(new Zephir\Command\InitCommand()); + $app->add(new Zephir\Command\GenerateCommand()); -- cgit