diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-04-19 07:46:00 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-04-19 07:46:00 +0200 |
commit | 0821e9fa9f35de961ff3a5f6d6c416f4c8ac48a2 (patch) | |
tree | adea2c5f21f09acec1a7661a5f91c09a71df8b11 /phpspec-rpm.patch | |
parent | f00533bc8f3fc163fda8617a265b7e228dcd0de9 (diff) |
php-phpspec: 2.2.0
Diffstat (limited to 'phpspec-rpm.patch')
-rw-r--r-- | phpspec-rpm.patch | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/phpspec-rpm.patch b/phpspec-rpm.patch index 8daf1ef..d239a38 100644 --- a/phpspec-rpm.patch +++ b/phpspec-rpm.patch @@ -1,12 +1,6 @@ -diff -up bin/phpspec.rpm bin/phpspec ---- bin/phpspec.rpm 2015-01-09 14:21:45.000000000 +0100 -+++ bin/phpspec 2015-02-17 15:18:53.913872436 +0100 -@@ -1,26 +1,13 @@ --#!/usr/bin/env php -+#!/usr/bin/php - <?php - - define('PHPSPEC_VERSION', '2.1.1'); +--- bin/phpspec.rpm 2015-04-19 06:39:34.900178171 +0200 ++++ bin/phpspec 2015-04-19 06:41:59.521743839 +0200 +@@ -5,22 +5,9 @@ -if (is_file($autoload = getcwd() . '/vendor/autoload.php')) { - require $autoload; |