[packages/eventum] fix Math_Stats autoload

glen glen at pld-linux.org
Thu Nov 1 10:03:15 CET 2018


commit f593668f0053c048e038bcd08b91ea24ee891575
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Nov 1 11:02:58 2018 +0200

    fix Math_Stats autoload

 autoload.patch | 3 ++-
 eventum.spec   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
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
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),
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/eventum.git/commitdiff/f593668f0053c048e038bcd08b91ea24ee891575



More information about the pld-cvs-commit mailing list