Accepting request 658438 from KDE:Applications

KDE Applications 18.12

OBS-URL: https://build.opensuse.org/request/show/658438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/konqueror?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2019-01-08 11:22:07 +00:00 committed by Git OBS Bridge
commit a4731d63a2
4 changed files with 85 additions and 37 deletions

View File

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

3
konqueror-18.12.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99b4f3ff326708c91c57a312b7857bbef87d37b28cc57bc7e0118608226ef47b
size 7756100

View File

@ -1,3 +1,58 @@
-------------------------------------------------------------------
Fri Dec 14 06:09:14 UTC 2018 - lbeltrame@kde.org
- 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 - lbeltrame@kde.org
- 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 <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.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
-------------------------------------------------------------------
Thu Nov 08 20:43:41 UTC 2018 - lbeltrame@kde.org
@ -49,7 +104,7 @@ Thu Jul 26 13:00:51 UTC 2018 - lbeltrame@kde.org
- Update to 18.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.07.80.php
* https://www.kde.org/announcements/announce-applications-18.08-beta.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
@ -108,7 +163,7 @@ Fri Apr 06 07:09:49 CEST 2018 - lbeltrame@kde.org
- Update to 18.03.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.03.90.php
* https://www.kde.org/announcements/announce-applications-18.04-rc.php
- Changes since 17.12.3:
* Load translation catalog webenginepart
* Include zlib also on build time
@ -243,7 +298,7 @@ Sat Aug 5 18:18:25 UTC 2017 - christophe@krop.fr
- Update to KDE Applications 17.07.90
* KDE Applications 17.07.90
* https://www.kde.org/announcements/announce-applications-17.07.90.php
* https://www.kde.org/announcements/announce-applications-17.08-rc.php
-------------------------------------------------------------------
@ -310,7 +365,7 @@ Sat Mar 25 23:10:37 CET 2017 - lbeltrame@kde.org
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php
* https://www.kde.org/announcements/announce-applications-17.04-beta.php
- Changes since 16.12.3:
* Too many changes to list here

View File

@ -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(Qt5Script) >= 5.2.0
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 @@ Provides: %{name}-libkonq = %{version}
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 @@ Development package for the konqueror libraries.
%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 @@ Development package for the konqueror libraries.
%{_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 @@ Development package for the konqueror libraries.
%{_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 @@ Development package for the konqueror libraries.
%{_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 @@ Development package for the konqueror libraries.
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%license COPYING*
%endif
%changelog