From 12969e0ac7a77009f3670b833e0d4780cb567240 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jul 2020 07:24:24 +0200 Subject: update to 3.0.4 --- phan-autoload.patch | 31 ++++++++++++++++--------------- phan.spec | 13 ++++++++----- 2 files changed, 24 insertions(+), 20 deletions(-) diff --git a/phan-autoload.patch b/phan-autoload.patch index 719ab99..98f39a7 100644 --- a/phan-autoload.patch +++ b/phan-autoload.patch @@ -1,7 +1,7 @@ diff -up ./src/Phan/Bootstrap.php.rpm ./src/Phan/Bootstrap.php ---- ./src/Phan/Bootstrap.php.rpm 2020-05-04 10:28:21.581423051 +0200 -+++ ./src/Phan/Bootstrap.php 2020-05-04 10:30:07.345999193 +0200 -@@ -135,22 +135,8 @@ if (extension_loaded('ast')) { +--- ./src/Phan/Bootstrap.php.rpm 2020-07-02 07:19:00.000000000 +0200 ++++ ./src/Phan/Bootstrap.php 2020-07-02 07:19:12.412846692 +0200 +@@ -141,22 +141,8 @@ if (extension_loaded('ast')) { } } @@ -27,17 +27,17 @@ diff -up ./src/Phan/Bootstrap.php.rpm ./src/Phan/Bootstrap.php define('EXIT_SUCCESS', 0); define('EXIT_FAILURE', 1); diff -up ./src/phan.php.rpm ./src/phan.php ---- ./src/phan.php.rpm 2020-05-04 10:26:34.000000000 +0200 -+++ ./src/phan.php 2020-05-04 10:28:21.581423051 +0200 +--- ./src/phan.php.rpm 2020-07-02 07:19:00.000000000 +0200 ++++ ./src/phan.php 2020-07-02 07:19:12.412846692 +0200 @@ -1,3 +1,4 @@ +#!/usr/bin/env php = 7.2 BuildRequires: php-ast >= 1.0.6 # remirepo:1 @@ -220,7 +220,7 @@ install -Dpm 755 phan_client %{buildroot}%{_bindir}/phan-client %check -%if %{with_tests} +%if %{with tests} cat << 'EOF' | tee tests/autoload.php - 3.0.4-1 +- update to 3.0.4 + * Mon Jun 22 2020 Remi Collet - 3.0.3-1 - update to 3.0.3 -- cgit