KDE Applications 20.12.0 final: release on 10th Dec

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=159
This commit is contained in:
Christophe Giboudeaux 2020-12-08 07:24:52 +00:00 committed by Git OBS Bridge
parent 268e54bab5
commit ba6a899fd0
6 changed files with 26 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl/ATr4ACgkQ29LOiT4t
HIfORQgAlnqsBolzJn4LqtabNld4OpBIa+qyEbkqn/QOpI7zbneKHntTdDSB7k0c
MisNcJTEziQgXu/lRD1NpOtaz5NH84CL/cjTpfYHPmLi3k+I9bpjBNUDteHPa0ll
wqEe4Ny/dHCpNik62RhxjZ8xizYIAxUJab25fipmp3Brjfpengu39iJrVv+iae2c
5ud5ZC7nznFin4N7GrEz8mralryVqDJMmWsWgpt/uu9U3v8vi8e7YzXTnCJFLv/A
hGGZxkoHOlICB5sCd0YZKJ1HhyBoQQWii6X1Qpl5ka/nBj1kyLBFTqlS56khw9iX
arbgcAgKOYIl4RWEUG0OaibGpOwfaA==
=kZw3
-----END PGP SIGNATURE-----

3
kate-20.12.0.tar.xz Normal file
View File

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

11
kate-20.12.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl/JhHoACgkQ29LOiT4t
HIcq+Qf+Mh0cDtbt/8yLLkPl68NKGozWXgrmGOLSDpwrYzQGlVv8P+vlkHVp3AS9
DNZdlFxJBL4HDr9KId6L1Fhon+Q+Yc+q/QJmTHxz/MJt1P60yCeNHMY/WJcWmySW
n1FnzYGCaTpsD9HzxaV2Dju2W3Xn5TwoLmSZfuuooa0de+fNAfmW42eO2qEUP4hq
6ffQzUjorNq1OiDPDMFQdbHQ6YKdToEgBWrspx/Ou/q50dc8boNy3hRhuAC3otHt
b049kQTlwO4/5NjHgu4uiR32m2xxL7FK90hyiT15SL6WbUaMBWBrCLEdJFOmRHBC
vvNnW7nWWdoRcfA1roKrMXsUD1g0PQ==
=KoY4
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 5 23:15:48 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-12-apps-update
- No code change since 20.11.90
-------------------------------------------------------------------
Fri Nov 27 15:16:03 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -22,13 +22,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kate
Version: 20.11.90
Version: 20.12.0
Release: 0
Summary: Advanced Text Editor
License: GPL-3.0-or-later
Group: Productivity/Text/Editors
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
# PATCH-FIX-OPENSUSE
Patch0: 0001-Defuse-root-block.patch
BuildRequires: libgit2-devel
@ -65,7 +65,7 @@ Recommends: %{name}-lang
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
%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