From d76c17babb600cfe3fe1d519d40b8677ff03f856 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Feb 2015 18:00:45 +0100 Subject: php-PHPParser: provide the php-parse command --- php-PHPParser-command.patch | 13 +++++++++++++ php-PHPParser.spec | 15 +++++++++++++-- 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 php-PHPParser-command.patch diff --git a/php-PHPParser-command.patch b/php-PHPParser-command.patch new file mode 100644 index 0000000..0a8cfd5 --- /dev/null +++ b/php-PHPParser-command.patch @@ -0,0 +1,13 @@ +diff -up bin/php-parse.php.rpm bin/php-parse.php +--- bin/php-parse.php.rpm 2015-02-25 17:52:01.000000000 +0100 ++++ bin/php-parse.php 2015-02-25 17:52:55.000000000 +0100 +@@ -1,6 +1,8 @@ ++#!/usr/bin/php + - 1.1.0-2 +- provide the php-parse command + * Wed Feb 25 2015 Remi Collet - 1.1.0-1 - update to 1.1.0 - use git snapshot as upstream tarball don't provide the test suite -- cgit