Hello community,

here is the log from the commit of package quassel for openSUSE:Factory checked 
in at 2018-05-15 10:13:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quassel (Old)
 and      /work/SRC/openSUSE:Factory/.quassel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quassel"

Tue May 15 10:13:17 2018 rev:40 rq:606429 version:0.12.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/quassel/quassel.changes  2018-05-04 
11:29:13.720362912 +0200
+++ /work/SRC/openSUSE:Factory/.quassel.new/quassel.changes     2018-05-15 
10:33:22.320254235 +0200
@@ -1,0 +2,6 @@
+Fri May 11 10:50:50 UTC 2018 - mchand...@suse.de
+
+- Add new QUASSELCORE_PORT sysconfig variable to allow users to change
+  the default Quassel Core TCP port.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ service.quasselcore ++++++
--- /var/tmp/diff_new_pack.dciEOf/_old  2018-05-15 10:33:23.176222797 +0200
+++ /var/tmp/diff_new_pack.dciEOf/_new  2018-05-15 10:33:23.176222797 +0200
@@ -6,7 +6,7 @@
 EnvironmentFile=-/etc/sysconfig/quasselcore
 PIDFile=/var/run/quassel.pid
 User=quasselcore
-ExecStart=/usr/bin/quasselcore --listen=${QUASSELCORE_LISTEN} 
--configdir=/var/lib/quasselcore --logfile=/var/log/quassel/quasselcore
+ExecStart=/usr/bin/quasselcore --listen=${QUASSELCORE_LISTEN} 
--port=${QUASSELCORE_PORT} --configdir=/var/lib/quasselcore 
--logfile=/var/log/quassel/quasselcore
 
 [Install]
 WantedBy=multi-user.target

++++++ sysconfig.quasselcore ++++++
--- /var/tmp/diff_new_pack.dciEOf/_old  2018-05-15 10:33:23.204221768 +0200
+++ /var/tmp/diff_new_pack.dciEOf/_new  2018-05-15 10:33:23.204221768 +0200
@@ -9,4 +9,10 @@
 #
 QUASSELCORE_LISTEN="127.0.0.1"
 
-
+## Type:          integer
+## Default:       4242
+## ServiceReload: quasselcore
+#
+# TCP port the quassel core should listen on
+#
+QUASSELCORE_PORT="4242"


Reply via email to