[packages/eventum: 9/10] up to 3.2.0

glen glen at pld-linux.org
Sat May 20 13:50:37 CEST 2017


commit 4a8e5b9e3a7048731c5b17f274327bb11474cc07
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat May 20 14:49:04 2017 +0300

    up to 3.2.0

 eventum-paths.patch | 16 ----------------
 eventum.spec        | 14 +++++++-------
 2 files changed, 7 insertions(+), 23 deletions(-)
---
diff --git a/eventum.spec b/eventum.spec
index 346f0cb..d835d15 100644
--- a/eventum.spec
+++ b/eventum.spec
@@ -2,21 +2,21 @@
 # Conditional build:
 %bcond_with	order	# with experimental order patch
 
-%define		rel		0.3
-%define		subver  347
-%define		githash 3d9195fa
+%define		rel		0.1
+#define		subver  347
+#define		githash 3d9195fa
 %define		php_min_version 5.5.0
 %include	/usr/lib/rpm/macros.php
 Summary:	Eventum Issue / Bug tracking system
 Summary(pl.UTF-8):	Eventum - system śledzenia spraw/błędów
 Name:		eventum
-Version:	3.1.10
+Version:	3.2.0
 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.gz
-Source0:	https://github.com/eventum/eventum/releases/download/snapshot/%{name}-%{version}-%{subver}-g%{githash}.tar.gz
-# Source0-md5:	c48b86cd0d40381c49598bdef7bcf87d
+Source0:	https://github.com/eventum/eventum/releases/download/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	c7d8a0653211ba6c17ad6d490197efb2
+#Source0:	https://github.com/eventum/eventum/releases/download/snapshot/%{name}-%{version}-%{subver}-g%{githash}.tar.gz
 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 472fd4a..428ec56 100644
--- a/eventum-paths.patch
+++ b/eventum-paths.patch
@@ -11,22 +11,6 @@
 +define('APP_LOCKS_PATH', '/var/run/eventum');
 +define('APP_LOG_PATH', '/var/log/eventum');
  define('APP_ERROR_LOG', APP_LOG_PATH . '/errors.log');
---- eventum-3.0.3-287-ge48a790/htdocs/setup/index.php~	2015-10-26 21:45:35.367554219 +0200
-+++ eventum-3.0.3-287-ge48a790/htdocs/setup/index.php	2015-10-26 21:47:31.775849576 +0200
-@@ -47,10 +47,10 @@
- define('APP_CONFIG_PATH', APP_PATH . '/config');
- define('APP_SETUP_FILE', APP_CONFIG_PATH . '/setup.php');
- define('APP_TPL_PATH', APP_PATH . '/templates');
--define('APP_TPL_COMPILE_PATH', APP_VAR_PATH . '/cache');
--define('APP_LOG_PATH', APP_VAR_PATH . '/log');
-+define('APP_TPL_COMPILE_PATH', '/var/cache/eventum');
-+define('APP_LOG_PATH', '/var/log/eventum');
- define('APP_ERROR_LOG', APP_LOG_PATH . '/errors.log');
--define('APP_LOCKS_PATH', APP_VAR_PATH . '/lock');
-+define('APP_LOCKS_PATH', '/var/run/eventum');
- define('APP_LOCAL_PATH', APP_CONFIG_PATH);
- 
- header('Content-Type: text/html; charset=' . APP_CHARSET);
 --- eventum-3.1.10-340-gfc2f2394/src/Controller/Setup/SetupController.php~	2017-05-04 23:47:50.000000000 +0300
 +++ eventum-3.1.10-340-gfc2f2394/src/Controller/Setup/SetupController.php	2017-05-17 19:55:50.362400076 +0300
 @@ -201,10 +201,6 @@
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list