Hello community, here is the log from the commit of package kiconthemes for openSUSE:Factory checked in at 2015-10-19 22:25:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-09-24 07:11:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kiconthemes.new/kiconthemes.changes 2015-10-19 22:25:08.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Oct 5 17:37:18 UTC 2015 - [email protected] + +- Update to 5.15.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.15.0.php + +------------------------------------------------------------------- Old: ---- kiconthemes-5.14.0.tar.xz New: ---- kiconthemes-5.15.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiconthemes.spec ++++++ --- /var/tmp/diff_new_pack.4qv6ED/_old 2015-10-19 22:25:09.000000000 +0200 +++ /var/tmp/diff_new_pack.4qv6ED/_new 2015-10-19 22:25:09.000000000 +0200 @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5IconThemes5 -%define _tar_path 5.14 +%define _tar_path 5.15 Name: kiconthemes -Version: 5.14.0 +Version: 5.15.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 ++++++ kiconthemes-5.14.0.tar.xz -> kiconthemes-5.15.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.14.0/CMakeLists.txt new/kiconthemes-5.15.0/CMakeLists.txt --- old/kiconthemes-5.14.0/CMakeLists.txt 2015-09-05 11:03:04.000000000 +0200 +++ new/kiconthemes-5.15.0/CMakeLists.txt 2015-10-05 10:08:51.000000000 +0200 @@ -4,7 +4,7 @@ # ECM setup include(FeatureSummary) -find_package(ECM 5.14.0 NO_MODULE) +find_package(ECM 5.15.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) @@ -19,8 +19,8 @@ include(ECMGenerateHeaders) include(ECMMarkNonGuiExecutable) -set(KF5_VERSION "5.14.0") # handled by release scripts -set(KF5_DEP_VERSION "5.14.0") # handled by release scripts +set(KF5_VERSION "5.15.0") # handled by release scripts +set(KF5_DEP_VERSION "5.15.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.14.0/po/nb/kiconthemes5.po new/kiconthemes-5.15.0/po/nb/kiconthemes5.po --- old/kiconthemes-5.14.0/po/nb/kiconthemes5.po 2015-09-05 11:03:04.000000000 +0200 +++ new/kiconthemes-5.15.0/po/nb/kiconthemes5.po 2015-10-05 10:08:51.000000000 +0200 @@ -1,5 +1,3 @@ -# Translation of kiconthemes5 to Norwegian Bokmål -# # Knut Yrvin <[email protected]>, 2003, 2004, 2005. # Knut Erik Hollund <[email protected]>, 2003. # Håvard Korsvoll <[email protected]>, 2003. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.14.0/po/se/kiconthemes5.po new/kiconthemes-5.15.0/po/se/kiconthemes5.po --- old/kiconthemes-5.14.0/po/se/kiconthemes5.po 2015-09-05 11:03:04.000000000 +0200 +++ new/kiconthemes-5.15.0/po/se/kiconthemes5.po 2015-10-05 10:08:51.000000000 +0200 @@ -1,5 +1,3 @@ -# Translation of kiconthemes5 to Northern Sami -# # Børre Gaup <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012. msgid "" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.14.0/src/kicontheme.cpp new/kiconthemes-5.15.0/src/kicontheme.cpp --- old/kiconthemes-5.14.0/src/kicontheme.cpp 2015-09-05 11:03:04.000000000 +0200 +++ new/kiconthemes-5.15.0/src/kicontheme.cpp 2015-10-05 10:08:51.000000000 +0200 @@ -209,21 +209,6 @@ } } - // Expand available sizes for scalable icons to their full range - QMap<int, QList<int> > scIcons; - foreach (KIconThemeDir *dir, d->mDirs) { - if (!dir) { - break; - } - if ((dir->type() == KIconLoader::Scalable) && !scIcons.contains(dir->size())) { - QList<int> lst; - for (int i = dir->minSize(); i <= dir->maxSize(); ++i) { - lst += i; - } - scIcons[dir->size()] = lst; - } - } - QStringList groups; groups += "Desktop"; groups += "Toolbar"; @@ -240,11 +225,7 @@ QList<int> exp; QList<int>::ConstIterator it2; for (it2 = lst.begin(); it2 != lst.end(); ++it2) { - if (scIcons.contains(*it2)) { - exp += scIcons[*it2]; - } else { exp += *it2; - } } d->mSizes[i] = exp; }
