SHA256
1
0
forked from pool/konqueror
Wolfgang Bauer 2020-08-13 13:52:19 +00:00 committed by Git OBS Bridge
parent 2239d194cd
commit fd638217d2
6 changed files with 28 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8klAEACgkQ29LOiT4t
HIe64Af/VU2c0t/wSqD07DoNNtiVMYdEMaNKHG+jPFDBNQn1U1AfOC34rEyaHB4F
s+e7QepYbh8UTsNpaZ39atGl/ziGxqvFRl6C5SuqQrS/zSqBL+G33R+lUXb96YNi
bBLMNxUeE5pEIp5F8k82KPe5zC4PWUn141RS3S545PSqK9zzw/yVaoP95iVZbhp/
430ls1ehM9u2EI+Y6iHckP0dvnYo0fNFvI25XuAtE5DDkXrolcsHHLxjEQo6/Bdk
19L44HF6+p4alLhRb6uXe+uEBAm+zcBgjGWjBP/saeOGPVl4FT/bP61XwvixdqvV
TWAdaob/MygFZVEgW6n3kXbYKQ6WBw==
=D8pO
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8tAgoACgkQ29LOiT4t
HIf4bQf8DCWXlS0zCPnynLlPG3yM9PlDU36YSG7PRYVvSbFdERP5H5Bx1CnLT4Vg
YlSxxLkbfdIXfQa3kT92x+vfeoVWO2/V0Z9q4U8R0qrCKCLz/QrY9u7SPeNImUVV
wclaB6nTMYQSePIBNWfkgUXB016TsPTTCT24QDg0EkyB+zkRugBe6cHlRoJUwPfP
CMK7pPKLi9bibsDgaS49wHJJdOKwlxKoXbuk9lPlU/bBztlw0ov00thJuoF+cptw
4WTAEiALrvTqs0KxnOl/L2sPHKUFF6EOZy7lh3JFdx5psNZjNcKo1tbl9QnYPe+u
T+if6mWmiWLs+D4p03kk5cWjcM2+Jg==
=kZJO
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Aug 9 09:09:46 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-08-apps-update
- Changes since 20.07.90:
* use ecm_add_test to actuall run sidebar-modulemanagertest
* appdata: more general doc URL
-------------------------------------------------------------------
Sun Aug 2 08:00:06 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: konqueror
Version: 20.07.90
Version: 20.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
@ -29,7 +29,7 @@ Summary: KDE File Manager and Browser
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: https://www.kde.org/
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem
BuildRequires: libtidy-devel
@ -65,7 +65,7 @@ Provides: libKF5Konq6 = 17.04
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
%if %{with lang}
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif