Hello community, here is the log from the commit of package kbookmarks for openSUSE:Factory checked in at 2019-10-14 13:33:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kbookmarks (Old) and /work/SRC/openSUSE:Factory/.kbookmarks.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kbookmarks" Mon Oct 14 13:33:24 2019 rev:71 rq:738007 version:5.63.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kbookmarks/kbookmarks.changes 2019-09-23 12:21:46.529763914 +0200 +++ /work/SRC/openSUSE:Factory/.kbookmarks.new.2352/kbookmarks.changes 2019-10-14 13:34:21.190515379 +0200 @@ -1,0 +2,11 @@ +Sun Oct 6 13:26:18 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Update to 5.63.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.63.0.php +- Changes since 5.62.0: + * KBookmark: improve addBookmark apidox + * Port away from deprecated method toTime_t() + +------------------------------------------------------------------- Old: ---- kbookmarks-5.62.0.tar.xz kbookmarks-5.62.0.tar.xz.sig New: ---- kbookmarks-5.63.0.tar.xz kbookmarks-5.63.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kbookmarks.spec ++++++ --- /var/tmp/diff_new_pack.iG5uY1/_old 2019-10-14 13:34:21.966513357 +0200 +++ /var/tmp/diff_new_pack.iG5uY1/_new 2019-10-14 13:34:21.966513357 +0200 @@ -17,14 +17,14 @@ %define lname libKF5Bookmarks5 -%define _tar_path 5.62 +%define _tar_path 5.63 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: kbookmarks -Version: 5.62.0 +Version: 5.63.0 Release: 0 Summary: Framework for manipulating bookmarks in XBEL format License: LGPL-2.1-or-later ++++++ kbookmarks-5.62.0.tar.xz -> kbookmarks-5.63.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.62.0/CMakeLists.txt new/kbookmarks-5.63.0/CMakeLists.txt --- old/kbookmarks-5.62.0/CMakeLists.txt 2019-09-07 15:55:48.000000000 +0200 +++ new/kbookmarks-5.63.0/CMakeLists.txt 2019-10-06 11:42:32.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.62.0") # handled by release scripts -set(KF5_DEP_VERSION "5.62.0") # handled by release scripts +set(KF5_VERSION "5.63.0") # handled by release scripts +set(KF5_DEP_VERSION "5.63.0") # handled by release scripts project(KBookmarks VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.62.0 NO_MODULE) +find_package(ECM 5.63.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) @@ -54,6 +54,8 @@ ecm_install_po_files_as_qm(po) endif() add_definitions(-DQT_NO_FOREACH) +add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00) + add_subdirectory(src) if (BUILD_TESTING) add_subdirectory(tests) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.62.0/po/tg/kbookmarks5_qt.po new/kbookmarks-5.63.0/po/tg/kbookmarks5_qt.po --- old/kbookmarks-5.62.0/po/tg/kbookmarks5_qt.po 2019-09-07 15:55:48.000000000 +0200 +++ new/kbookmarks-5.63.0/po/tg/kbookmarks5_qt.po 2019-10-06 11:42:32.000000000 +0200 @@ -4,21 +4,21 @@ # 2004, infoDev, a World Bank organization # 2004, Khujand Computer Technologies, Inc. # 2004, Youth Opportunities, NGO -# Victor Ibragimov <[email protected]>, 2004, 2019 # +# Victor Ibragimov <[email protected]>, 2004, 2019. msgid "" msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-03-28 02:03+0000\n" -"PO-Revision-Date: 2019-08-13 13:07+0500\n" +"PO-Revision-Date: 2019-09-15 21:24+0500\n" "Last-Translator: Victor Ibragimov <[email protected]>\n" -"Language-Team: Tajik\n" +"Language-Team: English <[email protected]>\n" "Language: tg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.2.1\n" +"X-Generator: Lokalize 19.04.3\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Qt-Contexts: true\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.62.0/src/CMakeLists.txt new/kbookmarks-5.63.0/src/CMakeLists.txt --- old/kbookmarks-5.62.0/src/CMakeLists.txt 2019-09-07 15:55:48.000000000 +0200 +++ new/kbookmarks-5.63.0/src/CMakeLists.txt 2019-10-06 11:42:32.000000000 +0200 @@ -97,10 +97,12 @@ Qt5Widgets_QCH Qt5Xml_QCH KF5WidgetsAddons_QCH + INCLUDE_DIRS + ${CMAKE_CURRENT_BINARY_DIR} BLANK_MACROS - KCOREADDONS_EXPORT - KCOREADDONS_DEPRECATED - KCOREADDONS_DEPRECATED_EXPORT + KBOOKMARKS_EXPORT + KBOOKMARKS_DEPRECATED + KBOOKMARKS_DEPRECATED_EXPORT TAGFILE_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR} QCH_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR} COMPONENT Devel diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.62.0/src/kbookmark.cpp new/kbookmarks-5.63.0/src/kbookmark.cpp --- old/kbookmarks-5.62.0/src/kbookmark.cpp 2019-09-07 15:55:48.000000000 +0200 +++ new/kbookmarks-5.63.0/src/kbookmark.cpp 2019-10-06 11:42:32.000000000 +0200 @@ -541,7 +541,7 @@ { // qCDebug(KBOOKMARKS_LOG) << "KBookmark::updateAccessMetadata " << address() << " " << url(); - const uint timet = QDateTime::currentDateTimeUtc().toTime_t(); + const uint timet = QDateTime::currentDateTimeUtc().toSecsSinceEpoch(); setMetaDataItem(QStringLiteral("time_added"), QString::number(timet), DontOverwriteMetaData); setMetaDataItem(QStringLiteral("time_visited"), QString::number(timet)); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.62.0/src/kbookmark.h new/kbookmarks-5.63.0/src/kbookmark.h --- old/kbookmarks-5.62.0/src/kbookmark.h 2019-09-07 15:55:48.000000000 +0200 +++ new/kbookmarks-5.63.0/src/kbookmark.h 2019-10-06 11:42:32.000000000 +0200 @@ -388,7 +388,8 @@ * Create a new bookmark, as the last child of this group * Don't forget to use KBookmarkManager::self()->emitChanged( parentBookmark ); * @param text for the bookmark - * @param url the URL that the bookmark points to + * @param url the URL that the bookmark points to. + * It will be stored in its QUrl::FullyEncoded string format. * @param icon the name of the icon to associate with the bookmark. A suitable default * will be determined from the URL if not specified. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.62.0/src/kbookmarkaction.h new/kbookmarks-5.63.0/src/kbookmarkaction.h --- old/kbookmarks-5.62.0/src/kbookmarkaction.h 2019-09-07 15:55:48.000000000 +0200 +++ new/kbookmarks-5.63.0/src/kbookmarkaction.h 2019-10-06 11:42:32.000000000 +0200 @@ -28,7 +28,7 @@ class KBookmarkOwner; /** - * This class is a KAction for bookmarks. + * This class is a QAction for bookmarks. * It provides a nice constructor. * And on triggered uses the owner to open the bookmark. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.62.0/src/kbookmarkimporter_opera.cpp new/kbookmarks-5.63.0/src/kbookmarkimporter_opera.cpp --- old/kbookmarks-5.62.0/src/kbookmarkimporter_opera.cpp 2019-09-07 15:55:48.000000000 +0200 +++ new/kbookmarks-5.63.0/src/kbookmarkimporter_opera.cpp 2019-10-06 11:42:32.000000000 +0200 @@ -52,7 +52,7 @@ // first two headers lines contain details about the format if (lineno <= 2) { - if (line.toLower().startsWith(QLatin1String("options:"))) { + if (line.startsWith(QLatin1String("options:"), Qt::CaseInsensitive)) { const auto lst = line.mid(8).split(QLatin1Char(',')); for (const QString &ba : lst) { const int pos = ba.indexOf(QLatin1Char('=')); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.62.0/src/kbookmarkmenu.h new/kbookmarks-5.63.0/src/kbookmarkmenu.h --- old/kbookmarks-5.62.0/src/kbookmarkmenu.h 2019-09-07 15:55:48.000000000 +0200 +++ new/kbookmarks-5.63.0/src/kbookmarkmenu.h 2019-10-06 11:42:32.000000000 +0200 @@ -49,7 +49,7 @@ * * Using this class is very simple: * - * 1) Create a popup menu (either KActionMenu or KMenu will do) + * 1) Create a popup menu (either KActionMenu or QMenu will do) * 2) Instantiate a new KBookmarkMenu object using the above popup * menu as a parameter * 3) Insert your (now full) popup menu wherever you wish
