SHA256
1
0
forked from pool/konqueror

KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/konqueror?expand=0&rev=83
This commit is contained in:
Wolfgang Bauer 2018-11-24 23:45:04 +00:00 committed by Git OBS Bridge
parent 7774fd5189
commit fcde9aa5e1
4 changed files with 61 additions and 33 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38a71dd3a7f2e74067fe577c5e0c35e9ab8496d4f151ed764256a3d91e087113
size 7742624

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4178a6b19c752821164bfa1fc3999d9104b571c0952c1d8d8ed774f33431b912
size 7754688

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Tue Nov 20 06:22:38 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
-------------------------------------------------------------------
Tue Nov 20 05:57:10 UTC 2018 - lbeltrame@kde.org
- Update to 18.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.11.80.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
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 08 20:43:41 UTC 2018 - lbeltrame@kde.org Thu Nov 08 20:43:41 UTC 2018 - lbeltrame@kde.org

View File

@ -16,22 +16,19 @@
# #
%bcond_without lang
Name: konqueror
Version: 18.08.3
Release: 0
%define kf5_version 5.26.0 %define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) # 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}')} %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
# It can only build on the same platforms as Qt Webengine %bcond_without lang
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 Name: konqueror
Version: 18.11.80
Release: 0
Summary: KDE File Manager and Browser 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 # 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. # but it is neither built nor installed in our package.
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: System/GUI/KDE Group: System/GUI/KDE
Url: http://www.kde.org/ URL: http://www.kde.org/
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: kactivities5-devel >= 5.7.0 BuildRequires: kactivities5-devel >= 5.7.0
@ -54,15 +51,7 @@ BuildRequires: pkgconfig(Qt5Script) >= 5.2.0
BuildRequires: pkgconfig(Qt5WebEngine) >= 5.6.0 BuildRequires: pkgconfig(Qt5WebEngine) >= 5.6.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0 BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
# Needed for 42.3 Recommends: %{name}-lang
%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: dolphin-part
Recommends: kwebkitpart Recommends: kwebkitpart
Obsoletes: kde-baseapps5-libkonq < %{version} Obsoletes: kde-baseapps5-libkonq < %{version}
@ -74,8 +63,17 @@ Provides: %{name}-libkonq = %{version}
Obsoletes: kdebase4-libkonq Obsoletes: kdebase4-libkonq
Obsoletes: libKF5Konq6 < 17.04 Obsoletes: libKF5Konq6 < 17.04
Provides: libKF5Konq6 = 17.04 Provides: libKF5Konq6 = 17.04
Recommends: %{name}-lang # It can only build on the same platforms as Qt Webengine
BuildRoot: %{_tmppath}/%{name}-%{version}-build 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 %description
Konqueror allows you to manage your files and browse the web in a Konqueror allows you to manage your files and browse the web in a
@ -139,18 +137,16 @@ Development package for the konqueror libraries.
%kf5_makeinstall -C build %kf5_makeinstall -C build
%if %{with lang} %if %{with lang}
%find_lang %{name} --with-man --all-name %find_lang %{name} --with-man --all-name
%kf5_find_htmldocs %{kf5_find_htmldocs}
%endif %endif
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%post -n konqueror-plugins -p /sbin/ldconfig %post -n konqueror-plugins -p /sbin/ldconfig
%postun -n konqueror-plugins -p /sbin/ldconfig %postun -n konqueror-plugins -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %license COPYING*
%doc COPYING*
%config %{_kf5_configdir}/autostart/konqy_preload.desktop %config %{_kf5_configdir}/autostart/konqy_preload.desktop
%config %{_kf5_configdir}/konqueror.categories %config %{_kf5_configdir}/konqueror.categories
%dir %{_kf5_appstreamdir} %dir %{_kf5_appstreamdir}
@ -203,8 +199,7 @@ Development package for the konqueror libraries.
%{_kf5_sharedir}/konqueror/ %{_kf5_sharedir}/konqueror/
%files -n webenginepart %files -n webenginepart
%defattr(-,root,root) %license COPYING*
%doc COPYING*
%{_kf5_libdir}/libkwebenginepartlib.so %{_kf5_libdir}/libkwebenginepartlib.so
%{_kf5_iconsdir}/hicolor/*/*/webengine.* %{_kf5_iconsdir}/hicolor/*/*/webengine.*
%{_kf5_kxmlguidir}/webenginepart/ %{_kf5_kxmlguidir}/webenginepart/
@ -214,8 +209,7 @@ Development package for the konqueror libraries.
%{_kf5_sharedir}/webenginepart/error.html %{_kf5_sharedir}/webenginepart/error.html
%files -n konqueror-plugins %files -n konqueror-plugins
%defattr(-,root,root) %license COPYING*
%doc COPYING*
%{_kf5_bindir}/fsview %{_kf5_bindir}/fsview
%{_kf5_plugindir}/fsviewpart.so %{_kf5_plugindir}/fsviewpart.so
%{_kf5_sharedir}/fsview/ %{_kf5_sharedir}/fsview/
@ -268,8 +262,7 @@ Development package for the konqueror libraries.
%{_kf5_sharedir}/dolphinpart/kpartplugins/ %{_kf5_sharedir}/dolphinpart/kpartplugins/
%files devel %files devel
%defattr(-,root,root) %license COPYING*
%doc COPYING*
#doc README #doc README
%{_kf5_cmakedir}/KF5Konq/ %{_kf5_cmakedir}/KF5Konq/
%{_kf5_libdir}/libKF5Konq.so %{_kf5_libdir}/libKF5Konq.so
@ -277,7 +270,7 @@ Development package for the konqueror libraries.
%if %{with lang} %if %{with lang}
%files lang -f %{name}.lang %files lang -f %{name}.lang
%doc COPYING* %license COPYING*
%endif %endif
%changelog %changelog