Hello community, here is the log from the commit of package speechd checked in at Mon Sep 29 18:21:30 CEST 2008. -------- --- speechd/speechd.changes 2008-09-16 23:40:23.000000000 +0200 +++ /mounts/work_src_done/STABLE/speechd/speechd.changes 2008-09-29 12:21:26.726845000 +0200 @@ -1,0 +2,5 @@ +Mon Sep 29 12:19:52 CEST 2008 - marco@suse.de + +- fixed start-script (bug#430563) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ speechd.spec ++++++ --- /var/tmp/diff_new_pack.s21550/_old 2008-09-29 18:20:59.000000000 +0200 +++ /var/tmp/diff_new_pack.s21550/_new 2008-09-29 18:20:59.000000000 +0200 @@ -22,7 +22,7 @@ Name: speechd BuildRequires: alsa-devel dotconf-devel espeak gcc-c++ glib2-devel python-devel Version: 0.6.7 -Release: 3 +Release: 4 License: GPL v2 only; GPL v2 or later AutoReqProv: on Group: Productivity/Multimedia/Sound/Utilities @@ -166,6 +166,8 @@ /usr/include/libspeechd.h %changelog +* Mon Sep 29 2008 marco@suse.de +- fixed start-script (bug#430563) * Wed Sep 17 2008 dmueller@suse.de - move python requires to python subpackage - fix requires ++++++ suse_python.diff ++++++ --- /var/tmp/diff_new_pack.s21550/_old 2008-09-29 18:20:59.000000000 +0200 +++ /var/tmp/diff_new_pack.s21550/_new 2008-09-29 18:20:59.000000000 +0200 @@ -1,6 +1,6 @@ -diff -r -u -N /tmp/speechd/speech-dispatcher-0.6.7/src/python/Makefile.in speechd-0.6.7/src/python/Makefile.in ---- /tmp/speechd/speech-dispatcher-0.6.7/src/python/Makefile.in 2008-07-14 14:59:13.000000000 +0200 -+++ speechd-0.6.7/src/python/Makefile.in 2008-09-14 02:25:27.000000000 +0200 +diff -ruN speechd-0.6.7/src/python/Makefile.in speechd-patch/src/python/Makefile.in +--- speechd-0.6.7/src/python/Makefile.in 2008-09-14 03:34:15.000000000 +0200 ++++ speechd-patch/src/python/Makefile.in 2008-09-17 12:14:25.000000000 +0200 @@ -13,11 +13,15 @@ install: @@ -18,9 +18,9 @@ uninstall: rm -f @snddatadir@/test.wav -diff -r -u -N /tmp/speechd/speech-dispatcher-0.6.7/suse/speechd speechd-0.6.7/suse/speechd ---- /tmp/speechd/speech-dispatcher-0.6.7/suse/speechd 1970-01-01 01:00:00.000000000 +0100 -+++ speechd-0.6.7/suse/speechd 2008-09-14 00:09:24.000000000 +0200 +diff -ruN speechd-0.6.7/suse/speechd speechd-patch/suse/speechd +--- speechd-0.6.7/suse/speechd 1970-01-01 01:00:00.000000000 +0100 ++++ speechd-patch/suse/speechd 2008-09-17 12:14:52.000000000 +0200 @@ -0,0 +1,56 @@ +#! /bin/sh +# /etc/init.d/speechd @@ -41,19 +41,19 @@ +return=$rc_done +case "$1" in + start) -+ echo "Starting speech-dispatcher" ++ echo -n "Starting speech-dispatcher" + + if !(test -d /var/log/speech-dispatcher) + then -+ mkdir /var/log/speech-dispatcher ++ mkdir -p /var/log/speech-dispatcher + fi + -+ if "(test -d /var/run/speech-dispatcher) ++ if test -d /var/run/speech-dispatcher + then -+ mkdir /var/run/speech-dispatcher ++ mkdir -p /var/run/speech-dispatcher + fi + -+ startproc /usr/bin/speech-dispatcher ++ startproc /usr/bin/speech-dispatcher 2>/dev/null + rc_status -v + ;; + stop) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de