[packages/eventum] Up to 3.9.3

glen glen at pld-linux.org
Mon Aug 10 15:35:10 CEST 2020


commit cbcc369ebf3f08c3a2a279ae6e82ed001eb21098
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Aug 10 16:28:06 2020 +0300

    Up to 3.9.3

 eventum-paths.patch | 32 ++++++++++++++++----------------
 eventum.spec        |  5 ++---
 2 files changed, 18 insertions(+), 19 deletions(-)
---
diff --git a/eventum.spec b/eventum.spec
index a925b8d..67cfdc7 100644
--- a/eventum.spec
+++ b/eventum.spec
@@ -9,12 +9,12 @@
 Summary:	Eventum Issue / Bug tracking system
 Summary(pl.UTF-8):	Eventum - system śledzenia spraw/błędów
 Name:		eventum
-Version:	3.9.2
+Version:	3.9.3
 Release:	%{?subver:1.%{subver}.%{?githash:g%{githash}.}}%{rel}
 License:	GPL v2+
 Group:		Applications/WWW
 Source0:	https://github.com/eventum/eventum/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5:	d2d2f7826c9cf7aed600f3de57ba143a
+# Source0-md5:	46ed9b3c3b6c07e3d5db5b01ed43684b
 #Source0:	https://github.com/eventum/eventum/releases/download/snapshot/%{name}-%{version}-%{subver}-g%{githash}.tar.xz
 Source1:	%{name}-apache.conf
 Source2:	%{name}-mail-queue.cron
@@ -477,7 +477,6 @@ fi
 %attr(755,root,root) %{_appdir}/bin/upgrade.php
 
 %{_appdir}/autoload.php
-%{_appdir}/globals.php
 %{_appdir}/init.php
 %{_appdir}/phinx.php
 %dir %{_appdir}/htdocs
diff --git a/eventum-paths.patch b/eventum-paths.patch
index 0a4ce5a..c940fa1 100644
--- a/eventum-paths.patch
+++ b/eventum-paths.patch
@@ -68,22 +68,22 @@
  
      /**
       * @var MountManager
---- eventum/res/services.yml~	2019-08-02 01:33:18.681001511 +0300
-+++ eventum/res/services.yml	2019-08-02 01:33:20.290978222 +0300
+--- eventum-3.9.3/res/services.yml~	2020-07-29 23:40:22.000000000 +0300
++++ eventum-3.9.3/res/services.yml	2020-08-10 16:29:01.591109700 +0300
 @@ -15,13 +15,13 @@
-     # makes classes in src/ available to be used as services
-     # this creates a service per class whose id is the fully-qualified class name
-     Eventum\:
--        resource: '../src/*'
--        exclude: '../src/{DependencyInjection,Entity,Migrations,Tests,Kernel.php}'
-+        resource: '/usr/share/eventum/src/*'
-+        exclude: '/usr/share/eventum/src/{DependencyInjection,Entity,Migrations,Tests,Kernel.php}'
+   # makes classes in src/ available to be used as services
+   # this creates a service per class whose id is the fully-qualified class name
+   Eventum\:
+-    resource: '../src/*'
+-    exclude: '../src/{DependencyInjection,Entity,Migrations,Tests,Kernel.php}'
++    resource: '/usr/share/eventum/src/*'
++    exclude: '/usr/share/eventum/src/{DependencyInjection,Entity,Migrations,Tests,Kernel.php}'
  
-     # controllers are imported separately to make sure services can be injected
-     # as action arguments even if you don't extend any base controller class
-     Eventum\Controller\:
--        resource: '../src/Controller'
-+        resource: '/usr/share/eventum/src/Controller'
-         tags: ['controller.service_arguments']
+   # controllers are imported separately to make sure services can be injected
+   # as action arguments even if you don't extend any base controller class
+   Eventum\Controller\:
+-    resource: '../src/Controller'
++    resource: '/usr/share/eventum/src/Controller'
+     tags: ['controller.service_arguments']
  
-     # add more service definitions when explicit configuration is needed
+   # add more service definitions when explicit configuration is needed
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list