Hello community, here is the log from the commit of package kiconthemes for openSUSE:Factory checked in at 2015-05-11 19:35:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiconthemes (Old) and /work/SRC/openSUSE:Factory/.kiconthemes.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiconthemes" Changes: -------- --- /work/SRC/openSUSE:Factory/kiconthemes/kiconthemes.changes 2015-04-13 20:24:30.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kiconthemes.new/kiconthemes.changes 2015-05-11 19:47:52.000000000 +0200 @@ -1,0 +2,7 @@ +Sun May 3 19:45:16 UTC 2015 - [email protected] + +- Update to 5.10.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.10.0.php + +------------------------------------------------------------------- Old: ---- kiconthemes-5.9.0.tar.xz New: ---- kiconthemes-5.10.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiconthemes.spec ++++++ --- /var/tmp/diff_new_pack.sSTLpW/_old 2015-05-11 19:47:53.000000000 +0200 +++ /var/tmp/diff_new_pack.sSTLpW/_new 2015-05-11 19:47:53.000000000 +0200 @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5IconThemes5 -%define _tar_path 5.9 +%define _tar_path 5.10 Name: kiconthemes -Version: 5.9.0 +Version: 5.10.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 ++++++ kiconthemes-5.9.0.tar.xz -> kiconthemes-5.10.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.9.0/CMakeLists.txt new/kiconthemes-5.10.0/CMakeLists.txt --- old/kiconthemes-5.9.0/CMakeLists.txt 2015-04-04 14:06:16.000000000 +0200 +++ new/kiconthemes-5.10.0/CMakeLists.txt 2015-05-03 17:13:51.000000000 +0200 @@ -3,7 +3,7 @@ project(KIconThemes) # ECM setup -find_package(ECM 5.9.0 REQUIRED NO_MODULE) +find_package(ECM 5.10.0 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) include(KDEInstallDirs) @@ -15,8 +15,8 @@ include(ECMGenerateHeaders) include(ECMMarkNonGuiExecutable) -set(KF5_VERSION "5.9.0") # handled by release scripts -set(KF5_DEP_VERSION "5.9.0") # handled by release scripts +set(KF5_VERSION "5.10.0") # handled by release scripts +set(KF5_DEP_VERSION "5.10.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KICONTHEMES diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.9.0/autotests/kiconloader_unittest.cpp new/kiconthemes-5.10.0/autotests/kiconloader_unittest.cpp --- old/kiconthemes-5.9.0/autotests/kiconloader_unittest.cpp 2015-04-04 14:06:16.000000000 +0200 +++ new/kiconthemes-5.10.0/autotests/kiconloader_unittest.cpp 2015-05-03 17:13:51.000000000 +0200 @@ -28,8 +28,6 @@ #include <KSharedConfig> #include <KConfigGroup> - - class KIconLoader_UnitTest : public QObject { Q_OBJECT @@ -45,6 +43,9 @@ { QStandardPaths::setTestModeEnabled(true); + const QStringList genericIconsFiles = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, "mime/generic-icons"); + QVERIFY(!genericIconsFiles.isEmpty()); // KIconLoader relies on fallbacks to generic icons (e.g. x-office-document), which comes from a shared-mime-info file. Make sure it's installed! + KConfigGroup cg(KSharedConfig::openConfig(), "Icons"); cg.writeEntry("Theme", "breeze"); cg.sync(); @@ -112,7 +113,6 @@ const QString cacheFile = QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation) + "/icon-cache.kcache"; QFile::remove(cacheFile); - // Clear SHM cache KIconLoader iconLoader; iconLoader.newIconLoader(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.9.0/po/ast/kiconthemes5.po new/kiconthemes-5.10.0/po/ast/kiconthemes5.po --- old/kiconthemes-5.9.0/po/ast/kiconthemes5.po 2015-04-04 14:06:16.000000000 +0200 +++ new/kiconthemes-5.10.0/po/ast/kiconthemes5.po 2015-05-03 17:13:51.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kio4-v1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2015-03-15 08:31+0000\n" -"PO-Revision-Date: 2015-02-27 22:02+0100\n" +"PO-Revision-Date: 2015-04-06 15:19+0100\n" "Last-Translator: enolp <[email protected]>\n" "Language-Team: Asturian <[email protected]>\n" "Language: ast\n" @@ -23,22 +23,27 @@ msgstr "" #: kicondialog.cpp:289 +#, fuzzy msgid "Icon Source" msgstr "Fonte d'iconu" #: kicondialog.cpp:298 +#, fuzzy msgid "S&ystem icons:" msgstr "Iconos del s&istema:" #: kicondialog.cpp:305 +#, fuzzy msgid "O&ther icons:" msgstr "O&tros iconos:" #: kicondialog.cpp:308 +#, fuzzy msgid "&Browse..." msgstr "&Restolar" #: kicondialog.cpp:319 +#, fuzzy msgid "&Search:" msgstr "&Guetar:" @@ -47,26 +52,32 @@ msgstr "" #: kicondialog.cpp:356 +#, fuzzy msgid "Actions" msgstr "Aiciones" #: kicondialog.cpp:357 +#, fuzzy msgid "Animations" msgstr "Animaciones" #: kicondialog.cpp:358 +#, fuzzy msgid "Applications" msgstr "Aplicaciones" #: kicondialog.cpp:359 +#, fuzzy msgid "Categories" msgstr "Estayes" #: kicondialog.cpp:360 +#, fuzzy msgid "Devices" msgstr "Preseos" #: kicondialog.cpp:361 +#, fuzzy msgid "Emblems" msgstr "Emblemes" @@ -75,22 +86,27 @@ msgstr "" #: kicondialog.cpp:363 +#, fuzzy msgid "Filesystems" msgstr "Sistemes de ficheros" #: kicondialog.cpp:364 +#, fuzzy msgid "International" msgstr "Internacional" #: kicondialog.cpp:365 +#, fuzzy msgid "Mimetypes" msgstr "Tribes MIME" #: kicondialog.cpp:366 +#, fuzzy msgid "Places" msgstr "Llugares" #: kicondialog.cpp:367 +#, fuzzy msgid "Status" msgstr "Estáu" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.9.0/po/ko/kiconthemes5.po new/kiconthemes-5.10.0/po/ko/kiconthemes5.po --- old/kiconthemes-5.9.0/po/ko/kiconthemes5.po 2015-04-04 14:06:16.000000000 +0200 +++ new/kiconthemes-5.10.0/po/ko/kiconthemes5.po 2015-05-03 17:13:51.000000000 +0200 @@ -1,8 +1,8 @@ # Translation of kio4 to Korean. # Copyright (c) 2003, 2004, 2007-2008 Free Software Foundation, Inc. # KIM KyungHeon <[email protected]>, 2003, 2004. -# Park Shinjo <[email protected]>, 2007, 2008, 2009, 2010. -# Park Shinjo <[email protected]>, 2011, 2012, 2013, 2014, 2015. +# Shinjo Park <[email protected]>, 2007, 2008, 2009, 2010. +# Shinjo Park <[email protected]>, 2011, 2012, 2013, 2014, 2015. # msgid "" msgstr "" @@ -10,7 +10,7 @@ "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2015-03-15 08:31+0000\n" "PO-Revision-Date: 2015-01-18 17:07+0900\n" -"Last-Translator: Park Shinjo <[email protected]>\n" +"Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" "Language: ko\n" "MIME-Version: 1.0\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.9.0/po/nb/kiconthemes5.po new/kiconthemes-5.10.0/po/nb/kiconthemes5.po --- old/kiconthemes-5.9.0/po/nb/kiconthemes5.po 2015-04-04 14:06:16.000000000 +0200 +++ new/kiconthemes-5.10.0/po/nb/kiconthemes5.po 2015-05-03 17:13:51.000000000 +0200 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-04-27 20:57+0000\n" +"POT-Creation-Date: 2015-03-15 08:31+0000\n" "PO-Revision-Date: 2012-12-30 20:55+0100\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" @@ -29,82 +29,82 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: kicondialog.cpp:240 kicondialog.cpp:250 kicondialog.cpp:589 +#: kicondialog.cpp:260 kicondialog.cpp:272 kicondialog.cpp:608 msgid "Select Icon" msgstr "Velg ikon" -#: kicondialog.cpp:265 +#: kicondialog.cpp:289 msgid "Icon Source" msgstr "Ikonkilde" -#: kicondialog.cpp:274 +#: kicondialog.cpp:298 msgid "S&ystem icons:" msgstr "&Systemikoner:" -#: kicondialog.cpp:281 +#: kicondialog.cpp:305 msgid "O&ther icons:" msgstr "A&ndre ikoner:" -#: kicondialog.cpp:284 +#: kicondialog.cpp:308 msgid "&Browse..." msgstr "&Bla gjennom …" -#: kicondialog.cpp:295 +#: kicondialog.cpp:319 msgid "&Search:" msgstr "&Søk:" -#: kicondialog.cpp:302 +#: kicondialog.cpp:326 msgid "Search interactively for icon names (e.g. folder)." msgstr "Søk interaktivt etter ikon-navn (f.eks. mapper)." -#: kicondialog.cpp:332 +#: kicondialog.cpp:356 msgid "Actions" msgstr "Handlinger" -#: kicondialog.cpp:333 +#: kicondialog.cpp:357 msgid "Animations" msgstr "Animasjoner" -#: kicondialog.cpp:334 +#: kicondialog.cpp:358 msgid "Applications" msgstr "Programmer" -#: kicondialog.cpp:335 +#: kicondialog.cpp:359 msgid "Categories" msgstr "Kategorier" -#: kicondialog.cpp:336 +#: kicondialog.cpp:360 msgid "Devices" msgstr "Enheter" -#: kicondialog.cpp:337 +#: kicondialog.cpp:361 msgid "Emblems" msgstr "Emblemer" -#: kicondialog.cpp:338 +#: kicondialog.cpp:362 msgid "Emotes" msgstr "Emotikoner" -#: kicondialog.cpp:339 +#: kicondialog.cpp:363 msgid "Filesystems" msgstr "Filsystemer" -#: kicondialog.cpp:340 +#: kicondialog.cpp:364 msgid "International" msgstr "Internasjonalt" -#: kicondialog.cpp:341 +#: kicondialog.cpp:365 msgid "Mimetypes" msgstr "Mime-typer" -#: kicondialog.cpp:342 +#: kicondialog.cpp:366 msgid "Places" msgstr "Steder" -#: kicondialog.cpp:343 +#: kicondialog.cpp:367 msgid "Status" msgstr "Status" -#: kicondialog.cpp:589 +#: kicondialog.cpp:608 msgid "*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)" msgstr "*.png *.xpm *.svg *.svgz|Ikonfiler (*.png *.xpm *.svg *.svgz)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.9.0/po/nn/kiconthemes5.po new/kiconthemes-5.10.0/po/nn/kiconthemes5.po --- old/kiconthemes-5.9.0/po/nn/kiconthemes5.po 2015-04-04 14:06:16.000000000 +0200 +++ new/kiconthemes-5.10.0/po/nn/kiconthemes5.po 2015-05-03 17:13:51.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-04-27 20:57+0000\n" +"POT-Creation-Date: 2015-03-15 08:31+0000\n" "PO-Revision-Date: 2011-07-07 17:32+0200\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" @@ -22,82 +22,82 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: kicondialog.cpp:240 kicondialog.cpp:250 kicondialog.cpp:589 +#: kicondialog.cpp:260 kicondialog.cpp:272 kicondialog.cpp:608 msgid "Select Icon" msgstr "Vel ikon" -#: kicondialog.cpp:265 +#: kicondialog.cpp:289 msgid "Icon Source" msgstr "Ikonkjelde" -#: kicondialog.cpp:274 +#: kicondialog.cpp:298 msgid "S&ystem icons:" msgstr "&Systemikon:" -#: kicondialog.cpp:281 +#: kicondialog.cpp:305 msgid "O&ther icons:" msgstr "A&ndre ikon:" -#: kicondialog.cpp:284 +#: kicondialog.cpp:308 msgid "&Browse..." msgstr "&Bla gjennom …" -#: kicondialog.cpp:295 +#: kicondialog.cpp:319 msgid "&Search:" msgstr "&Søk:" -#: kicondialog.cpp:302 +#: kicondialog.cpp:326 msgid "Search interactively for icon names (e.g. folder)." msgstr "Søk interaktivt etter ikonnamn (for eksempel mapper)." -#: kicondialog.cpp:332 +#: kicondialog.cpp:356 msgid "Actions" msgstr "Handlingar" -#: kicondialog.cpp:333 +#: kicondialog.cpp:357 msgid "Animations" msgstr "Animasjonar" -#: kicondialog.cpp:334 +#: kicondialog.cpp:358 msgid "Applications" msgstr "Program" -#: kicondialog.cpp:335 +#: kicondialog.cpp:359 msgid "Categories" msgstr "Kategoriar" -#: kicondialog.cpp:336 +#: kicondialog.cpp:360 msgid "Devices" msgstr "Einingar" -#: kicondialog.cpp:337 +#: kicondialog.cpp:361 msgid "Emblems" msgstr "Emblem" -#: kicondialog.cpp:338 +#: kicondialog.cpp:362 msgid "Emotes" msgstr "Fjesingar" -#: kicondialog.cpp:339 +#: kicondialog.cpp:363 msgid "Filesystems" msgstr "Filsystem" -#: kicondialog.cpp:340 +#: kicondialog.cpp:364 msgid "International" msgstr "Internasjonalt" -#: kicondialog.cpp:341 +#: kicondialog.cpp:365 msgid "Mimetypes" msgstr "Mime-typar" -#: kicondialog.cpp:342 +#: kicondialog.cpp:366 msgid "Places" msgstr "Stader" -#: kicondialog.cpp:343 +#: kicondialog.cpp:367 msgid "Status" msgstr "Status" -#: kicondialog.cpp:589 +#: kicondialog.cpp:608 msgid "*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)" msgstr "*.png *.xpm *.svg *.svgz|Ikonfiler (*.png *.xpm *.svg *.svgz)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.9.0/po/se/kiconthemes5.po new/kiconthemes-5.10.0/po/se/kiconthemes5.po --- old/kiconthemes-5.9.0/po/se/kiconthemes5.po 2015-04-04 14:06:16.000000000 +0200 +++ new/kiconthemes-5.10.0/po/se/kiconthemes5.po 2015-05-03 17:13:51.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-04-27 20:57+0000\n" +"POT-Creation-Date: 2015-03-15 08:31+0000\n" "PO-Revision-Date: 2012-06-03 01:00+0200\n" "Last-Translator: Børre Gaup <[email protected]>\n" "Language-Team: Northern Sami <[email protected]>\n" @@ -19,82 +19,82 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: kicondialog.cpp:240 kicondialog.cpp:250 kicondialog.cpp:589 +#: kicondialog.cpp:260 kicondialog.cpp:272 kicondialog.cpp:608 msgid "Select Icon" msgstr "Vállje govaža" -#: kicondialog.cpp:265 +#: kicondialog.cpp:289 msgid "Icon Source" msgstr "Govašgáldu" -#: kicondialog.cpp:274 +#: kicondialog.cpp:298 msgid "S&ystem icons:" msgstr "&Vuogádatgovažat:" -#: kicondialog.cpp:281 +#: kicondialog.cpp:305 msgid "O&ther icons:" msgstr "Ea&rá govažat:" -#: kicondialog.cpp:284 +#: kicondialog.cpp:308 msgid "&Browse..." msgstr "&Bláđđe …" -#: kicondialog.cpp:295 +#: kicondialog.cpp:319 msgid "&Search:" msgstr "&Oza:" -#: kicondialog.cpp:302 +#: kicondialog.cpp:326 msgid "Search interactively for icon names (e.g. folder)." msgstr "Oza govašnamaid interaktiivalaččat (omd. máhpa)." -#: kicondialog.cpp:332 +#: kicondialog.cpp:356 msgid "Actions" msgstr "Doaimmat" -#: kicondialog.cpp:333 +#: kicondialog.cpp:357 msgid "Animations" msgstr "Animašuvnnat" -#: kicondialog.cpp:334 +#: kicondialog.cpp:358 msgid "Applications" msgstr "Prográmmat" -#: kicondialog.cpp:335 +#: kicondialog.cpp:359 msgid "Categories" msgstr "Lágit" -#: kicondialog.cpp:336 +#: kicondialog.cpp:360 msgid "Devices" msgstr "Ovttadagat" -#: kicondialog.cpp:337 +#: kicondialog.cpp:361 msgid "Emblems" msgstr "Emblemat" -#: kicondialog.cpp:338 +#: kicondialog.cpp:362 msgid "Emotes" msgstr "Mojánat" -#: kicondialog.cpp:339 +#: kicondialog.cpp:363 msgid "Filesystems" msgstr "Fiilavuogádagat" -#: kicondialog.cpp:340 +#: kicondialog.cpp:364 msgid "International" msgstr "Riikkaidgaskasaš" -#: kicondialog.cpp:341 +#: kicondialog.cpp:365 msgid "Mimetypes" msgstr "MIME-šlájat" -#: kicondialog.cpp:342 +#: kicondialog.cpp:366 msgid "Places" msgstr "Báikkit" -#: kicondialog.cpp:343 +#: kicondialog.cpp:367 msgid "Status" msgstr "Stáhtus" -#: kicondialog.cpp:589 +#: kicondialog.cpp:608 msgid "*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)" msgstr "*.png *.xpm *.svg *.svgz|Govašfiillat (*.png *.xpm *.svg *.svgz)"
