Hello community, here is the log from the commit of package kiconthemes for openSUSE:Factory checked in at 2016-03-16 10:29:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-02-24 18:55:22.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kiconthemes.new/kiconthemes.changes 2016-03-16 10:29:45.000000000 +0100 @@ -1,0 +2,8 @@ +Sun Mar 6 09:58:26 UTC 2016 - [email protected] + +- Update to 5.20.0 (boo#970856) + * Make sure variable is being initialized + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.20.0.php + +------------------------------------------------------------------- Old: ---- kiconthemes-5.19.0.tar.xz New: ---- kiconthemes-5.20.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiconthemes.spec ++++++ --- /var/tmp/diff_new_pack.dyd8Hg/_old 2016-03-16 10:29:46.000000000 +0100 +++ /var/tmp/diff_new_pack.dyd8Hg/_new 2016-03-16 10:29:46.000000000 +0100 @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5IconThemes5 -%define _tar_path 5.19 +%define _tar_path 5.20 Name: kiconthemes -Version: 5.19.0 +Version: 5.20.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 ++++++ kiconthemes-5.19.0.tar.xz -> kiconthemes-5.20.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.19.0/CMakeLists.txt new/kiconthemes-5.20.0/CMakeLists.txt --- old/kiconthemes-5.19.0/CMakeLists.txt 2016-02-06 14:47:16.000000000 +0100 +++ new/kiconthemes-5.20.0/CMakeLists.txt 2016-03-05 19:58:16.000000000 +0100 @@ -4,7 +4,7 @@ # ECM setup 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) @@ -18,9 +18,10 @@ include(ECMSetupVersion) include(ECMGenerateHeaders) include(ECMMarkNonGuiExecutable) +include(ECMQtDeclareLoggingCategory) -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 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KICONTHEMES diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.19.0/src/CMakeLists.txt new/kiconthemes-5.20.0/src/CMakeLists.txt --- old/kiconthemes-5.19.0/src/CMakeLists.txt 2016-02-06 14:47:16.000000000 +0100 +++ new/kiconthemes-5.20.0/src/CMakeLists.txt 2016-03-05 19:58:16.000000000 +0100 @@ -12,6 +12,7 @@ kicontheme.cpp debug.cpp ) +ecm_qt_declare_logging_category(kiconthemes_SRCS HEADER debug.h IDENTIFIER KICONTHEMES CATEGORY_NAME kf5.kiconthemes) add_library(KF5IconThemes ${kiconthemes_SRCS}) generate_export_header(KF5IconThemes BASE_NAME KIconThemes) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.19.0/src/debug.cpp new/kiconthemes-5.20.0/src/debug.cpp --- old/kiconthemes-5.19.0/src/debug.cpp 2016-02-06 14:47:16.000000000 +0100 +++ new/kiconthemes-5.20.0/src/debug.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,23 +0,0 @@ -/* - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library. If not, see <http://www.gnu.org/licenses/>. -*/ - -#include "debug.h" - -#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0) -// logging category for this framework, default: log stuff >= warning -Q_LOGGING_CATEGORY(KICONTHEMES, "kf5.kiconthemes", QtWarningMsg) -#else -Q_LOGGING_CATEGORY(KICONTHEMES, "kf5.kiconthemes") -#endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.19.0/src/debug.h new/kiconthemes-5.20.0/src/debug.h --- old/kiconthemes-5.19.0/src/debug.h 2016-02-06 14:47:16.000000000 +0100 +++ new/kiconthemes-5.20.0/src/debug.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,23 +0,0 @@ -/* - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library. If not, see <http://www.gnu.org/licenses/>. -*/ - -#ifndef KICONTHEMES_DEBUG_H -#define KICONTHEMES_DEBUG_H - -#include <QLoggingCategory> -Q_DECLARE_LOGGING_CATEGORY(KICONTHEMES) - -#endif - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.19.0/src/kiconengine.cpp new/kiconthemes-5.20.0/src/kiconengine.cpp --- old/kiconthemes-5.19.0/src/kiconengine.cpp 2016-02-06 14:47:16.000000000 +0100 +++ new/kiconthemes-5.20.0/src/kiconengine.cpp 2016-03-05 19:58:16.000000000 +0100 @@ -115,7 +115,7 @@ return mIconName; } -Q_GLOBAL_STATIC_WITH_ARGS(QList<QSize>, sSizes, (QList<QSize>() << QSize(16, 16) << QSize(22, 22) << QSize(32, 32) << QSize(48, 48) << QSize(64, 64) << QSize(128, 128) << QSize(256, 256))); +Q_GLOBAL_STATIC_WITH_ARGS(QList<QSize>, sSizes, (QList<QSize>() << QSize(16, 16) << QSize(22, 22) << QSize(32, 32) << QSize(48, 48) << QSize(64, 64) << QSize(128, 128) << QSize(256, 256))) QList<QSize> KIconEngine::availableSizes(QIcon::Mode mode, QIcon::State state) const { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.19.0/src/kicontheme.cpp new/kiconthemes-5.20.0/src/kicontheme.cpp --- old/kiconthemes-5.19.0/src/kicontheme.cpp 2016-02-06 14:47:16.000000000 +0100 +++ new/kiconthemes-5.20.0/src/kicontheme.cpp 2016-03-05 19:58:16.000000000 +0100 @@ -602,6 +602,7 @@ , mSize(config.readEntry("Size", 0)) , mMinSize(1) // just set the variables to something , mMaxSize(50) // meaningful in case someone calls minSize or maxSize + , mThreshold(2) , mBaseDirThemeDir(basedir + themedir) { if (mSize == 0) {
