Hello community,

here is the log from the commit of package knewstuff for openSUSE:Factory 
checked in at 2016-03-16 10:30:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2016-02-24 
18:56:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.knewstuff.new/knewstuff.changes 2016-03-16 
10:30:49.000000000 +0100
@@ -1,0 +2,8 @@
+Sun Mar  6 10:00:22 UTC 2016 - [email protected]
+
+- Update to 5.20.0 (boo#970856)
+  * Show a warning if there's an error in the Engine
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.20.0.php
+
+-------------------------------------------------------------------

Old:
----
  knewstuff-5.19.0.tar.xz

New:
----
  knewstuff-5.20.0.tar.xz

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

Other differences:
------------------
++++++ knewstuff.spec ++++++
--- /var/tmp/diff_new_pack.ExVz8d/_old  2016-03-16 10:30:50.000000000 +0100
+++ /var/tmp/diff_new_pack.ExVz8d/_new  2016-03-16 10:30:50.000000000 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5NewStuff5
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:           knewstuff
-Version:        5.19.0
+Version:        5.20.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  attica-qt5-devel >= %{_tar_path}

++++++ knewstuff-5.19.0.tar.xz -> knewstuff-5.20.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.19.0/CMakeLists.txt 
new/knewstuff-5.20.0/CMakeLists.txt
--- old/knewstuff-5.19.0/CMakeLists.txt 2016-02-06 14:51:59.000000000 +0100
+++ new/knewstuff-5.20.0/CMakeLists.txt 2016-03-05 20:03:28.000000000 +0100
@@ -3,7 +3,7 @@
 project(KNewStuff)
 
 include(FeatureSummary)
-find_package(ECM 5.19.0 NO_MODULE)
+find_package(ECM 5.20.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})
@@ -16,8 +16,8 @@
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED COMPONENTS Widgets 
Xml)
 
 # Not part of kdelibs
-set(KF5_VERSION "5.19.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.19.0") # handled by release scripts
+set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.20.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.19.0/data/kmoretools-desktopfiles/giggle.desktop 
new/knewstuff-5.20.0/data/kmoretools-desktopfiles/giggle.desktop
--- old/knewstuff-5.19.0/data/kmoretools-desktopfiles/giggle.desktop    
2016-02-06 14:51:59.000000000 +0100
+++ new/knewstuff-5.20.0/data/kmoretools-desktopfiles/giggle.desktop    
2016-03-05 20:03:28.000000000 +0100
@@ -20,7 +20,7 @@
 GenericName[pl]=Przeglądarka repozytorium Git
 GenericName[pt]=Visualizador de repositórios do Git
 GenericName[pt_BR]=Visualizador de repositórios Git
-GenericName[ru]=Просмотр репозитория Git
+GenericName[ru]=Просмотр репозиториев Git
 GenericName[sk]=Prehliadač repozitárov Git
 GenericName[sl]=Pregledovalnik skladišč Git
 GenericName[sr]=Приказивач гит ризница
@@ -46,10 +46,12 @@
 Name[fi]=Giggle
 Name[gl]=Giggle
 Name[it]=Giggle
+Name[ko]=Giggle
 Name[nl]=Giggle
 Name[pl]=Giggle
 Name[pt]=Giggle
 Name[pt_BR]=Giggle
+Name[ru]=Giggle
 Name[sk]=Giggle
 Name[sl]=Giggle
 Name[sr]=Гигл
@@ -71,10 +73,12 @@
 Comment[fi]=Git-varastokatselin
 Comment[gl]=Visor de repositorios Git
 Comment[it]=Visualizzatore depositi Git
+Comment[ko]=Git 저장소 뷰어
 Comment[nl]=Viewer van git-repository 
 Comment[pl]=Przeglądarka repozytorium Git
 Comment[pt]=Visualizador de repositórios do Git
 Comment[pt_BR]=Visualizador de repositórios Git
+Comment[ru]=Просмотр репозиториев Git
 Comment[sk]=Prehliadač repozitárov Git
 Comment[sl]=Pregledovalnik skladišč Git
 Comment[sr]=Приказивач гит ризница
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knewstuff-5.19.0/data/kmoretools-desktopfiles/gitg.desktop 
new/knewstuff-5.20.0/data/kmoretools-desktopfiles/gitg.desktop
--- old/knewstuff-5.19.0/data/kmoretools-desktopfiles/gitg.desktop      
2016-02-06 14:51:59.000000000 +0100
+++ new/knewstuff-5.20.0/data/kmoretools-desktopfiles/gitg.desktop      
2016-03-05 20:03:28.000000000 +0100
@@ -20,7 +20,7 @@
 GenericName[pl]=Przeglądarka repozytorium Git
 GenericName[pt]=Visualizador de repositórios do Git
 GenericName[pt_BR]=Visualizador de repositórios Git
-GenericName[ru]=Просмотр репозитория Git
+GenericName[ru]=Просмотр репозиториев Git
 GenericName[sk]=Prehliadač repozitárov Git
 GenericName[sl]=Pregledovalnik skladišč Git
 GenericName[sr]=Приказивач гит ризница
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knewstuff-5.19.0/data/kmoretools-desktopfiles/gnome-search-tool.desktop 
new/knewstuff-5.20.0/data/kmoretools-desktopfiles/gnome-search-tool.desktop
--- old/knewstuff-5.19.0/data/kmoretools-desktopfiles/gnome-search-tool.desktop 
2016-02-06 14:51:59.000000000 +0100
+++ new/knewstuff-5.20.0/data/kmoretools-desktopfiles/gnome-search-tool.desktop 
2016-03-05 20:03:28.000000000 +0100
@@ -11,10 +11,12 @@
 Name[fi]=Etsi tiedostoja…
 Name[gl]=Buscar ficheiros…
 Name[it]=Cerca file...
+Name[ko]=파일 찾기...
 Name[nl]=Naar bestanden zoeken...
 Name[pl]=Szukaj plików...
 Name[pt]=Procurar por Ficheiros...
 Name[pt_BR]=Procurar por arquivos...
+Name[ru]=Поиск файлов
 Name[sk]=Hľadať súbory...
 Name[sl]=Iskanje datotek ...
 Name[sr]=Тражи фајлове...
@@ -36,10 +38,12 @@
 Comment[fi]=Paikanna tiedostoja ja kansioita tältä tietokoneelta nimen tai 
sisällön perusteella
 Comment[gl]=Localizar documentos e cartafoles no computador polo nome ou o 
contido.
 Comment[it]=Individua documenti e cartelle nel computer in base al nome o al 
contenuto
+Comment[ko]=이 컴퓨터의 파일과 폴더를 이름이나 내용으로 찾기
 Comment[nl]=Documenten en mappen vinden op deze computer op naam of inhoud
 Comment[pl]=Ustalaj położenia plików i katalogów na tym komputerze po nazwie 
lub treści
 Comment[pt]=Localizar os documentos e pastas neste computador pelo nome ou 
conteúdo
 Comment[pt_BR]=Localiza documentos e pastas neste computador pelo nome ou 
conteúdo
+Comment[ru]=Поиск файлов и папок по имени и содержимому
 Comment[sk]=Vyhľadať dokumenty a priečinky na tomto počítači podľa názvu alebo 
obsahu
 Comment[sl]=Poiščite dokumente in mape na tem računalniku po imenu ali vsebini
 Comment[sr]=Тражите документе и фасцикле на овом рачунару, по имену и по 
садржају
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knewstuff-5.19.0/data/kmoretools-desktopfiles/org.kde.kscreengenie.desktop 
new/knewstuff-5.20.0/data/kmoretools-desktopfiles/org.kde.kscreengenie.desktop
--- 
old/knewstuff-5.19.0/data/kmoretools-desktopfiles/org.kde.kscreengenie.desktop  
    2016-02-06 14:51:59.000000000 +0100
+++ 
new/knewstuff-5.20.0/data/kmoretools-desktopfiles/org.kde.kscreengenie.desktop  
    2016-03-05 20:03:28.000000000 +0100
@@ -1,6 +1,6 @@
 [Desktop Entry]
 GenericName=Screenshot Capture Utility
-GenericName[ast]=Utilidá de facer captures de pantalla
+GenericName[ast]=Utilidá de captura de pantalla
 GenericName[ca]=Utilitat de captura de pantalla
 GenericName[ca@valencia]=Utilitat de captura de pantalla
 GenericName[da]=Værktøj til at tage skærmbilleder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.19.0/po/ast/knewstuff5.po 
new/knewstuff-5.20.0/po/ast/knewstuff5.po
--- old/knewstuff-5.19.0/po/ast/knewstuff5.po   2016-02-06 14:51:59.000000000 
+0100
+++ new/knewstuff-5.20.0/po/ast/knewstuff5.po   2016-03-05 20:03:28.000000000 
+0100
@@ -7,8 +7,8 @@
 "Project-Id-Version: kdelibs4-1\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-12-11 07:01+0000\n"
-"PO-Revision-Date: 2016-02-04 16:46+0100\n"
-"Last-Translator: enolp <[email protected]>\n"
+"PO-Revision-Date: 2016-02-10 02:41+0100\n"
+"Last-Translator: enolp <[email protected]>\n"
 "Language-Team: Asturian <>\n"
 "Language: ast_ES\n"
 "MIME-Version: 1.0\n"
@@ -469,7 +469,7 @@
 msgstr "Más ferramientes..."
 
 #: ui/entrydetailsdialog.cpp:91
-#, fuzzy, kde-format
+#, kde-format
 msgid "Details for %1"
 msgstr "Detalles pa %1"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.19.0/po/nn/knewstuff5.po 
new/knewstuff-5.20.0/po/nn/knewstuff5.po
--- old/knewstuff-5.19.0/po/nn/knewstuff5.po    2016-02-06 14:51:59.000000000 
+0100
+++ new/knewstuff-5.20.0/po/nn/knewstuff5.po    2016-03-05 20:03:28.000000000 
+0100
@@ -400,7 +400,7 @@
 #: kmoretools/kmoretoolsmenufactory.cpp:191
 msgctxt "@action:inmenu"
 msgid "$GenericName - current device"
-msgstr "$GenericName – gjeldende eining"
+msgstr "$GenericName – gjeldande eining"
 
 #: kmoretools/kmoretoolsmenufactory.cpp:206
 msgctxt "@action:inmenu"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.19.0/src/downloadmanager.cpp 
new/knewstuff-5.20.0/src/downloadmanager.cpp
--- old/knewstuff-5.19.0/src/downloadmanager.cpp        2016-02-06 
14:51:59.000000000 +0100
+++ new/knewstuff-5.20.0/src/downloadmanager.cpp        2016-03-05 
20:03:28.000000000 +0100
@@ -53,6 +53,7 @@
 
     void init(const QString &configFile);
     void _k_slotProvidersLoaded();
+    void _k_slotEngineError(const QString &error);
     void _k_slotUpdatesLoaded(const KNS3::EntryInternal::List &entries);
     void _k_slotEntryStatusChanged(const KNS3::EntryInternal &entry);
     void _k_slotEntriesLoaded(const KNS3::EntryInternal::List &entries);
@@ -82,6 +83,7 @@
     q->connect(engine, 
SIGNAL(signalUpdateableEntriesLoaded(KNS3::EntryInternal::List)), q, 
SLOT(_k_slotEntriesLoaded(KNS3::EntryInternal::List)));
     q->connect(engine, SIGNAL(signalEntriesLoaded(KNS3::EntryInternal::List)), 
q, SLOT(_k_slotEntriesLoaded(KNS3::EntryInternal::List)));
     q->connect(engine, SIGNAL(signalEntryChanged(KNS3::EntryInternal)), q, 
SLOT(_k_slotEntryStatusChanged(KNS3::EntryInternal)));
+    q->connect(engine, SIGNAL(signalError(QString)), q, 
SLOT(_k_slotEngineError(QString)));
     engine->init(configFile);
 }
 
@@ -90,6 +92,11 @@
     delete d;
 }
 
+void DownloadManagerPrivate::_k_slotEngineError(const QString &error)
+{
+    qCWarning(KNEWSTUFF) << "engine error" << error;
+}
+
 void DownloadManagerPrivate::_k_slotProvidersLoaded()
 {
     qCDebug(KNEWSTUFF) << "providers loaded";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.19.0/src/downloadmanager.h 
new/knewstuff-5.20.0/src/downloadmanager.h
--- old/knewstuff-5.19.0/src/downloadmanager.h  2016-02-06 14:51:59.000000000 
+0100
+++ new/knewstuff-5.20.0/src/downloadmanager.h  2016-03-05 20:03:28.000000000 
+0100
@@ -121,6 +121,7 @@
 
 private:
     Q_PRIVATE_SLOT(d, void _k_slotProvidersLoaded())
+    Q_PRIVATE_SLOT(d, void _k_slotEngineError(const QString &error))
     Q_PRIVATE_SLOT(d, void _k_slotEntryStatusChanged(const KNS3::EntryInternal 
&entry))
     Q_PRIVATE_SLOT(d, void _k_slotEntriesLoaded(const 
KNS3::EntryInternal::List &entries))
     DownloadManagerPrivate *const d;


Reply via email to