Hello community, here is the log from the commit of package konqueror for openSUSE:Factory checked in at 2018-08-24 17:05:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/konqueror (Old) and /work/SRC/openSUSE:Factory/.konqueror.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "konqueror" Fri Aug 24 17:05:34 2018 rev:25 rq:630148 version:18.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/konqueror/konqueror.changes 2018-07-19 22:54:54.869989344 +0200 +++ /work/SRC/openSUSE:Factory/.konqueror.new/konqueror.changes 2018-08-24 17:05:40.314183060 +0200 @@ -1,0 +2,34 @@ +Thu Aug 16 22:05:54 UTC 2018 - [email protected] + +- Update to 18.08.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.08.0.php +- Changes since 18.07.80: + * None + +------------------------------------------------------------------- +Sat Jul 28 22:49:31 UTC 2018 - [email protected] + +- Build with gcc7 on Leap 42.3, it doesn't compile with 4.8 anymore + +------------------------------------------------------------------- +Thu Jul 26 13:00:51 UTC 2018 - [email protected] + +- Update to 18.07.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.07.80.php +- Changes since 18.04.3: + * Restore the ability to view man and info pages from Konqueror + * Display an error page for error URLs in WebEnginePart + * Do not duplicate work of KAboutData::setupCommandLine() + * Akregator feed detector plugin: Use new connect() syntax + * Akregator feed detector plugin: Make PluginBase just a namespace + * Akregator feed detector plugin: Restore the popup menu action + * Akregator feed detector plugin: Port away from KDELibs4Support + * Akregator feed detector plugin: Do not crash for an invalid URL + * Fix test failure once D12206 lands + * Fix test failure when D11569 lands + +------------------------------------------------------------------- Old: ---- konqueror-18.04.3.tar.xz New: ---- konqueror-18.08.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ konqueror.spec ++++++ --- /var/tmp/diff_new_pack.lV4qCz/_old 2018-08-24 17:05:40.830183673 +0200 +++ /var/tmp/diff_new_pack.lV4qCz/_new 2018-08-24 17:05:40.830183673 +0200 @@ -19,11 +19,11 @@ %bcond_without lang Name: konqueror -Version: 18.04.3 +Version: 18.08.0 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: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%{!?_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 Summary: KDE File Manager and Browser @@ -54,6 +54,15 @@ 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: dolphin-part Recommends: kwebkitpart Obsoletes: kde-baseapps5-libkonq < %{version} @@ -65,9 +74,7 @@ Obsoletes: kdebase4-libkonq Obsoletes: libKF5Konq6 < 17.04 Provides: libKF5Konq6 = 17.04 -%if %{with lang} Recommends: %{name}-lang -%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -109,14 +116,22 @@ %description devel Development package for the konqueror libraries. -%if %{with lang} %lang_package -%endif %prep %setup -q %build + %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 + export CC=gcc-6 + export CXX=g++-6 + %else + export CC=gcc-7 + export CXX=g++-7 + %endif + %endif %cmake_kf5 -d build %make_jobs @@ -195,6 +210,8 @@ %{_kf5_kxmlguidir}/webenginepart/ %{_kf5_plugindir}/kf5/ %{_kf5_servicesdir}/webenginepart.desktop +%dir %{_kf5_sharedir}/webenginepart/ +%{_kf5_sharedir}/webenginepart/error.html %files -n konqueror-plugins %defattr(-,root,root) @@ -243,7 +260,9 @@ %{_kf5_sharedir}/kwebkitpart/kpartplugins/autorefresh.* %{_kf5_sharedir}/kwebkitpart/kpartplugins/khtmlsettingsplugin.* %{_kf5_servicesdir}/webarchivethumbnail.desktop +%{_kf5_servicesdir}/akregator_konqplugin.desktop %{_kf5_configkcfgdir}/validators.kcfg +%{_kf5_debugdir}/akregatorplugin.categories %config %{_kf5_configdir}/translaterc %dir %{_kf5_sharedir}/dolphinpart %{_kf5_sharedir}/dolphinpart/kpartplugins/ ++++++ konqueror-18.04.3.tar.xz -> konqueror-18.08.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/konqueror/konqueror-18.04.3.tar.xz /work/SRC/openSUSE:Factory/.konqueror.new/konqueror-18.08.0.tar.xz differ: char 26, line 1
