Hello community, here is the log from the commit of package kcron for openSUSE:Factory checked in at 2013-07-22 17:13:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcron (Old) and /work/SRC/openSUSE:Factory/.kcron.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcron" Changes: -------- --- /work/SRC/openSUSE:Factory/kcron/kcron.changes 2013-07-08 07:26:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kcron.new/kcron.changes 2013-07-22 17:13:50.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Jul 15 08:12:47 UTC 2013 - [email protected] + +- Update to 4.10.95 + * KDE 4.11 RC 1 release + * See http://www.kde.org/announcements/announce-4.11-rc1.php + +------------------------------------------------------------------- Old: ---- kcron-4.10.90.tar.xz New: ---- kcron-4.10.95.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcron.spec ++++++ --- /var/tmp/diff_new_pack.JiA9Jp/_old 2013-07-22 17:13:50.000000000 +0200 +++ /var/tmp/diff_new_pack.JiA9Jp/_new 2013-07-22 17:13:50.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package kcron (Version 4.7.80_20111122) +# spec file for package kcron # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,11 +19,11 @@ Name: kcron BuildRequires: libkde4-devel Url: http://www.kde.org -Version: 4.10.90 +Version: 4.10.95 Release: 0 +Summary: Cron job configuration tool License: GPL-2.0+ Group: System/Management -Summary: Cron job configuration tool Source0: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build %kde4_runtime_requires @@ -50,7 +50,6 @@ %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root) %doc COPYING README @@ -58,5 +57,4 @@ %{_kde4_htmldir}/en/kcron/ %{_kde4_servicesdir}/kcm_cron.desktop - %changelog ++++++ kcron-4.10.90.tar.xz -> kcron-4.10.95.tar.xz ++++++ Files old/kcron-4.10.90/doc/index.cache.bz2 and new/kcron-4.10.95/doc/index.cache.bz2 differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcron-4.10.90/src/tasksWidget.cpp new/kcron-4.10.95/src/tasksWidget.cpp --- old/kcron-4.10.90/src/tasksWidget.cpp 2013-06-10 22:02:08.000000000 +0200 +++ new/kcron-4.10.95/src/tasksWidget.cpp 2013-07-10 01:43:51.000000000 +0200 @@ -257,7 +257,8 @@ } bool TasksWidget::needUserColumn() const { - if (crontabWidget()->currentCron()->isMultiUserCron()) { + CTCron* ctCron = crontabWidget()->currentCron(); + if (ctCron && ctCron->isMultiUserCron()) { return true; } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
