[packages/eventum: 3/5] up to 3.7.4-455-g6ab8617c3

glen glen at pld-linux.org
Thu Aug 22 15:15:31 CEST 2019


commit 39cce608c752b721cba19285c19564d8f0a38886
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Aug 22 00:12:46 2019 +0300

    up to 3.7.4-455-g6ab8617c3

 eventum-paths.patch | 16 ----------------
 eventum.spec        |  6 +++---
 2 files changed, 3 insertions(+), 19 deletions(-)
---
diff --git a/eventum.spec b/eventum.spec
index 0a56623..c296628 100644
--- a/eventum.spec
+++ b/eventum.spec
@@ -3,8 +3,8 @@
 %bcond_with	order	# with experimental order patch
 
 %define		rel		1
-%define		subver  440
-%define		githash cc5ad3db5
+%define		subver  455
+%define		githash 6ab8617c3
 %define		php_min_version 7.1.3
 Summary:	Eventum Issue / Bug tracking system
 Summary(pl.UTF-8):	Eventum - system śledzenia spraw/błędów
@@ -15,7 +15,7 @@ License:	GPL v2+
 Group:		Applications/WWW
 #Source0:	https://github.com/eventum/eventum/releases/download/v%{version}/%{name}-%{version}.tar.xz
 Source0:	https://github.com/eventum/eventum/releases/download/snapshot/%{name}-%{version}-%{subver}-g%{githash}.tar.xz
-# Source0-md5:	80fbe561a3f4e0bad81d8ff3d679ae39
+# Source0-md5:	f058516f9843475a9e2c55db5b45d66b
 Source1:	%{name}-apache.conf
 Source2:	%{name}-mail-queue.cron
 Source3:	%{name}-mail-download.cron
diff --git a/eventum-paths.patch b/eventum-paths.patch
index 74103f0..f117c1c 100644
--- a/eventum-paths.patch
+++ b/eventum-paths.patch
@@ -78,22 +78,6 @@
  
      /**
       * @var MountManager
---- eventum-3.7.1/src/Kernel.php~	2019-04-06 17:42:28.000000000 +0300
-+++ eventum-3.7.1/src/Kernel.php	2019-06-02 23:02:32.198743341 +0300
-@@ -87,11 +87,11 @@
- 
-     public function getCacheDir(): string
-     {
--        return "{$this->rootDir}/var/cache/{$this->environment}";
-+        return APP_CACHE_PATH . '/' . $this->environment;
-     }
- 
-     public function getLogDir(): string
-     {
--        return "{$this->rootDir}/var/log";
-+        return APP_LOG_PATH;
-     }
- }
 --- eventum/config/services.yml~	2019-08-02 01:33:18.681001511 +0300
 +++ eventum/config/services.yml	2019-08-02 01:33:20.290978222 +0300
 @@ -15,13 +15,13 @@
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list