Accepting request 723690 from KDE:Applications

Applications 19.08.0 (forwarded request 723532 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/723690
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/konqueror?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2019-08-16 13:47:20 +00:00 committed by Git OBS Bridge
commit a6b6cab473
6 changed files with 61 additions and 6 deletions

BIN
applications.keyring Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:257488e521c024fb6c8fdbef71aaccd9315505c8b14c6ffde0ce4060a48579b4
size 7578812

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxosACgkQ29LOiT4t
HIdOwAf/aCCb6ar8AShdu2gYPtSHiLHwQ2hdpotyKVyk9YF5cD7+FV6ZvpA8gt5x
moAfasfC/aOiUIk/J9QjvcFsf1vJLeEsQpt4XpgDvmaZ201KUiOL69MmEkCvf+l1
OZI5aMfinD9Ucd7UVjqkTN3MvubEVenWuAOKvAjPxeCIHxkVH6RcgKv+uiEjAbFb
SjaDQAOnsESz+4+fosET2+5JUcTIjyrMADCVUQaNKRoN2B1V/bEXhzR7FLNr1XFU
cjrIHGWl2So3DbkkkASCmPA3GnOSWRhjTEPYZbaoEeWK1VU64ODyvy6EXAPdE3/s
lTQA0yjJqivMbekpikDLVXYa34rG7w==
=jli5
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Fri Aug 9 08:31:28 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 19.08.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.0.php
- Changes since 19.07.90:
* [webenginepart] Fix build with cmake < 3.7
-------------------------------------------------------------------
Tue Aug 06 16:50:50 UTC 2019 - lbeltrame@kde.org
- Update to 19.07.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-rc.php
- Changes since 19.07.80:
* Fix QStandardPaths usage so the sidebar entries are found
* Add missing include
-------------------------------------------------------------------
Tue Jul 23 11:59:03 UTC 2019 - lbeltrame@kde.org
- Update to 19.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-beta.php
- Changes since 19.04.3:
* Fix removal of cookies without a Domain field
* Use QWebEngineDownloadItem::page() if possible
* Register custom protocols using QWebEngineUrlScheme
* Use the new logging category directory with ECM >= 5.59.0
* Install in new logging directory when we use kf5 5.59.0
* add a generic name
* network category wanted by kde.org/applications
* add some categories for new kde.org/applications
* Port more deprecated methods
* Convert deprecated methods
-------------------------------------------------------------------
Thu Jul 18 21:50:16 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -21,15 +21,19 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: konqueror
Version: 19.04.3
Version: 19.08.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/
Source: %{name}-%{version}.tar.xz
URL: https://www.kde.org/
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: kactivities5-devel >= 5.7.0
BuildRequires: karchive-devel >= 5.7.0