Hello community,

here is the log from the commit of package kbookmarks for openSUSE:Factory 
checked in at 2018-10-22 11:09:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kbookmarks (Old)
 and      /work/SRC/openSUSE:Factory/.kbookmarks.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kbookmarks"

Mon Oct 22 11:09:09 2018 rev:58 rq:642298 version:5.51.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kbookmarks/kbookmarks.changes    2018-10-01 
08:05:02.550396896 +0200
+++ /work/SRC/openSUSE:Factory/.kbookmarks.new/kbookmarks.changes       
2018-10-22 11:09:25.155968734 +0200
@@ -1,0 +2,17 @@
+Tue Oct 16 08:01:51 UTC 2018 - Luca Beltrame <[email protected]>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Mon Oct 15 11:51:46 UTC 2018 - [email protected]
+
+- Update to 5.51.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.51.0.php
+- Changes since 5.50.0:
+  * API dox: 0 -> nullptr
+  * Use QString's multi-arg with multiple string args
+  * Make sure to build with strict compile flags
+
+-------------------------------------------------------------------

Old:
----
  kbookmarks-5.50.0.tar.xz

New:
----
  kbookmarks-5.51.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kbookmarks.spec ++++++
--- /var/tmp/diff_new_pack.qqqhBh/_old  2018-10-22 11:09:27.755966604 +0200
+++ /var/tmp/diff_new_pack.qqqhBh/_new  2018-10-22 11:09:27.759966600 +0200
@@ -12,24 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define lname   libKF5Bookmarks5
-%define _tar_path 5.50
+%define _tar_path 5.51
 # 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.50.0
+Version:        5.51.0
 Release:        0
 Summary:        Framework for manipulating bookmarks in XBEL format
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
-URL:            http://www.kde.org
+URL:            https://www.kde.org
 Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
 BuildRequires:  cmake >= 3.0
@@ -57,9 +57,7 @@
 %package -n %{lname}
 Summary:        Framework for manipulating bookmarks in XBEL format
 Group:          System/GUI/KDE
-%if %{with lang}
 Recommends:     %{lname}-lang = %{version}
-%endif
 
 %description -n %{lname}
 This is a framework for accessing and manipulating bookmarks using
@@ -76,7 +74,7 @@
 
 %description devel
 Development files for kbookmarks, a framework for accessing and
-manipulating bookmarks using the XBEL format.
+manipulating bookmarks using the XBEL format
 
 %lang_package -n %{lname}
 

++++++ kbookmarks-5.50.0.tar.xz -> kbookmarks-5.51.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.50.0/CMakeLists.txt 
new/kbookmarks-5.51.0/CMakeLists.txt
--- old/kbookmarks-5.50.0/CMakeLists.txt        2018-09-02 21:12:56.000000000 
+0200
+++ new/kbookmarks-5.51.0/CMakeLists.txt        2018-10-08 09:51:53.000000000 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.50.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.50.0") # handled by release scripts
+set(KF5_VERSION "5.51.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.51.0") # handled by release scripts
 project(KBookmarks VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.50.0  NO_MODULE)
+find_package(ECM 5.51.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)
 
@@ -52,6 +52,12 @@
     ecm_install_po_files_as_qm(po)
 endif()
 
+add_definitions(-DQT_NO_CAST_FROM_ASCII)
+add_definitions(-DQT_NO_CAST_TO_ASCII)
+add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
+add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
+add_definitions(-DQT_USE_QSTRINGBUILDER)
+
 add_subdirectory(src)
 if (BUILD_TESTING)
     add_subdirectory(tests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.50.0/po/hu/kbookmarks5_qt.po 
new/kbookmarks-5.51.0/po/hu/kbookmarks5_qt.po
--- old/kbookmarks-5.50.0/po/hu/kbookmarks5_qt.po       2018-09-02 
21:12:56.000000000 +0200
+++ new/kbookmarks-5.51.0/po/hu/kbookmarks5_qt.po       2018-10-08 
09:51:53.000000000 +0200
@@ -1,19 +1,20 @@
 # Kristóf Kiszel <[email protected]>, 2010, 2011, 2012, 2014.
 # Balázs Úr <[email protected]>, 2012.
+# Kristof Kiszel <[email protected]>, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: KDE 4.4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-28 02:03+0000\n"
-"PO-Revision-Date: 2014-03-28 22:55+0100\n"
-"Last-Translator: Kristóf Kiszel <[email protected]>\n"
+"PO-Revision-Date: 2018-10-06 10:57+0200\n"
+"Last-Translator: Kristof Kiszel <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
 "Language: hu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "X-Qt-Contexts: true\n"
 
 #: kbookmark.cpp:310
@@ -217,6 +218,9 @@
 "\n"
 "Most likely you do not have keditbookmarks currently installed"
 msgstr ""
+"Nem sikerült elindítani a keditbookmarksot.\n"
+"\n"
+"Valószínűleg nincs telepítve"
 
 #: kbookmarkmanager.cpp:482
 #, qt-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.50.0/po/zh_CN/kbookmarks5_qt.po 
new/kbookmarks-5.51.0/po/zh_CN/kbookmarks5_qt.po
--- old/kbookmarks-5.50.0/po/zh_CN/kbookmarks5_qt.po    2018-09-02 
21:12:56.000000000 +0200
+++ new/kbookmarks-5.51.0/po/zh_CN/kbookmarks5_qt.po    2018-10-08 
09:51:53.000000000 +0200
@@ -14,8 +14,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-08-30 13:09\n"
-"Last-Translator: guoyunhebrave <[email protected]>\n"
+"PO-Revision-Date: 2018-09-28 19:47\n"
+"Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.50.0/src/kbookmarkmanager.cpp 
new/kbookmarks-5.51.0/src/kbookmarkmanager.cpp
--- old/kbookmarks-5.50.0/src/kbookmarkmanager.cpp      2018-09-02 
21:12:56.000000000 +0200
+++ new/kbookmarks-5.51.0/src/kbookmarkmanager.cpp      2018-10-08 
09:51:53.000000000 +0200
@@ -482,7 +482,7 @@
         QString err = tr("Unable to save bookmarks in %1. Reported error was: 
%2. "
                          "This error message will only be shown once. The 
cause "
                          "of the error needs to be fixed as quickly as 
possible, "
-                         "which is most likely a full hard 
drive.").arg(filename).arg(file.errorString());
+                         "which is most likely a full hard 
drive.").arg(filename, file.errorString());
 
         if (d->m_dialogAllowed && qobject_cast<QApplication *>(qApp) && 
QThread::currentThread() == qApp->thread()) {
             QMessageBox::critical(QApplication::activeWindow(), 
QApplication::applicationName(), err);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.50.0/src/kbookmarkmanager.h 
new/kbookmarks-5.51.0/src/kbookmarkmanager.h
--- old/kbookmarks-5.50.0/src/kbookmarkmanager.h        2018-09-02 
21:12:56.000000000 +0200
+++ new/kbookmarks-5.51.0/src/kbookmarkmanager.h        2018-10-08 
09:51:53.000000000 +0200
@@ -113,7 +113,7 @@
     * error occurs. It is turned on by default.
     * If disabled, the application should react on the error() signal.
     * @param enable true to enable auto error handling, false to disable
-    * @param parent the parent widget for the error dialogs, can be 0 for
+    * @param parent the parent widget for the error dialogs, can be @c nullptr 
for
     *               top-level
     * @since 4.6
     * @see autoErrorHandlingEnabled()


Reply via email to