[packages/eventum: 6/8] up to eventum-3.0.10-69-g9cf04f5, fixes broken Zend\Stdlib autoloader

glen glen at pld-linux.org
Mon Mar 28 18:18:26 CEST 2016


commit 4790d7f6c86e0ced9101eb2c14cc645e9fdb8dc9
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Mar 23 12:13:50 2016 +0200

    up to eventum-3.0.10-69-g9cf04f5, fixes broken Zend\Stdlib autoloader

 autoload.patch | 8 +++++---
 eventum.spec   | 8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/eventum.spec b/eventum.spec
index cb8739f..6d656fe 100644
--- a/eventum.spec
+++ b/eventum.spec
@@ -2,9 +2,9 @@
 # Conditional build:
 %bcond_with	order	# with experimental order patch
 
-%define		rel		1.7
-%define		subver  61
-%define		githash df8822b
+%define		rel		1.8
+%define		subver  69
+%define		githash 9cf04f5
 %define		php_min_version 5.3.7
 %include	/usr/lib/rpm/macros.php
 Summary:	Eventum Issue / Bug tracking system
@@ -16,7 +16,7 @@ License:	GPL v2+
 Group:		Applications/WWW
 #Source0:	https://github.com/eventum/eventum/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source0:	%{name}-%{version}-%{subver}-g%{githash}.tar.gz
-# Source0-md5:	9634f62174aa161534f43f9f5e2d0b1c
+# Source0-md5:	a849ee92409155c89dd2972e5fdba18a
 Source1:	%{name}-apache.conf
 Source2:	%{name}-mail-queue.cron
 Source3:	%{name}-mail-download.cron
diff --git a/autoload.patch b/autoload.patch
index 414282f..cc2505d 100644
--- a/autoload.patch
+++ b/autoload.patch
@@ -337,9 +337,9 @@
 +    'Text' => array($pearDir),
 +    'XML' => array($pearDir),
  );
---- eventum-3.0.10-60-g788184f/vendor/composer/autoload_psr4.php	2016-03-11 10:18:50.023327584 +0200
-+++ eventum-3.0.10-60-g788184f/vendor/composer/autoload_psr4.php	2016-03-11 10:45:47.269003688 +0200
-@@ -4,21 +4,22 @@
+--- eventum-3.0.10-69-g9cf04f5/vendor/composer/autoload_psr4.php~	2016-03-22 23:06:48.000000000 +0200
++++ eventum-3.0.10-69-g9cf04f5/vendor/composer/autoload_psr4.php	2016-03-22 23:17:24.690856445 +0200
+@@ -4,22 +4,23 @@
  
  $vendorDir = dirname(dirname(__FILE__));
  $baseDir = dirname($vendorDir);
@@ -347,11 +347,13 @@
  
  return array(
 -    'Zend\\Validator\\' => array($vendorDir . '/zendframework/zend-validator/src'),
+-    'Zend\\Stdlib\\' => array($vendorDir . '/zendframework/zend-stdlib/src'),
 -    'Zend\\Mime\\' => array($vendorDir . '/zendframework/zend-mime/src'),
 -    'Zend\\Mail\\' => array($vendorDir . '/zendframework/zend-mail/src'),
 -    'Zend\\Loader\\' => array($vendorDir . '/zendframework/zend-loader/src'),
 -    'Zend\\Config\\' => array($vendorDir . '/zendframework/zend-config/src'),
 +    'Zend\\Validator\\' =>  array($phpDir . '/Zend/Validator'),
++    'Zend\\Stdlib\\' => array($phpDir . '/Zend/Stdlib'),
 +    'Zend\\Mime\\' => array($phpDir . '/Zend/Mime'),
 +    'Zend\\Mail\\' => array($phpDir . '/Zend/Mail'),
 +    'Zend\\Loader\\' => array($phpDir . '/Zend/Loader'),
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list