From cdc2bbf31a0c9c1c040cbe3f3e4265574400e46e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 1 Feb 2020 08:04:44 +0100 Subject: update to 4.3.0 raise dependency on PHP 7.1 raise dependency on sabre/xml 2.1 switch to phpunit8 --- php-sabre-vobject4-bin.patch | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'php-sabre-vobject4-bin.patch') diff --git a/php-sabre-vobject4-bin.patch b/php-sabre-vobject4-bin.patch index e37bd2a..1a6b2ac 100644 --- a/php-sabre-vobject4-bin.patch +++ b/php-sabre-vobject4-bin.patch @@ -1,6 +1,6 @@ diff -up ./bin/generate_vcards.rpm ./bin/generate_vcards ---- ./bin/generate_vcards.rpm 2019-02-19 14:05:37.000000000 +0100 -+++ ./bin/generate_vcards 2019-02-20 07:21:38.282053251 +0100 +--- ./bin/generate_vcards.rpm 2020-01-31 19:50:58.000000000 +0100 ++++ ./bin/generate_vcards 2020-02-01 07:56:20.162307853 +0100 @@ -6,8 +6,7 @@ namespace Sabre\VObject; // This sucks.. we have to try to find the composer autoloader. But chances // are, we can't find it this way. So we'll do our bestest @@ -21,8 +21,8 @@ diff -up ./bin/generate_vcards.rpm ./bin/generate_vcards } diff -up ./bin/vobject.rpm ./bin/vobject ---- ./bin/vobject.rpm 2019-02-19 14:05:37.000000000 +0100 -+++ ./bin/vobject 2019-02-20 07:21:38.282053251 +0100 +--- ./bin/vobject.rpm 2020-01-31 19:50:58.000000000 +0100 ++++ ./bin/vobject 2020-02-01 07:56:20.162307853 +0100 @@ -6,8 +6,7 @@ namespace Sabre\VObject; // This sucks.. we have to try to find the composer autoloader. But chances // are, we can't find it this way. So we'll do our bestest @@ -43,8 +43,8 @@ diff -up ./bin/vobject.rpm ./bin/vobject } diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php ---- ./tests/bootstrap.php.rpm 2019-02-20 07:21:38.282053251 +0100 -+++ ./tests/bootstrap.php 2019-02-20 07:22:58.069649015 +0100 +--- ./tests/bootstrap.php.rpm 2020-01-31 19:50:58.000000000 +0100 ++++ ./tests/bootstrap.php 2020-02-01 07:57:56.802761882 +0100 @@ -3,8 +3,7 @@ date_default_timezone_set('UTC'); @@ -55,12 +55,10 @@ diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php ]; foreach ($try as $path) { -@@ -14,7 +13,7 @@ foreach ($try as $path) { +@@ -13,3 +12,6 @@ foreach ($try as $path) { + break; } } - --$autoLoader->addPsr4('Sabre\\VObject\\', __DIR__.'/VObject'); ++ +\Fedora\Autoloader\Autoload::addPsr4('Sabre\\VObject\\', __DIR__ . '/VObject'); - - if (!defined('SABRE_TEMPDIR')) { - define('SABRE_TEMPDIR', __DIR__.'/temp/'); ++ -- cgit