From: Elan Ruusamäe Date: Thu, 1 Nov 2018 09:02:58 +0000 (+0200) Subject: fix Math_Stats autoload X-Git-Tag: auto/th/eventum-3.5.4-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Feventum.git;a=commitdiff_plain;h=f593668 fix Math_Stats autoload --- 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