Hello community,

here is the log from the commit of package kcalcore for openSUSE:Factory 
checked in at 2016-02-22 10:15:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcalcore (Old)
 and      /work/SRC/openSUSE:Factory/.kcalcore.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcalcore"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcalcore/kcalcore.changes        2016-01-23 
01:06:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kcalcore.new/kcalcore.changes   2016-02-22 
10:15:19.000000000 +0100
@@ -1,0 +2,9 @@
+Sat Feb 13 08:05:48 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.2
+   * KDE Applications 15.12.2 
+   * https://www.kde.org/announcements/announce-applications-15.12.2.php
+   * boo#966605
+
+
+-------------------------------------------------------------------

Old:
----
  kcalcore-15.12.1.tar.xz

New:
----
  kcalcore-15.12.2.tar.xz

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

Other differences:
------------------
++++++ kcalcore.spec ++++++
--- /var/tmp/diff_new_pack.4XyTmV/_old  2016-02-22 10:15:20.000000000 +0100
+++ /var/tmp/diff_new_pack.4XyTmV/_new  2016-02-22 10:15:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcalcore
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           kcalcore
-Version:        15.12.1
+Version:        15.12.2
 Release:        0
 %define kf5_version 5.1.0
 Summary:        KDE PIM Libraries: KCalCore
@@ -31,13 +31,13 @@
 BuildRequires:  gpgme-devel
 BuildRequires:  kcmutils-devel >= %{kf5_version}
 BuildRequires:  kcodecs-devel >= %{kf5_version}
+BuildRequires:  kcodecs-devel >= %{kf5_version}
 BuildRequires:  kcompletion-devel >= %{kf5_version}
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
 BuildRequires:  kdelibs4support-devel >= %{kf5_version}
 BuildRequires:  kdoctools-devel >= %{kf5_version}
 BuildRequires:  kemoticons-devel >= %{kf5_version}
-BuildRequires:  kcodecs-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel >= %{kf5_version}
 BuildRequires:  kio-devel >= %{kf5_version}
@@ -76,8 +76,8 @@
 %package devel
 Summary:        KDE PIM Libraries: Build Environment
 Group:          Development/Libraries/KDE
-Requires:       libKF5CalendarCore5 = %{version}
 Requires:       kdelibs4support-devel >= %{kf5_version}
+Requires:       libKF5CalendarCore5 = %{version}
 Requires:       libical-devel >= 0.42
 Obsoletes:      kcalcore5-devel < %{version}
 Provides:       kcalcore5-devel = %{version}

++++++ kcalcore-15.12.1.tar.xz -> kcalcore-15.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalcore-15.12.1/CMakeLists.txt 
new/kcalcore-15.12.2/CMakeLists.txt
--- old/kcalcore-15.12.1/CMakeLists.txt 2015-11-07 17:46:32.000000000 +0100
+++ new/kcalcore-15.12.2/CMakeLists.txt 2016-01-26 09:08:21.000000000 +0100
@@ -18,7 +18,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 set(KF5_VERSION "5.14.0")
-set(KCALENDARCORE_LIB_VERSION "4.82.0")
+set(KCALENDARCORE_LIB_VERSION "4.83.0")
 ecm_setup_version(${KCALENDARCORE_LIB_VERSION} VARIABLE_PREFIX KCALCORE
                         VERSION_HEADER 
"${KCalCore_BINARY_DIR}/kcalcore_version.h"
                         PACKAGE_VERSION_FILE 
"${KCalCore_BINARY_DIR}/KF5CalendarCoreConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalcore-15.12.1/src/todo.cpp 
new/kcalcore-15.12.2/src/todo.cpp
--- old/kcalcore-15.12.1/src/todo.cpp   2015-11-07 17:46:32.000000000 +0100
+++ new/kcalcore-15.12.2/src/todo.cpp   2016-01-26 09:08:21.000000000 +0100
@@ -242,7 +242,6 @@
     } else {
         d->mPercentComplete = 0;
         d->mCompleted = KDateTime();
-        setStatus(StatusNeedsAction);
     }
     setFieldDirty(FieldCompleted);
     setFieldDirty(FieldStatus);
@@ -291,11 +290,6 @@
     d->mPercentComplete = percent;
     if (percent != 100) {
         d->mCompleted = KDateTime();
-        if (percent > 0) {
-            setStatus(StatusInProcess);
-        } else {
-            setStatus(StatusNeedsAction);
-        }
     }
     setFieldDirty(FieldPercentComplete);
     updated();


Reply via email to