Hello community, here is the log from the commit of package khelpcenter5 for openSUSE:Factory checked in at 2018-12-19 13:34:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/khelpcenter5 (Old) and /work/SRC/openSUSE:Factory/.khelpcenter5.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "khelpcenter5" Wed Dec 19 13:34:12 2018 rev:45 rq:658399 version:18.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/khelpcenter5/khelpcenter5.changes 2018-11-12 09:28:01.670250014 +0100 +++ /work/SRC/openSUSE:Factory/.khelpcenter5.new.28833/khelpcenter5.changes 2018-12-19 13:34:14.124554807 +0100 @@ -1,0 +2,56 @@ +Fri Dec 14 06:09:11 UTC 2018 - [email protected] + +- Update to 18.12.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.0.php +- Changes since 18.11.90: + * No code changes since 18.11.90 + +------------------------------------------------------------------- +Mon Dec 03 20:56:00 UTC 2018 - [email protected] + +- Update to 18.11.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-rc.php +- Changes since 18.11.80: + * Contents items expanding issue (kde#399275) + * Remove duplicate submenus. (kde#399274) + +------------------------------------------------------------------- +Tue Nov 20 06:22:21 UTC 2018 - Luca Beltrame <[email protected]> + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:57:03 UTC 2018 - [email protected] + +- Update to 18.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-beta.php +- Changes since 18.08.3: + * Sort includes + * Get rid of the last cases of the old signal-slot syntax + * Convert to QOverload + * Port to new connect api + * Add donation url to appdata + * Use more nullptr + * Remove left-over condition for now older than min-kf-dep code + * Port away from deprecated setClearButtonShown + * Fix minor Appstreamercli issues + * Switch to the new signal-slot connection syntax in mainwindow.cpp + * Fix minor EBN issue + * It depends against 5.40 + * Fix minor EBN issues [explicit] + [license] + [postfixop] + [normalize] + * Fix compile with strict flags + * Use QStringLiteral and co. + Add missing i18n + * Autogenerate debug category + create categories file + * Increase copyright + * Use nullptr/override + * Increase version +- Removed patches, no longer necessary (handled by kdoctools): + * khelpcenter-fallback-to-kde4-docs.patch + +------------------------------------------------------------------- @@ -47 +103 @@ - * https://www.kde.org/announcements/announce-applications-18.07.80.php + * https://www.kde.org/announcements/announce-applications-18.08-beta.php @@ -99 +155 @@ - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php @@ -219 +275 @@ - * https://www.kde.org/announcements/announce-applications-17.07.90.php + * https://www.kde.org/announcements/announce-applications-17.08-rc.php @@ -284 +340 @@ - * https://www.kde.org/announcements/announce-applications-17.03.80.php + * https://www.kde.org/announcements/announce-applications-17.04-beta.php @@ -382 +438 @@ - * https://www.kde.org/announcements/announce-applications-16.07.90.php + * https://www.kde.org/announcements/announce-applications-16.08-rc.php Old: ---- khelpcenter-18.08.3.tar.xz khelpcenter-fallback-to-kde4-docs.patch New: ---- khelpcenter-18.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ khelpcenter5.spec ++++++ --- /var/tmp/diff_new_pack.4DAHvf/_old 2018-12-19 13:34:14.660554111 +0100 +++ /var/tmp/diff_new_pack.4DAHvf/_new 2018-12-19 13:34:14.664554106 +0100 @@ -16,57 +16,50 @@ # -%bcond_without lang - -%define kf5_version 5.26.0 +%define kf5_version 5.40.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%bcond_without lang Name: khelpcenter5 -Version: 18.08.3 +Version: 18.12.0 Release: 0 Summary: KDE Documentation Application License: GPL-2.0-or-later Group: Productivity/Other -Url: http://www.kde.org +URL: http://www.kde.org Source: khelpcenter-%{version}.tar.xz -# PATCH-FIX-OPENSUSE khelpcenter-fallback-to-kde4-docs.patch -- allow khelpcenter to see into kde4 documentation -Patch2: khelpcenter-fallback-to-kde4-docs.patch BuildRequires: extra-cmake-modules >= 1.3.0 BuildRequires: grantlee5-devel BuildRequires: kf5-filesystem BuildRequires: libxapian-devel BuildRequires: update-desktop-files +BuildRequires: cmake(KF5Archive) +BuildRequires: cmake(KF5Bookmarks) BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5DBusAddons) +BuildRequires: cmake(KF5DocTools) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5Init) -BuildRequires: cmake(KF5KCMUtils) -BuildRequires: cmake(KF5KDELibs4Support) BuildRequires: cmake(KF5KHtml) BuildRequires: cmake(KF5Service) -BuildRequires: cmake(Qt5DBus) >= 5.4.0 -BuildRequires: cmake(Qt5Widgets) >= 5.4.0 -BuildRequires: cmake(Qt5Xml) >= 5.4.0 +BuildRequires: cmake(KF5WindowSystem) +BuildRequires: cmake(Qt5DBus) >= 5.9.0 +BuildRequires: cmake(Qt5Widgets) +BuildRequires: cmake(Qt5Xml) # khelpcenter uses some images and stylesheets from kdoctools (boo#1011094) Requires: kdoctools -Provides: suse_help_viewer -Conflicts: kdebase4-runtime < 17.04.1 -%if %{with lang} Recommends: %{name}-lang -%endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Conflicts: kdebase4-runtime < 17.04.1 +Provides: suse_help_viewer %description Application to show KDE Applications' documentation. -%if %{with lang} %lang_package -%endif %prep %setup -q -n khelpcenter-%{version} -%patch2 -p1 %build %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 @@ -75,8 +68,8 @@ %install %kf5_makeinstall -C build %if %{with lang} - %kf5_find_lang - %kf5_find_htmldocs + %{kf5_find_lang} + %{kf5_find_htmldocs} %endif %suse_update_desktop_file org.kde.Help Documentation Viewer @@ -84,8 +77,8 @@ %postun -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING* README* +%license COPYING* +%doc README* %config %{_kf5_configdir}/khelpcenter.categories %doc %lang(en) %{_kf5_htmldir}/en/*/ %{_kf5_applicationsdir}/org.kde.Help.desktop @@ -101,7 +94,6 @@ %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* %endif %changelog ++++++ khelpcenter-18.08.3.tar.xz -> khelpcenter-18.12.0.tar.xz ++++++ ++++ 21434 lines of diff (skipped)
