From f593668f0053c048e038bcd08b91ea24ee891575 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 1 Nov 2018 11:02:58 +0200 Subject: [PATCH] fix Math_Stats autoload --- autoload.patch | 3 ++- eventum.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/autoload.patch b/autoload.patch index 8ec7fb4..badcb26 100644 --- a/autoload.patch +++ b/autoload.patch @@ -114,7 +114,7 @@ ); --- eventum-3.4.2-27-g4318eb0a/vendor/composer/autoload_namespaces.php~ 2018-05-20 15:47:14.000000000 +0300 +++ eventum-3.4.2-27-g4318eb0a/vendor/composer/autoload_namespaces.php 2018-05-20 15:55:55.040415223 +0300 -@@ -3,19 +3,22 @@ +@@ -3,19 +3,23 @@ // autoload_namespaces.php @generated by Composer $vendorDir = dirname(dirname(__FILE__)); @@ -138,6 +138,7 @@ + // PEAR deps + 'Auth' => array($pearDir), + 'Mail' => array($pearDir), ++ 'Math' => array($pearDir), + 'Net' => array($pearDir), + 'PEAR' => array($pearDir), + 'Text' => array($pearDir), diff --git a/eventum.spec b/eventum.spec index 4a526a8..38be70a 100644 --- a/eventum.spec +++ b/eventum.spec @@ -2,7 +2,7 @@ # Conditional build: %bcond_with order # with experimental order patch -%define rel 1 +%define rel 2 #define subver 7 #define githash f3c41492 %define php_min_version 5.6.0 -- 2.43.0