Hello community, here is the log from the commit of package kcompletion for openSUSE:Factory checked in at 2016-02-24 18:53:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcompletion (Old) and /work/SRC/openSUSE:Factory/.kcompletion.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcompletion" Changes: -------- --- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes 2016-01-20 09:41:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 2016-02-24 18:53:58.000000000 +0100 @@ -1,0 +2,8 @@ +Sat Feb 6 17:59:40 UTC 2016 - [email protected] + +- Update to 5.19.0 (boo#967668) + * KLineEdit::setUrlDropsEnabled method can not be marked as deprecated + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.19.0.php + +------------------------------------------------------------------- Old: ---- kcompletion-5.18.0.tar.xz New: ---- kcompletion-5.19.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcompletion.spec ++++++ --- /var/tmp/diff_new_pack.7iHdGE/_old 2016-02-24 18:53:58.000000000 +0100 +++ /var/tmp/diff_new_pack.7iHdGE/_new 2016-02-24 18:53:58.000000000 +0100 @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Completion5 -%define _tar_path 5.18 +%define _tar_path 5.19 Name: kcompletion -Version: 5.18.0 +Version: 5.19.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 ++++++ kcompletion-5.18.0.tar.xz -> kcompletion-5.19.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcompletion-5.18.0/CMakeLists.txt new/kcompletion-5.19.0/CMakeLists.txt --- old/kcompletion-5.18.0/CMakeLists.txt 2016-01-02 17:26:01.000000000 +0100 +++ new/kcompletion-5.19.0/CMakeLists.txt 2016-02-06 14:38:24.000000000 +0100 @@ -4,7 +4,7 @@ # ECM setup include(FeatureSummary) -find_package(ECM 5.18.0 NO_MODULE) +find_package(ECM 5.19.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) @@ -16,13 +16,13 @@ include(ECMGenerateHeaders) include(ECMPackageConfigHelpers) include(KDEInstallDirs) -include(KDEFrameworkCompilerSettings) +include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(KDECMakeSettings) include(ECMPoQmTools) -set(KF5_VERSION "5.18.0") # handled by release scripts -set(KF5_DEP_VERSION "5.18.0") # handled by release scripts +set(KF5_VERSION "5.19.0") # handled by release scripts +set(KF5_DEP_VERSION "5.19.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcompletion-5.18.0/po/nb/kcompletion5_qt.po new/kcompletion-5.19.0/po/nb/kcompletion5_qt.po --- old/kcompletion-5.18.0/po/nb/kcompletion5_qt.po 2016-01-02 17:26:01.000000000 +0100 +++ new/kcompletion-5.19.0/po/nb/kcompletion5_qt.po 2016-02-06 14:38:24.000000000 +0100 @@ -4,7 +4,7 @@ # Bjørn Steensrud <[email protected]>, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014. # Eskild Hustvedt <[email protected]>, 2004, 2005. # Gaute Hvoslef Kvalnes <[email protected]>, 2004, 2005. -# Axel Bojer <[email protected]>, 2005, 2006. +# Axel Bojer <[email protected]>, 2005, 2006. # Nils Kristian Tomren <[email protected]>, 2005, 2007. # Øyvind A. Holm <[email protected]>, 2009. msgid "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcompletion-5.18.0/src/klineedit.h new/kcompletion-5.19.0/src/klineedit.h --- old/kcompletion-5.18.0/src/klineedit.h 2016-01-02 17:26:01.000000000 +0100 +++ new/kcompletion-5.19.0/src/klineedit.h 2016-02-06 14:38:24.000000000 +0100 @@ -245,13 +245,11 @@ * Enables/Disables handling of URL drops. If enabled and the user * drops an URL, the decoded URL will be inserted. Otherwise the default * behavior of QLineEdit is used, which inserts the encoded URL. + * Call setUrlDropsEnabled(false) if you need dropEvent to be called in a KLineEdit subclass. * * @param enable If @p true, insert decoded URLs - * @deprecated since 5.0. Use installEventFilter with a LineEditUrlDropEventFilter */ -#ifndef KCOMPLETION_NO_DEPRECATED - KCOMPLETION_DEPRECATED void setUrlDropsEnabled(bool enable); -#endif + void setUrlDropsEnabled(bool enable); // KF6: remove it and don't create LineEditUrlDropEventFilter by default. /** * Returns @p true when decoded URL drops are enabled
