Hello community,

here is the log from the commit of package knewstuff for openSUSE:Factory 
checked in at 2015-02-16 15:05:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knewstuff (Old)
 and      /work/SRC/openSUSE:Factory/.knewstuff.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knewstuff"

Changes:
--------
--- /work/SRC/openSUSE:Factory/knewstuff/knewstuff.changes      2015-01-29 
12:51:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.knewstuff.new/knewstuff.changes 2015-02-16 
17:31:53.000000000 +0100
@@ -1,0 +2,8 @@
+Sun Feb  8 18:15:17 UTC 2015 - [email protected]
+
+- Update to 5.7.0
+  * Always reload xml data from remote urls
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+-------------------------------------------------------------------

Old:
----
  knewstuff-5.6.0.tar.xz

New:
----
  knewstuff-5.7.0.tar.xz

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

Other differences:
------------------
++++++ knewstuff.spec ++++++
--- /var/tmp/diff_new_pack.uZGZIO/_old  2015-02-16 17:31:53.000000000 +0100
+++ /var/tmp/diff_new_pack.uZGZIO/_new  2015-02-16 17:31:53.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knewstuff
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,13 +17,14 @@
 
 
 %define lname   libKF5NewStuff5
+%define _tar_path 5.7
 Name:           knewstuff
-Version:        5.6.0
+Version:        %{_tar_path}.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  attica-qt5-devel >= %{kf5_version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.6.0
+BuildRequires:  extra-cmake-modules >= 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel >= %{kf5_version}
 BuildRequires:  kcompletion-devel >= %{kf5_version}
@@ -44,7 +45,7 @@
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Source:         
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 

++++++ knewstuff-5.6.0.tar.xz -> knewstuff-5.7.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/CMakeLists.txt 
new/knewstuff-5.7.0/CMakeLists.txt
--- old/knewstuff-5.6.0/CMakeLists.txt  2015-01-03 13:11:12.000000000 +0100
+++ new/knewstuff-5.7.0/CMakeLists.txt  2015-02-08 16:21:43.000000000 +0100
@@ -2,7 +2,7 @@
 
 project(KNewStuff)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -13,8 +13,8 @@
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED COMPONENTS Widgets 
Xml)
 
 # Not part of kdelibs
-set(KF5_VERSION "5.6.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.6.0") # handled by release scripts
+set(KF5_VERSION "5.7.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.7.0") # handled by release scripts
 find_package(KF5Archive ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Completion ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
@@ -56,7 +56,7 @@
     add_subdirectory(tests)
 endif()
 
-set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5NewStuff")
+set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5NewStuff")
 
 include(ECMPackageConfigHelpers)
 
@@ -77,7 +77,7 @@
 
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/knewstuff_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/data/CMakeLists.txt 
new/knewstuff-5.7.0/data/CMakeLists.txt
--- old/knewstuff-5.6.0/data/CMakeLists.txt     2015-01-03 13:11:12.000000000 
+0100
+++ new/knewstuff-5.7.0/data/CMakeLists.txt     2015-02-08 16:21:43.000000000 
+0100
@@ -1,4 +1,4 @@
 install(FILES
    thumb_frame.png
-   DESTINATION ${KF5_DATA_INSTALL_DIR}/knewstuff/pics)
+   DESTINATION ${KDE_INSTALL_DATADIR_KF5}/knewstuff/pics)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/metainfo.yaml 
new/knewstuff-5.7.0/metainfo.yaml
--- old/knewstuff-5.6.0/metainfo.yaml   2015-01-03 13:11:12.000000000 +0100
+++ new/knewstuff-5.7.0/metainfo.yaml   2015-02-08 16:21:43.000000000 +0100
@@ -1,7 +1,7 @@
 maintainer: whiting
 description: Support for downloading application assets from the network
 tier: 3
-type: functional
+type: solution
 platforms:
     - name: All
 portingAid: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/po/cs/knewstuff5.po 
new/knewstuff-5.7.0/po/cs/knewstuff5.po
--- old/knewstuff-5.6.0/po/cs/knewstuff5.po     2015-01-03 13:11:12.000000000 
+0100
+++ new/knewstuff-5.7.0/po/cs/knewstuff5.po     2015-02-08 16:21:43.000000000 
+0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl <[email protected]>, 2010, 2011, 2012.
-# Vít Pelčák <[email protected]>, 2011, 2012, 2013, 2014.
+# Vít Pelčák <[email protected]>, 2011, 2012, 2013, 2014, 2015.
 # Tomáš Chvátal <[email protected]>, 2012, 2013.
 #
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/po/fi/knewstuff5.po 
new/knewstuff-5.7.0/po/fi/knewstuff5.po
--- old/knewstuff-5.6.0/po/fi/knewstuff5.po     2015-01-03 13:11:12.000000000 
+0100
+++ new/knewstuff-5.7.0/po/fi/knewstuff5.po     2015-02-08 16:21:43.000000000 
+0100
@@ -29,7 +29,7 @@
 "POT-Creation-Date: 2014-11-12 07:56+0000\n"
 "PO-Revision-Date: 2014-10-07 19:12+0300\n"
 "Last-Translator: Larso\n"
-"Language-Team: Finnish <[email protected]>\n"
+"Language-Team: Finnish <[email protected]>\n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/po/it/knewstuff5.po 
new/knewstuff-5.7.0/po/it/knewstuff5.po
--- old/knewstuff-5.6.0/po/it/knewstuff5.po     2015-01-03 13:11:12.000000000 
+0100
+++ new/knewstuff-5.7.0/po/it/knewstuff5.po     2015-02-08 16:21:43.000000000 
+0100
@@ -8,7 +8,7 @@
 # Luciano Montanaro <[email protected]>, 2007.
 # Dario Panico <[email protected]>, 2008.
 # Pino Toscano <[email protected]>, 2008.
-# Federico Zenith <[email protected]>, 2008, 2012, 2013, 2014.
+# Federico Zenith <[email protected]>, 2008, 2012, 2013, 2014, 
2015.
 # Innocenzo Ventre <[email protected]>, 2012.
 # Vincenzo Reale <[email protected]>, 2014.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/po/ja/knewstuff5.po 
new/knewstuff-5.7.0/po/ja/knewstuff5.po
--- old/knewstuff-5.6.0/po/ja/knewstuff5.po     2015-01-03 13:11:12.000000000 
+0100
+++ new/knewstuff-5.7.0/po/ja/knewstuff5.po     2015-02-08 16:21:43.000000000 
+0100
@@ -461,10 +461,8 @@
 msgstr "完了"
 
 #: uploaddialog.cpp:177
-#, fuzzy
-#| msgid "Loading provider information"
 msgid "Fetching provider information..."
-msgstr "プロバイダ情報を読み込み中"
+msgstr "プロバイダ情報を取得中..."
 
 #: uploaddialog.cpp:184
 msgid "Fetching license data from server..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/po/ko/knewstuff5.po 
new/knewstuff-5.7.0/po/ko/knewstuff5.po
--- old/knewstuff-5.6.0/po/ko/knewstuff5.po     2015-01-03 13:11:12.000000000 
+0100
+++ new/knewstuff-5.7.0/po/ko/knewstuff5.po     2015-02-08 16:21:43.000000000 
+0100
@@ -1,15 +1,15 @@
 # Korean messages for kdelibs.
 # Copyright (C) Free Software Foundation, Inc.
-#
 # Cho Sung Jae <[email protected]>, 2007.
 # Park Shinjo <[email protected]>, 2007, 2008, 2009, 2010, 2011.
-# Park Shinjo <[email protected]>, 2011, 2012, 2013, 2014.
+# Park Shinjo <[email protected]>, 2011, 2012, 2013, 2014, 2015.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-11-12 07:56+0000\n"
-"PO-Revision-Date: 2014-10-16 21:21+0900\n"
+"PO-Revision-Date: 2015-01-18 17:08+0900\n"
 "Last-Translator: Park Shinjo <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
 "Language: ko\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/po/lt/knewstuff5.po 
new/knewstuff-5.7.0/po/lt/knewstuff5.po
--- old/knewstuff-5.6.0/po/lt/knewstuff5.po     2015-01-03 13:11:12.000000000 
+0100
+++ new/knewstuff-5.7.0/po/lt/knewstuff5.po     2015-02-08 16:21:43.000000000 
+0100
@@ -6,14 +6,14 @@
 # Tomas Straupis <[email protected]>, 2011.
 # Remigijus Jarmalavičius <[email protected]>, 2011.
 # Liudas Ališauskas <[email protected]>, 2011, 2012, 2013, 2014.
-# Liudas Alisauskas <[email protected]>, 2013.
+# Liudas Alisauskas <[email protected]>, 2013, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-11-12 07:56+0000\n"
-"PO-Revision-Date: 2014-03-16 20:46+0200\n"
-"Last-Translator: Liudas Ališauskas <[email protected]>\n"
+"PO-Revision-Date: 2015-01-28 10:36+0200\n"
+"Last-Translator: Liudas Ališauskas <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
 "Language: lt\n"
 "MIME-Version: 1.0\n"
@@ -24,19 +24,14 @@
 "X-Generator: Lokalize 1.5\n"
 
 #: attica/atticaprovider.cpp:294
-#, fuzzy, kde-format
-#| msgctxt ""
-#| "the price of a download item, parameter 1 is the currency, 2 is the price"
-#| msgid ""
-#| "This items costs %1 %2.\n"
-#| "Do you want to buy it?"
+#, kde-format
 msgctxt ""
 "the price of a download item, parameter 1 is the currency, 2 is the price"
 msgid ""
 "This item costs %1 %2.\n"
 "Do you want to buy it?"
 msgstr ""
-"Objektas kainuoja %1 %2.\n"
+"Elementas kainuoja %1 %2.\n"
 "Ar norite jį pirkti?"
 
 #: attica/atticaprovider.cpp:308
@@ -460,10 +455,8 @@
 msgstr "Baigti"
 
 #: uploaddialog.cpp:177
-#, fuzzy
-#| msgid "Loading provider information"
 msgid "Fetching provider information..."
-msgstr "Įkeliama informacija apie tiekėją"
+msgstr "Gaunama tiekėjo informacija..."
 
 #: uploaddialog.cpp:184
 msgid "Fetching license data from server..."
@@ -474,10 +467,8 @@
 msgstr "Iš serverio atsiunčiami turinio duomenys..."
 
 #: uploaddialog.cpp:266
-#, fuzzy
-#| msgid "Loading provider information"
 msgid "Could not fetch provider information."
-msgstr "Įkeliama informacija apie tiekėją"
+msgstr "Nepavyko gauti tiekėjo informacijos."
 
 #: uploaddialog.cpp:290
 msgid "Register a new account"
@@ -677,10 +668,8 @@
 
 #. i18n: ectx: property (text), widget (QLabel, contentWebsiteLinkLabel)
 #: uploaddialog.ui:596
-#, fuzzy
-#| msgid "Fetching content data from server..."
 msgid "Fetch content link from server"
-msgstr "Iš serverio atsiunčiami turinio duomenys..."
+msgstr "Gauti turinio nuorodą iš serverio"
 
 #. i18n: ectx: property (text), widget (QLabel, creatingContentLabel)
 #: uploaddialog.ui:609
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/po/nb/knewstuff5.po 
new/knewstuff-5.7.0/po/nb/knewstuff5.po
--- old/knewstuff-5.6.0/po/nb/knewstuff5.po     2015-01-03 13:11:12.000000000 
+0100
+++ new/knewstuff-5.7.0/po/nb/knewstuff5.po     2015-02-08 16:21:43.000000000 
+0100
@@ -1,4 +1,4 @@
-# Translation of kdelibs4 to Norwegian Bokmål
+# Translation of knewstuff5 to Norwegian Bokmål
 #
 # Knut Yrvin <[email protected]>, 2002, 2003, 2004, 2005.
 # Bjørn Steensrud <[email protected]>, 2002, 2003, 2004, 2005, 
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/po/nn/knewstuff5.po 
new/knewstuff-5.7.0/po/nn/knewstuff5.po
--- old/knewstuff-5.6.0/po/nn/knewstuff5.po     2015-01-03 13:11:12.000000000 
+0100
+++ new/knewstuff-5.7.0/po/nn/knewstuff5.po     2015-02-08 16:21:43.000000000 
+0100
@@ -1,4 +1,4 @@
-# Translation of kdelibs4 to Norwegian Nynorsk
+# Translation of knewstuff5 to Norwegian Nynorsk
 #
 # Gaute Hvoslef Kvalnes <[email protected]>, 2003, 2004, 2005, 2006.
 # Håvard Korsvoll <[email protected]>, 2003, 2005.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/po/se/knewstuff5.po 
new/knewstuff-5.7.0/po/se/knewstuff5.po
--- old/knewstuff-5.6.0/po/se/knewstuff5.po     2015-01-03 13:11:12.000000000 
+0100
+++ new/knewstuff-5.7.0/po/se/knewstuff5.po     2015-02-08 16:21:43.000000000 
+0100
@@ -1,4 +1,4 @@
-# Translation of kdelibs4 to Northern Sami
+# Translation of knewstuff5 to Northern Sami
 #
 # Børre Gaup <[email protected]>, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/po/sr/knewstuff5.po 
new/knewstuff-5.7.0/po/sr/knewstuff5.po
--- old/knewstuff-5.6.0/po/sr/knewstuff5.po     2015-01-03 13:11:12.000000000 
+0100
+++ new/knewstuff-5.7.0/po/sr/knewstuff5.po     2015-02-08 16:21:43.000000000 
+0100
@@ -1,7 +1,7 @@
 # Translation of kdelibs4.po into Serbian.
 # Marko Rosic <[email protected]>, 2003.
 # Toplica Tanaskovic <[email protected]>, 2003, 2004, 2005.
-# Chusslove Illich <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014.
+# Chusslove Illich <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014, 2015.
 # Dalibor Djuric <[email protected]>, 2009, 2010, 2011.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/po/sr@ijekavian/knewstuff5.po 
new/knewstuff-5.7.0/po/sr@ijekavian/knewstuff5.po
--- old/knewstuff-5.6.0/po/sr@ijekavian/knewstuff5.po   2015-01-03 
13:11:12.000000000 +0100
+++ new/knewstuff-5.7.0/po/sr@ijekavian/knewstuff5.po   2015-02-08 
16:21:43.000000000 +0100
@@ -1,7 +1,7 @@
 # Translation of kdelibs4.po into Serbian.
 # Marko Rosic <[email protected]>, 2003.
 # Toplica Tanaskovic <[email protected]>, 2003, 2004, 2005.
-# Chusslove Illich <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014.
+# Chusslove Illich <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014, 2015.
 # Dalibor Djuric <[email protected]>, 2009, 2010, 2011.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/po/sr@ijekavianlatin/knewstuff5.po 
new/knewstuff-5.7.0/po/sr@ijekavianlatin/knewstuff5.po
--- old/knewstuff-5.6.0/po/sr@ijekavianlatin/knewstuff5.po      2015-01-03 
13:11:12.000000000 +0100
+++ new/knewstuff-5.7.0/po/sr@ijekavianlatin/knewstuff5.po      2015-02-08 
16:21:43.000000000 +0100
@@ -1,7 +1,7 @@
 # Translation of kdelibs4.po into Serbian.
 # Marko Rosic <[email protected]>, 2003.
 # Toplica Tanaskovic <[email protected]>, 2003, 2004, 2005.
-# Chusslove Illich <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014.
+# Chusslove Illich <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014, 2015.
 # Dalibor Djuric <[email protected]>, 2009, 2010, 2011.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/po/sr@latin/knewstuff5.po 
new/knewstuff-5.7.0/po/sr@latin/knewstuff5.po
--- old/knewstuff-5.6.0/po/sr@latin/knewstuff5.po       2015-01-03 
13:11:12.000000000 +0100
+++ new/knewstuff-5.7.0/po/sr@latin/knewstuff5.po       2015-02-08 
16:21:43.000000000 +0100
@@ -1,7 +1,7 @@
 # Translation of kdelibs4.po into Serbian.
 # Marko Rosic <[email protected]>, 2003.
 # Toplica Tanaskovic <[email protected]>, 2003, 2004, 2005.
-# Chusslove Illich <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014.
+# Chusslove Illich <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014, 2015.
 # Dalibor Djuric <[email protected]>, 2009, 2010, 2011.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/src/CMakeLists.txt 
new/knewstuff-5.7.0/src/CMakeLists.txt
--- old/knewstuff-5.6.0/src/CMakeLists.txt      2015-01-03 13:11:12.000000000 
+0100
+++ new/knewstuff-5.7.0/src/CMakeLists.txt      2015-02-08 16:21:43.000000000 
+0100
@@ -45,7 +45,7 @@
 generate_export_header(KF5NewStuff BASE_NAME KNewStuff EXPORT_FILE_NAME 
knewstuff_export.h)
 
 target_include_directories(KF5NewStuff PUBLIC 
"$<BUILD_INTERFACE:${KNewStuff_BINARY_DIR};${CMAKE_CURRENT_BINARY_DIR}>")
-target_include_directories(KF5NewStuff INTERFACE 
"$<INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KNewStuff3>")
+target_include_directories(KF5NewStuff INTERFACE 
"$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KNewStuff3>")
 
 target_link_libraries(KF5NewStuff
   PUBLIC
@@ -81,7 +81,7 @@
   REQUIRED_HEADERS KNewStuff_HEADERS
   PREFIX KNS3
 )
-install(FILES ${KNewStuff_CamelCase_HEADERS} DESTINATION 
${KF5_INCLUDE_INSTALL_DIR}/KNewStuff3/KNS3 COMPONENT Devel)
+install(FILES ${KNewStuff_CamelCase_HEADERS} DESTINATION 
${KDE_INSTALL_INCLUDEDIR_KF5}/KNewStuff3/KNS3 COMPONENT Devel)
 
 install(TARGETS KF5NewStuff EXPORT KF5NewStuffTargets 
${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
 
@@ -89,9 +89,9 @@
   ${CMAKE_CURRENT_BINARY_DIR}/knewstuff_export.h
   knewstuffaction.h
   ${KNewStuff_HEADERS}
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KNewStuff3/kns3 COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KNewStuff3/kns3 COMPONENT Devel
 )
 
 include(ECMGeneratePriFile)
-ecm_generate_pri_file(BASE_NAME KNewStuff LIB_NAME KF5NewStuff DEPS "widgets 
Attica KXmlGui" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR 
${KF5_INCLUDE_INSTALL_DIR}/KNewStuff)
+ecm_generate_pri_file(BASE_NAME KNewStuff LIB_NAME KF5NewStuff DEPS "widgets 
Attica KXmlGui" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR 
${KDE_INSTALL_INCLUDEDIR_KF5}/KNewStuff)
 install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/src/core/xmlloader.cpp 
new/knewstuff-5.7.0/src/core/xmlloader.cpp
--- old/knewstuff-5.6.0/src/core/xmlloader.cpp  2015-01-03 13:11:12.000000000 
+0100
+++ new/knewstuff-5.7.0/src/core/xmlloader.cpp  2015-02-08 16:21:43.000000000 
+0100
@@ -44,7 +44,7 @@
 
     qCDebug(KNEWSTUFF) << "XmlLoader::load(): url: " << url;
 
-    KIO::TransferJob *job = KIO::get(url, KIO::NoReload, 
KIO::HideProgressInfo);
+    KIO::TransferJob *job = KIO::get(url, KIO::Reload, KIO::HideProgressInfo);
     connect(job, SIGNAL(result(KJob*)),
             SLOT(slotJobResult(KJob*)));
     connect(job, SIGNAL(data(KIO::Job*,QByteArray)),
@@ -66,11 +66,9 @@
         emit signalFailed();
         return;
     }
-    /*
-            qCDebug(KNEWSTUFF) << "--Xml Loader-START--";
-            qCDebug(KNEWSTUFF) << QString::fromUtf8(m_jobdata);
-            qCDebug(KNEWSTUFF) << "--Xml Loader-END--";
-    */
+    qCDebug(KNEWSTUFF) << "--Xml Loader-START--";
+    qCDebug(KNEWSTUFF) << QString::fromUtf8(m_jobdata);
+    qCDebug(KNEWSTUFF) << "--Xml Loader-END--";
     QDomDocument doc;
     if (!doc.setContent(m_jobdata)) {
         emit signalFailed();

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to