Hello community,

here is the log from the commit of package knewstuff for openSUSE:Factory 
checked in at 2015-01-29 12:51:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2014-12-21 
11:58:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.knewstuff.new/knewstuff.changes 2015-01-29 
12:51:11.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Jan  3 18:03:19 UTC 2015 - [email protected]
+
+- Update to 5.6.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+-------------------------------------------------------------------

Old:
----
  knewstuff-5.5.0.tar.xz

New:
----
  knewstuff-5.6.0.tar.xz

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

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

++++++ knewstuff-5.5.0.tar.xz -> knewstuff-5.6.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.5.0/CMakeLists.txt 
new/knewstuff-5.6.0/CMakeLists.txt
--- old/knewstuff-5.5.0/CMakeLists.txt  2014-12-06 13:41:58.000000000 +0100
+++ new/knewstuff-5.6.0/CMakeLists.txt  2015-01-03 13:11:12.000000000 +0100
@@ -2,7 +2,7 @@
 
 project(KNewStuff)
 
-find_package(ECM 1.5.0 REQUIRED NO_MODULE)
+find_package(ECM 1.6.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.5.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.5.0") # handled by release scripts
+set(KF5_VERSION "5.6.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.6.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)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.5.0/po/ca/knewstuff5.po 
new/knewstuff-5.6.0/po/ca/knewstuff5.po
--- old/knewstuff-5.5.0/po/ca/knewstuff5.po     2014-12-06 13:41:58.000000000 
+0100
+++ new/knewstuff-5.6.0/po/ca/knewstuff5.po     2015-01-03 13:11:12.000000000 
+0100
@@ -4,7 +4,7 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz <[email protected]>, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
-# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 
2014.
+# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 
2014.
 # Albert Astals Cid <[email protected]>, 2004, 2005, 2007.
 # Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Robert Millan <[email protected]>, 2009.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.5.0/po/da/knewstuff5.po 
new/knewstuff-5.6.0/po/da/knewstuff5.po
--- old/knewstuff-5.5.0/po/da/knewstuff5.po     2014-12-06 13:41:58.000000000 
+0100
+++ new/knewstuff-5.6.0/po/da/knewstuff5.po     2015-01-03 13:11:12.000000000 
+0100
@@ -4,14 +4,14 @@
 #
 # Martin Schlander, 2008.
 # Martin Schlander <[email protected]>, 2008.
-# Martin Schlander <[email protected]>, 2008, 2009, 2010, 2011, 2012, 
2013.
+# Martin Schlander <[email protected]>, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Keld Simonsen <[email protected]>, 2010.
 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: 2013-11-06 19:33+0100\n"
+"PO-Revision-Date: 2014-12-29 20:04+0100\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
 "Language: da\n"
@@ -458,10 +458,8 @@
 msgstr "Henter indholdsdata fra serveren..."
 
 #: uploaddialog.cpp:266
-#, fuzzy
-#| msgid "Fetching provider information..."
 msgid "Could not fetch provider information."
-msgstr "Henter udbyderinformation..."
+msgstr "Kunne ikke hente udbyderinformation."
 
 #: uploaddialog.cpp:290
 msgid "Register a new account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.5.0/po/fi/knewstuff5.po 
new/knewstuff-5.6.0/po/fi/knewstuff5.po
--- old/knewstuff-5.5.0/po/fi/knewstuff5.po     2014-12-06 13:41:58.000000000 
+0100
+++ new/knewstuff-5.6.0/po/fi/knewstuff5.po     2015-01-03 13:11:12.000000000 
+0100
@@ -14,7 +14,7 @@
 # Tommi Nieminen <[email protected]>, 2009, 2010, 2011.
 # Tommi Nieminen <[email protected]>, 2009.
 # Jorma Karvonen <[email protected]>, 2010.
-# Lasse Liehu <[email protected]>, 2006, 2010, 2011, 2012, 2013, 2014.
+# Lasse Liehu <[email protected]>, 2006, 2010, 2011, 2012, 2013, 2014, 
2015.
 #
 # KDE Finnish translation sprint participants:
 # Author: Artnay
@@ -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.5.0/po/ko/knewstuff5.po 
new/knewstuff-5.6.0/po/ko/knewstuff5.po
--- old/knewstuff-5.5.0/po/ko/knewstuff5.po     2014-12-06 13:41:58.000000000 
+0100
+++ new/knewstuff-5.6.0/po/ko/knewstuff5.po     2015-01-03 13:11:12.000000000 
+0100
@@ -9,8 +9,8 @@
 "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-01 01:29+0900\n"
-"Last-Translator: Park Shinjo <[email protected]>\n"
+"PO-Revision-Date: 2014-10-16 21:21+0900\n"
+"Last-Translator: Park Shinjo <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
 "Language: ko\n"
 "MIME-Version: 1.0\n"
@@ -439,10 +439,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..."
@@ -453,10 +451,8 @@
 msgstr "서버에서 내용 데이터 가져오는 중..."
 
 #: uploaddialog.cpp:266
-#, fuzzy
-#| msgid "Loading provider information"
 msgid "Could not fetch provider information."
-msgstr "공급자 정보 가져오는 중"
+msgstr "공급자 정보를 가져올 수 없습니다."
 
 #: uploaddialog.cpp:290
 msgid "Register a new account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.5.0/po/zh_CN/knewstuff5.po 
new/knewstuff-5.6.0/po/zh_CN/knewstuff5.po
--- old/knewstuff-5.5.0/po/zh_CN/knewstuff5.po  2014-12-06 13:41:58.000000000 
+0100
+++ new/knewstuff-5.6.0/po/zh_CN/knewstuff5.po  2015-01-03 13:11:12.000000000 
+0100
@@ -9,15 +9,15 @@
 # Liang Qi <[email protected]>, 2007.
 # Feng Chao <[email protected]>, 2010, 2012, 2014.
 # Ni Hui <[email protected]>, 2010, 2011, 2012.
-# Weng Xuetian <[email protected]>, 2011, 2012, 2013.
+# Weng Xuetian <[email protected]>, 2011, 2012, 2013, 2014.
 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-13 21:01+0800\n"
-"Last-Translator: Feng Chao <[email protected]>\n"
-"Language-Team: Chinese Simplified <[email protected]>\n"
+"PO-Revision-Date: 2014-12-18 17:00-0800\n"
+"Last-Translator: Weng Xuetian <[email protected]>\n"
+"Language-Team: Chinese Simplified <[email protected]>\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -442,10 +442,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..."
@@ -456,10 +454,8 @@
 msgstr "正在从服务器上获取内容数据..."
 
 #: uploaddialog.cpp:266
-#, fuzzy
-#| msgid "Loading provider information"
 msgid "Could not fetch provider information."
-msgstr "正在供应者信息"
+msgstr "无法获取提供者信息。"
 
 #: uploaddialog.cpp:290
 msgid "Register a new account"

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

Reply via email to