Wolfgang Bauer 2020-08-13 13:51:36 +00:00 committed by Git OBS Bridge
parent c8a5769a88
commit 66ba74a3df
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:77d9856a0ab4344043f97f8250c1504487a7f37d635ada4b9d683cc9388b47bf
size 5848700

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8kk/gACgkQ29LOiT4t
HIdGwQf9GxtvP5/v3ONvWnplVuN6wmrHaAGfoZTrmSWIoi8+U/HxNGpsq0Xqnknh
nyjh5Th8bkVyGaKGstO4PZYZqgsj/isoLfcGu/B+LhljfCU3qumiN7D1MUN9x7ft
CzUKn2JrMkCswceGxZ0OsT9uAuX0wQijBHJBcI/P+TqOEVThOm990mB+nO0YjPZ+
YRy4zhoMKgsp6cQXFQHY4is10rRavT5q1HghqKxOm6R6olj6ugtG4pXcjkJUBUOG
fHTbyoyHWNxtqWhiyi2hDSEAlDoBaUAPiIJT1Qf2k02O82UKPBCfLMoDa/rMGor9
yJsdVWSs9sA3fieYY/x09wLARMDTqQ==
=O4R5
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8tAgEACgkQ29LOiT4t
HIeIkwf+KzACBT6WmZ3/XQAIJbKF+cbyzAvaaP5QdOpAd5j2oIHEhWKDqJeRmQMV
/v61N5a1NEo74q8ZDPTdcpaJzTSfVqsJIMoDLbwZQvvS9LQv+WvcfkvJL+JwlcFs
k7+ImKJ0FCvwKFjEd9H0eIlXGITe++Putz5f98+X8apRdt0YBd/WskrqXNcNOn6l
3Z0PFfPFPHGGpBQg5lEBm3nM1KN3mBbyPHniRFyjm+L5LlBnenl7viLd4KwkPSz0
pcSIjaL7552kp0BwVfTCsEXddfqJvdihfFsDrrnmWDPEVYLiaM4w7pi/b+rlpnWM
0RD0HLIXhBzegtHkl/r8VyOSgZOdow==
=7j4i
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Aug 9 09:08:37 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
- No code change since 20.07.90
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Aug 2 07:58:57 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Sun Aug 2 07:58:57 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}')} %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: kate Name: kate
Version: 20.07.90 Version: 20.08.0
Release: 0 Release: 0
Summary: Advanced Text Editor Summary: Advanced Text Editor
License: GPL-3.0-or-later License: GPL-3.0-or-later
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
URL: https://www.kde.org 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 # PATCH-FIX-OPENSUSE
Patch0: 0001-Defuse-root-block.patch Patch0: 0001-Defuse-root-block.patch
BuildRequires: libgit2-devel BuildRequires: libgit2-devel
@ -65,7 +65,7 @@ Recommends: %{name}-lang
Obsoletes: %{name}5 < %{version} Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version} Provides: %{name}5 = %{version}
%if %{with lang} %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 Source2: applications.keyring
%endif %endif