From e41508b53b249f5ae60efddf79899d495aa19f8f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Jul 2017 09:07:56 +0200 Subject: v0.8.5 --- phan-autoload.patch | 20 +------------------- phan-autoload.php | 12 ------------ phan.spec | 42 ++++++++++++++++++++++++++++-------------- 3 files changed, 29 insertions(+), 45 deletions(-) delete mode 100644 phan-autoload.php diff --git a/phan-autoload.patch b/phan-autoload.patch index c9cd218..753f06d 100644 --- a/phan-autoload.patch +++ b/phan-autoload.patch @@ -36,7 +36,7 @@ diff -up ./src/Phan/Bootstrap.php.rpm ./src/Phan/Bootstrap.php - } -} +// Use the fedora autoloader -+require_once __DIR__ . '/autoload.php'; ++require_once __DIR__ . '/../autoload.php'; define('EXIT_SUCCESS', 0); define('EXIT_FAILURE', 1); @@ -48,15 +48,6 @@ diff -up ./src/phan.php.rpm ./src/phan.php - 0.8.5-1 +- Update to 0.8.5 +- installation layout match upstream tree +- remove phan-prep command (only an example) +- add phan-client command + * Wed Jun 14 2017 Remi Collet - 0.8.4-1 - Update to 0.8.4 - allow Symfony 3 -- cgit