From b26389d9989de4c481e7f8494928db193c295438 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Jul 2017 09:19:06 +0200 Subject: v0.9.3 --- phan-autoload.patch | 20 +------------------- phan-autoload.php | 12 ------------ phan.spec | 45 +++++++++++++++++++++++++++++++-------------- 3 files changed, 32 insertions(+), 45 deletions(-) delete mode 100644 phan-autoload.php diff --git a/phan-autoload.patch b/phan-autoload.patch index d391ccb..c484c8b 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.9.3-1 +- Update to 0.9.3 +- installation layout match upstream tree +- remove phan-prep command (only an example) +- add phan-client command + * Wed Jun 14 2017 Remi Collet - 0.9.2-1 - Update to 0.9.2 - allow Symfony 3 -- cgit