From 5a0bf066b475cb1a5eb5edf61595693a5a2dcd00 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Nov 2018 16:18:23 +0100 Subject: v0.11.7 (WIP) --- zephir-rpm.patch | 59 ++++++++++++++++++++++++-------------------------------- 1 file changed, 25 insertions(+), 34 deletions(-) (limited to 'zephir-rpm.patch') diff --git a/zephir-rpm.patch b/zephir-rpm.patch index 45e07cb..3239650 100644 --- a/zephir-rpm.patch +++ b/zephir-rpm.patch @@ -1,42 +1,33 @@ -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