Hello community, here is the log from the commit of package qwebyast for openSUSE:Factory checked in at Mon Sep 19 21:17:19 CEST 2011.
-------- --- qwebyast/qwebyast.changes 2011-02-02 15:36:49.000000000 +0100 +++ /mounts/work_src_done/STABLE/qwebyast/qwebyast.changes 2011-05-11 12:22:49.000000000 +0200 @@ -1,0 +2,6 @@ +Wed May 11 10:14:34 UTC 2011 - [email protected] + +- start collectd too (bnc #688594) +- V 0.0.12 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- qwebyast-0.0.11.tar.bz2 New: ---- qwebyast-0.0.12.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qwebyast.spec ++++++ --- /var/tmp/diff_new_pack.3fYntu/_old 2011-09-19 21:17:15.000000000 +0200 +++ /var/tmp/diff_new_pack.3fYntu/_new 2011-09-19 21:17:15.000000000 +0200 @@ -24,7 +24,7 @@ License: GPL Group: System/Management Summary: WebYaST Desktop Applet -Version: 0.0.11 +Version: 0.0.12 Release: 1 Url: http://en.opensuse.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ qwebyast-0.0.11.tar.bz2 -> qwebyast-0.0.12.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qwebyast-0.0.11/VERSION.cmake new/qwebyast-0.0.12/VERSION.cmake --- old/qwebyast-0.0.11/VERSION.cmake 2011-02-02 15:37:38.000000000 +0100 +++ new/qwebyast-0.0.12/VERSION.cmake 2011-05-16 15:46:38.000000000 +0200 @@ -1,3 +1,3 @@ SET(VERSION_MAJOR "0") SET(VERSION_MINOR "0") -SET(VERSION_PATCH "11") +SET(VERSION_PATCH "12") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qwebyast-0.0.11/package/qwebyast.changes new/qwebyast-0.0.12/package/qwebyast.changes --- old/qwebyast-0.0.11/package/qwebyast.changes 2011-02-02 15:37:38.000000000 +0100 +++ new/qwebyast-0.0.12/package/qwebyast.changes 2011-05-16 15:46:38.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed May 11 10:14:34 UTC 2011 - [email protected] + +- start collectd too (bnc #688594) +- V 0.0.12 + +------------------------------------------------------------------- Wed Feb 2 15:19:59 CET 2011 - [email protected] - fixed multiple launch (bnc #668208) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qwebyast-0.0.11/src/webyast.sh new/qwebyast-0.0.12/src/webyast.sh --- old/qwebyast-0.0.11/src/webyast.sh 2011-02-02 15:37:38.000000000 +0100 +++ new/qwebyast-0.0.12/src/webyast.sh 2011-05-16 15:46:38.000000000 +0200 @@ -2,11 +2,11 @@ case "$1" in start) - /usr/sbin/rcyastws start && /usr/sbin/rcyastwc start + /usr/sbin/rcyastws start && /usr/sbin/rcyastwc start && /usr/sbin/rccollectd start RETVAL=$? ;; stop) - /usr/sbin/rcyastws stop && /usr/sbin/rcyastwc stop + /usr/sbin/rcyastws stop && /usr/sbin/rcyastwc stop && /usr/sbin/rccollectd stop RETVAL=$? ;; status) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
