From eb1b7a9b3645f5704644230f7f706680c663c28e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Jan 2023 16:44:22 +0100 Subject: update to 4.5.2 raise dependency on PHP 7.4 raise dependency on sabre/xml v3 or v4 switch to classmap autoloader --- php-sabre-vobject4-bin.patch | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'php-sabre-vobject4-bin.patch') diff --git a/php-sabre-vobject4-bin.patch b/php-sabre-vobject4-bin.patch index 1a6b2ac..fb6e219 100644 --- a/php-sabre-vobject4-bin.patch +++ b/php-sabre-vobject4-bin.patch @@ -1,9 +1,9 @@ diff -up ./bin/generate_vcards.rpm ./bin/generate_vcards ---- ./bin/generate_vcards.rpm 2020-01-31 19:50:58.000000000 +0100 -+++ ./bin/generate_vcards 2020-02-01 07:56:20.162307853 +0100 +--- ./bin/generate_vcards.rpm 2023-01-20 16:04:01.000000000 +0100 ++++ ./bin/generate_vcards 2023-01-20 16:38:01.726680132 +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 + // 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 best. $paths = [ - __DIR__ . '/../vendor/autoload.php', // In case vobject is cloned directly - __DIR__ . '/../../../autoload.php', // In case vobject is a composer dependency. @@ -21,11 +21,11 @@ diff -up ./bin/generate_vcards.rpm ./bin/generate_vcards } diff -up ./bin/vobject.rpm ./bin/vobject ---- ./bin/vobject.rpm 2020-01-31 19:50:58.000000000 +0100 -+++ ./bin/vobject 2020-02-01 07:56:20.162307853 +0100 +--- ./bin/vobject.rpm 2023-01-20 16:04:01.000000000 +0100 ++++ ./bin/vobject 2023-01-20 16:38:22.388583223 +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 + // 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 best. $paths = [ - __DIR__ . '/../vendor/autoload.php', // In case vobject is cloned directly - __DIR__ . '/../../../autoload.php', // In case vobject is a composer dependency. @@ -43,8 +43,8 @@ diff -up ./bin/vobject.rpm ./bin/vobject } diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php ---- ./tests/bootstrap.php.rpm 2020-01-31 19:50:58.000000000 +0100 -+++ ./tests/bootstrap.php 2020-02-01 07:57:56.802761882 +0100 +--- ./tests/bootstrap.php.rpm 2023-01-20 16:04:01.000000000 +0100 ++++ ./tests/bootstrap.php 2023-01-20 16:29:07.591185382 +0100 @@ -3,8 +3,7 @@ date_default_timezone_set('UTC'); -- cgit