[packages/eventum/dev-3.0.4: 11/12] up to 3.0.3-296-gb988181, use upstream irc config as default

glen glen at pld-linux.org
Wed Oct 28 20:43:03 CET 2015


commit 22a41ac0d632fb52e54a0b61438ba29778056bed
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Oct 26 23:54:54 2015 +0200

    up to 3.0.3-296-gb988181, use upstream irc config as default

 eventum-irc.php | 19 -------------------
 eventum.spec    | 11 +++++------
 2 files changed, 5 insertions(+), 25 deletions(-)
---
diff --git a/eventum.spec b/eventum.spec
index df4a096..7d838f0 100644
--- a/eventum.spec
+++ b/eventum.spec
@@ -2,9 +2,9 @@
 # Conditional build:
 %bcond_with	order	# with experimental order patch
 
-%define		rel		1.9
-%define		subver  287
-%define		githash e48a790
+%define		rel		1.10
+%define		subver  296
+%define		githash b988181
 %define		php_min_version 5.3.3
 %include	/usr/lib/rpm/macros.php
 Summary:	Eventum Issue / Bug tracking system
@@ -16,14 +16,13 @@ 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:	6ff7e2166e64377ae03684341bbc0ac3
+# Source0-md5:	78e9b382584b8d8928dca55be7992e59
 Source1:	%{name}-apache.conf
 Source2:	%{name}-mail-queue.cron
 Source3:	%{name}-mail-download.cron
 Source4:	%{name}-reminder.cron
 Source5:	%{name}-monitor.cron
 Source6:	%{name}-cvs.php
-Source7:	%{name}-irc.php
 Source8:	%{name}-irc.init
 Source9:	%{name}-irc.sysconfig
 Source10:	sphinx.crontab
@@ -563,7 +562,7 @@ cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.d/%{name}-reminder
 cp -p %{SOURCE5} $RPM_BUILD_ROOT/etc/cron.d/%{name}-monitor
 cp -p %{SOURCE10} $RPM_BUILD_ROOT/etc/cron.d/%{name}-sphinx
 
-cp -p %{SOURCE7} $RPM_BUILD_ROOT%{_webappdir}/irc_config.php
+cp -p config/irc_config.dist.php $RPM_BUILD_ROOT%{_webappdir}/irc_config.php
 
 install -p %{SOURCE8} $RPM_BUILD_ROOT/etc/rc.d/init.d/eventum-irc
 cp -p %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/eventum-irc
diff --git a/eventum-irc.php b/eventum-irc.php
deleted file mode 100644
index 5839c30..0000000
--- a/eventum-irc.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-$irc_server_hostname = 'localhost';
-$irc_server_port = 6667;
-
-// the following is the list of IRC channels that the bot should connect to,
-// and the associated project name
-$irc_channels = array(
-	# Project Name -> IRC Channel
-	'Default Project' => '#issues',
-);
-
-$nickname = 'EventumBOT';
-$realname = 'Eventum Issue Tracking System';
-
-// do you need a username/password to connect to this server? if
-// so, fill in the next two variables
-$username = '';
-$password = '';
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list