Hello community, here is the log from the commit of package konqueror for openSUSE:Factory checked in at 2019-01-08 12:22:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/konqueror (Old) and /work/SRC/openSUSE:Factory/.konqueror.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "konqueror" Tue Jan 8 12:22:07 2019 rev:29 rq:658438 version:18.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/konqueror/konqueror.changes 2018-11-13 17:21:24.149956124 +0100 +++ /work/SRC/openSUSE:Factory/.konqueror.new.28833/konqueror.changes 2019-01-08 12:23:30.060599757 +0100 @@ -1,0 +2,55 @@ +Fri Dec 14 06:09:14 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:06 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: + * actually initialize kcrash properly + +------------------------------------------------------------------- +Tue Nov 20 06:22:38 UTC 2018 - Luca Beltrame <[email protected]> + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:57:10 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: + * Fix build with Qt 5.12 + * Add donation url to appdata + * Ask the user what to do in case of a SSL certificate error + * Fix handling of cookies without a domain + * File Size View: Fix KProtocolInfoFactory assert + * Fix removing cookies from KCookieServer + * use QIcon::fromTheme() instead of QIcon() + * Add basic tests for WebEnginePartCookieJar + * Fix minor EBN issues and minor porting + * Fix compilation + * Fix minor EBN issues [includes] + * Replace KStatusBar with QStatusBar + * Remove KIcon from plugins + * Remove call to hasSubUrl + * Remove KUrl from autorefresh, dirfilter, domtreeview and fsview plugins + * Fix minor EBN issues + * Fix the workaround for cookie expiration date in WebEnginePart + * Don't define WebEnginePartCookieJar::filterCookie for old versions of Qt + * Synchronize cookies between QWebEngine and KCookieServer + * Fix issue with info protocol and refresh + * Restore ability to view help pages from Konqueror + +------------------------------------------------------------------- @@ -52 +107 @@ - * https://www.kde.org/announcements/announce-applications-18.07.80.php + * https://www.kde.org/announcements/announce-applications-18.08-beta.php @@ -111 +166 @@ - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php @@ -246 +301 @@ - * https://www.kde.org/announcements/announce-applications-17.07.90.php + * https://www.kde.org/announcements/announce-applications-17.08-rc.php @@ -313 +368 @@ - * https://www.kde.org/announcements/announce-applications-17.03.80.php + * https://www.kde.org/announcements/announce-applications-17.04-beta.php Old: ---- konqueror-18.08.3.tar.xz New: ---- konqueror-18.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ konqueror.spec ++++++ --- /var/tmp/diff_new_pack.ypokND/_old 2019-01-08 12:23:30.776598967 +0100 +++ /var/tmp/diff_new_pack.ypokND/_new 2019-01-08 12:23:30.776598967 +0100 @@ -16,22 +16,19 @@ # -%bcond_without lang - -Name: konqueror -Version: 18.08.3 -Release: 0 %define kf5_version 5.26.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}')} -# It can only build on the same platforms as Qt Webengine -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 +%bcond_without lang +Name: konqueror +Version: 18.12.0 +Release: 0 Summary: KDE File Manager and Browser # Note for legal: konqueror-17.04.2/webenginepart/autotests/webengine_testutils.h is Qt commercial OR GPL-3.0 # but it is neither built nor installed in our package. License: GPL-2.0-or-later Group: System/GUI/KDE -Url: http://www.kde.org/ +URL: http://www.kde.org/ Source: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kactivities5-devel >= 5.7.0 @@ -54,15 +51,7 @@ BuildRequires: pkgconfig(Qt5WebEngine) >= 5.6.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0 -# Needed for 42.3 -%if 0%{?suse_version} < 1330 -# It does not build with the default compiler (GCC 4.8) on Leap 42.x -%if 0%{?sle_version} < 120300 -BuildRequires: gcc6-c++ -%else -BuildRequires: gcc7-c++ -%endif -%endif +Recommends: %{name}-lang Recommends: dolphin-part Recommends: kwebkitpart Obsoletes: kde-baseapps5-libkonq < %{version} @@ -74,8 +63,17 @@ Obsoletes: kdebase4-libkonq Obsoletes: libKF5Konq6 < 17.04 Provides: libKF5Konq6 = 17.04 -Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build +# It can only build on the same platforms as Qt Webengine +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 +# Needed for 42.3 +%if 0%{?suse_version} < 1330 +# It does not build with the default compiler (GCC 4.8) on Leap 42.x +%if 0%{?sle_version} < 120300 +BuildRequires: gcc6-c++ +%else +BuildRequires: gcc7-c++ +%endif +%endif %description Konqueror allows you to manage your files and browse the web in a @@ -139,18 +137,16 @@ %kf5_makeinstall -C build %if %{with lang} %find_lang %{name} --with-man --all-name - %kf5_find_htmldocs + %{kf5_find_htmldocs} %endif %post -p /sbin/ldconfig %postun -p /sbin/ldconfig - %post -n konqueror-plugins -p /sbin/ldconfig %postun -n konqueror-plugins -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %config %{_kf5_configdir}/autostart/konqy_preload.desktop %config %{_kf5_configdir}/konqueror.categories %dir %{_kf5_appstreamdir} @@ -203,8 +199,7 @@ %{_kf5_sharedir}/konqueror/ %files -n webenginepart -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_libdir}/libkwebenginepartlib.so %{_kf5_iconsdir}/hicolor/*/*/webengine.* %{_kf5_kxmlguidir}/webenginepart/ @@ -214,8 +209,7 @@ %{_kf5_sharedir}/webenginepart/error.html %files -n konqueror-plugins -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_bindir}/fsview %{_kf5_plugindir}/fsviewpart.so %{_kf5_sharedir}/fsview/ @@ -268,8 +262,7 @@ %{_kf5_sharedir}/dolphinpart/kpartplugins/ %files devel -%defattr(-,root,root) -%doc COPYING* +%license COPYING* #doc README %{_kf5_cmakedir}/KF5Konq/ %{_kf5_libdir}/libKF5Konq.so @@ -277,7 +270,7 @@ %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog ++++++ konqueror-18.08.3.tar.xz -> konqueror-18.12.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/konqueror/konqueror-18.08.3.tar.xz /work/SRC/openSUSE:Factory/.konqueror.new.28833/konqueror-18.12.0.tar.xz differ: char 26, line 1
