From be9c16ffae597f03473b6eb1c7b6771731f50c60 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Mar 2016 12:56:26 +0100 Subject: php-sabre-vobject: 3.4.6 (synced with Fedora) --- sabre-vobject-bin.patch | 80 ++++++++++++++++++++++++++++++------------------- 1 file changed, 49 insertions(+), 31 deletions(-) (limited to 'sabre-vobject-bin.patch') diff --git a/sabre-vobject-bin.patch b/sabre-vobject-bin.patch index 3514fcf..60b7f9a 100644 --- a/sabre-vobject-bin.patch +++ b/sabre-vobject-bin.patch @@ -1,38 +1,56 @@ -diff -up bin/vobject.psr0 bin/vobject ---- bin/vobject.psr0 2014-04-06 09:55:39.145932310 +0200 -+++ bin/vobject 2014-04-06 09:59:04.416686079 +0200 -@@ -1,24 +1,21 @@ --#!/usr/bin/env php -+#!/usr/bin/php - addPsr4('Sabre\\VObject\\',__DIR__ . '/VObject'); +- + if (!defined('SABRE_TEMPDIR')) { + define('SABRE_TEMPDIR', __DIR__ . '/temp/'); + } +@@ -23,3 +21,7 @@ if (!defined('SABRE_TEMPDIR')) { + if (!file_exists(SABRE_TEMPDIR)) { + mkdir(SABRE_TEMPDIR); + } ++ ++// Not catched by autoloader ++require_once __DIR__ . '/VObject/TestCase.php'; ++require_once __DIR__ . '/VObject/ITip/BrokerTester.php'; -- cgit