Hello community,

here is the log from the commit of package kpeople5 for openSUSE:Factory 
checked in at 2016-01-20 09:47:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpeople5 (Old)
 and      /work/SRC/openSUSE:Factory/.kpeople5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpeople5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpeople5/kpeople5.changes        2015-12-29 
12:54:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kpeople5.new/kpeople5.changes   2016-01-20 
09:47:31.000000000 +0100
@@ -1,0 +2,8 @@
+Sat Jan  2 17:44:54 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.18.0
+  * Fix possible double deletion in DeclarativePersonData
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.18.0.php
+
+-------------------------------------------------------------------

Old:
----
  kpeople-5.17.0.tar.xz

New:
----
  kpeople-5.18.0.tar.xz

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

Other differences:
------------------
++++++ kpeople5.spec ++++++
--- /var/tmp/diff_new_pack.SGkRXS/_old  2016-01-20 09:47:32.000000000 +0100
+++ /var/tmp/diff_new_pack.SGkRXS/_new  2016-01-20 09:47:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kpeople5
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define rname kpeople
-%define _tar_path 5.17
+%define _tar_path 5.18
 Name:           kpeople5
-Version:        5.17.0
+Version:        5.18.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++++++ kpeople-5.17.0.tar.xz -> kpeople-5.18.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.17.0/CMakeLists.txt 
new/kpeople-5.18.0/CMakeLists.txt
--- old/kpeople-5.17.0/CMakeLists.txt   2015-12-06 22:35:47.000000000 +0100
+++ new/kpeople-5.18.0/CMakeLists.txt   2016-01-02 17:46:35.000000000 +0100
@@ -3,14 +3,14 @@
 project (KPeople)
 
 include(FeatureSummary)
-find_package(ECM 5.17.0  NO_MODULE)
+find_package(ECM 5.18.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(KF5_VERSION "5.17.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.17.0") # handled by release scripts
+set(KF5_VERSION "5.18.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.18.0") # handled by release scripts
 
 set(REQUIRED_QT_VERSION 5.3.0)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpeople-5.17.0/src/declarative/declarativepersondata.cpp 
new/kpeople-5.18.0/src/declarative/declarativepersondata.cpp
--- old/kpeople-5.17.0/src/declarative/declarativepersondata.cpp        
2015-12-06 22:35:47.000000000 +0100
+++ new/kpeople-5.18.0/src/declarative/declarativepersondata.cpp        
2016-01-02 17:46:35.000000000 +0100
@@ -36,7 +36,6 @@
     m_id = id;
     delete m_person;
     if (m_id.isEmpty()) {
-        delete m_person;
         m_person = 0;
     } else {
         m_person = new KPeople::PersonData(id, this);


Reply via email to