Hello community, here is the log from the commit of package kparts for openSUSE:Factory checked in at 2018-08-24 16:55:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kparts (Old) and /work/SRC/openSUSE:Factory/.kparts.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kparts" Fri Aug 24 16:55:10 2018 rev:55 rq:630628 version:5.49.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kparts/kparts.changes 2018-07-21 10:14:43.503107693 +0200 +++ /work/SRC/openSUSE:Factory/.kparts.new/kparts.changes 2018-08-24 16:55:11.681438641 +0200 @@ -1,0 +2,10 @@ +Sun Aug 19 09:19:19 UTC 2018 - [email protected] + +- Update to 5.49.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.49.0.php +- Changes since 5.48.0: + * API dox: talk about nullptr, not 0 + +------------------------------------------------------------------- Old: ---- kparts-5.48.0.tar.xz New: ---- kparts-5.49.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kparts.spec ++++++ --- /var/tmp/diff_new_pack.bJpQ9E/_old 2018-08-24 16:55:12.365439449 +0200 +++ /var/tmp/diff_new_pack.bJpQ9E/_new 2018-08-24 16:55:12.369439454 +0200 @@ -16,16 +16,22 @@ # -%bcond_without lang %define lname libKF5Parts5 -%define _tar_path 5.48 +%define _tar_path 5.49 # 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: kparts -Version: 5.48.0 +Version: 5.49.0 Release: 0 +Summary: Plugin framework for user interface components +License: LGPL-2.1-or-later +Group: System/GUI/KDE +URL: http://www.kde.org +Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz +Source1: baselibs.conf BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes @@ -50,28 +56,21 @@ BuildRequires: cmake(Qt5Test) >= 5.6.0 BuildRequires: cmake(Qt5Widgets) >= 5.6.0 BuildRequires: cmake(Qt5Xml) >= 5.6.0 -Summary: Plugin framework for user interface components -License: LGPL-2.1-or-later -Group: System/GUI/KDE -Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz -Source1: baselibs.conf -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This library implements the framework for KDE parts, which are elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons). -%package -n %lname +%package -n %{lname} Summary: Plugin framework for user interface components Group: System/GUI/KDE Obsoletes: libKF5Parts4 %if %{with lang} -Recommends: %lname-lang = %{version} +Recommends: %{lname}-lang = %{version} %endif -%description -n %lname +%description -n %{lname} This library implements the framework for KDE parts, which are elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons). @@ -79,7 +78,7 @@ %package devel Summary: Plugin framework for user interface components Group: Development/Libraries/KDE -Requires: %lname = %{version} +Requires: %{lname} = %{version} Requires: extra-cmake-modules Requires: kio-devel >= %{_kf5_bugfix_version} Requires: ktextwidgets-devel >= %{_kf5_bugfix_version} @@ -90,7 +89,8 @@ elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons). Development files. -%lang_package -n %lname +%lang_package -n %{lname} + %prep %setup -q @@ -106,17 +106,15 @@ %find_lang %{name}5 %endif -%post -n %lname -p /sbin/ldconfig - -%postun -n %lname -p /sbin/ldconfig +%post -n %{lname} -p /sbin/ldconfig +%postun -n %{lname} -p /sbin/ldconfig %if %{with lang} -%files -n %lname-lang -f %{name}5.lang +%files -n %{lname}-lang -f %{name}5.lang %endif -%files -n %lname -%defattr(-,root,root) -%doc COPYING* +%files -n %{lname} +%license COPYING* %{_kf5_libdir}/libKF5Parts.so.* #{_kf5_plugindir}/notepadpart.so #{_kf5_plugindir}/spellcheckplugin.so @@ -127,7 +125,6 @@ %{_kf5_servicetypesdir}/krwp.desktop %files devel -%defattr(-,root,root) %{_kf5_libdir}/libKF5Parts.so %{_kf5_libdir}/cmake/KF5Parts/ %{_kf5_includedir}/*.h ++++++ kparts-5.48.0.tar.xz -> kparts-5.49.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kparts-5.48.0/CMakeLists.txt new/kparts-5.49.0/CMakeLists.txt --- old/kparts-5.48.0/CMakeLists.txt 2018-07-08 00:32:17.000000000 +0200 +++ new/kparts-5.49.0/CMakeLists.txt 2018-08-04 13:00:30.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.48.0") # handled by release scripts -set(KF5_DEP_VERSION "5.48.0") # handled by release scripts +set(KF5_VERSION "5.49.0") # handled by release scripts +set(KF5_DEP_VERSION "5.49.0") # handled by release scripts project(KParts VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.48.0 NO_MODULE) +find_package(ECM 5.49.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) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kparts-5.48.0/po/id/kparts5.po new/kparts-5.49.0/po/id/kparts5.po --- old/kparts-5.48.0/po/id/kparts5.po 2018-07-08 00:32:17.000000000 +0200 +++ new/kparts-5.49.0/po/id/kparts5.po 2018-08-04 13:00:30.000000000 +0200 @@ -9,8 +9,8 @@ "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:12+0100\n" -"PO-Revision-Date: 2018-05-29 08:22+0700\n" -"Last-Translator: Wantoyo <[email protected]>\n" +"PO-Revision-Date: 2018-07-23 06:27+0700\n" +"Last-Translator: wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ #: browserrun.cpp:405 #, kde-format msgid "The Download Manager (%1) could not be found in your $PATH " -msgstr "Pengelola Unduh (%1) tak dapat ditemukan dalam $PATH anda " +msgstr "Pengelola Unduh (%1) tidak dapat ditemukan dalam $PATH anda " #: browserrun.cpp:406 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kparts-5.48.0/po/uk/kparts5.po new/kparts-5.49.0/po/uk/kparts5.po --- old/kparts-5.48.0/po/uk/kparts5.po 2018-07-08 00:32:17.000000000 +0200 +++ new/kparts-5.49.0/po/uk/kparts5.po 2018-08-04 13:00:30.000000000 +0200 @@ -1,5 +1,5 @@ # Translation of kparts5.po to Ukrainian -# Copyright (C) 2014 This_file_is_part_of_KDE +# Copyright (C) 2018 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kparts-5.48.0/po/zh_CN/kparts5.po new/kparts-5.49.0/po/zh_CN/kparts5.po --- old/kparts-5.48.0/po/zh_CN/kparts5.po 2018-07-08 00:32:17.000000000 +0200 +++ new/kparts-5.49.0/po/zh_CN/kparts5.po 2018-08-04 13:00:30.000000000 +0200 @@ -15,7 +15,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:12+0100\n" -"PO-Revision-Date: 2018-07-03 17:35\n" +"PO-Revision-Date: 2018-07-24 08:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kparts-5.48.0/src/browserrun.h new/kparts-5.49.0/src/browserrun.h --- old/kparts-5.48.0/src/browserrun.h 2018-07-08 00:32:17.000000000 +0200 +++ new/kparts-5.49.0/src/browserrun.h 2018-08-04 13:00:30.000000000 +0200 @@ -46,7 +46,7 @@ * @param url the URL we're probing * @param args URL args - includes reload, metaData, etc. * @param browserArgs browser-related args - includes data for a HTTP POST, etc. - * @param part the part going to open this URL - can be 0 if not created yet + * @param part the part going to open this URL - can be @c nullptr if not created yet * @param window the mainwindow - passed to KIO::Job::setWindow() * @param removeReferrer if true, the "referrer" metadata from @p args isn't passed on * @param trustedSource if false, a warning will be shown before launching an executable. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kparts-5.48.0/src/readonlypart.h new/kparts-5.49.0/src/readonlypart.h --- old/kparts-5.48.0/src/readonlypart.h 2018-07-08 00:32:17.000000000 +0200 +++ new/kparts-5.49.0/src/readonlypart.h 2018-08-04 13:00:30.000000000 +0200 @@ -132,7 +132,7 @@ /** * This convenience method returns the browserExtension for this part, - * or 0 if there isn't any. + * or @c nullptr if there isn't any. */ BrowserExtension *browserExtension() const; @@ -218,7 +218,7 @@ /** * The part emits this when starting data. * If using a KIO::Job, it sets the job in the signal, so that - * progress information can be shown. Otherwise, job is 0. + * progress information can be shown. Otherwise, job is @c nullptr. **/ void started(KIO::Job *);
