SHA256
1
0
forked from pool/kate

Accepting request 796889 from KDE:Applications

KDE release 20.04.0

OBS-URL: https://build.opensuse.org/request/show/796889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kate?expand=0&rev=119
This commit is contained in:
Dominique Leuenberger 2020-04-25 18:22:02 +00:00 committed by Git OBS Bridge
commit c89d6dfa48
6 changed files with 62 additions and 27 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drVIACgkQ29LOiT4t
HIddZwgAkAkgreleCIfGWwzqYrzsr3Wz+EH6e8OBp5mR/M2tc24W0HwaWPTHdMtv
LYHjiCquTPdAydNG0Z28G/eu+NaVbzvBOPtrRS8HiOwmU4qGR4oKkAEc5gpXJSyt
MoW5WQnXWj+ZU6E89He6AMK0IqeqfDewj7qkEoDCe7op8bR5EYO8aqOq0KC7+6ZE
xDkEmqZPlv+wnqbMaoVuadKo94AFU5wmKq+F33BIAwc9LgLzRBDDE21uOUN29Eh2
PO7td7t1z8qVe2TGrSgjlc5IGzN1STXes73V5WcpDnAcCPTzW+CWIfsdUyRTqJ3e
QPHo32drNqkf1Un5RahsGHmf+KEAtw==
=d5gv
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB7cACgkQ29LOiT4t
HIeXrAgAg3FQQfbhy2D0caBo1YJGrEUlLMMsYwQOW6yUTviDw0O42mRtGheJWRhC
rzFCk14uG27/sB+r0D/h0WqmDU2QH5wfxEneuokbtbVqDyJWi1on8ZGuWQcGFKxs
aypjXBOLBGAP31MRcKi6vc1hK0GEJwyZpy9r3ZPjn5C8Tdoia13HcVxLsBt4bEA2
ndr/7zYB+9ZnHn9GcW7q5doBfc0RVEtGLHrIiYPyEa3Bxr2nty+WcE/cwMg6soE5
e/5PvBm4kf6Wsar4glV3PQv3A9Ebf5IOWyzliP1XiRITcTWSHR+OMORb6iH/BMpz
Ho9wfNfUaNZTEE9TCnlxfmRiNoJ33A==
=Xapz
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Apr 23 12:22:06 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- Changes since 20.03.90:
* Revert premature porting
-------------------------------------------------------------------
Sun Apr 5 20:29:49 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- No code change since 20.03.80
-------------------------------------------------------------------
Sun Mar 22 09:16:44 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Too many changes since 19.12.3, only listing bugfixes:
* Fix External Tool "Google Selected Text" (kde#416509)
* lspclient: avoid repeated restart of failing LSP server (kde#415847)
* try to fix embedding of icon for windows (kde#415260)
* document that the version is important for the choice of the syntax definition to load (kde#414997)
* Open/close and focus/defocus terminal using the same shortcuts as Dolphin (kde#414587)
-------------------------------------------------------------------
Thu Mar 5 20:35:52 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package kate
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -22,19 +22,16 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kate
Version: 19.12.3
Version: 20.04.0
Release: 0
Summary: Advanced Text Editor
License: GPL-3.0-or-later
Group: Productivity/Text/Editors
URL: http://www.kde.org
URL: https://www.kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
# PATCH-FIX-OPENSUSE
Patch0: 0001-Defuse-root-block.patch
BuildRequires: libgit2-devel
BuildRequires: cmake(KF5Activities)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5Crash)
@ -43,19 +40,20 @@ BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5GuiAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5ItemModels)
BuildRequires: cmake(KF5JobWidgets)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5NewStuff)
BuildRequires: cmake(KF5Parts)
BuildRequires: cmake(KF5Plasma)
BuildRequires: cmake(KF5Service)
BuildRequires: cmake(KF5SyntaxHighlighting)
BuildRequires: cmake(KF5TextEditor)
BuildRequires: cmake(KF5ThreadWeaver)
BuildRequires: cmake(KF5Wallet)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: libgit2-devel
BuildRequires: cmake(KF5Plasma)
BuildRequires: cmake(KF5ThreadWeaver)
BuildRequires: cmake(KUserFeedback)
BuildRequires: cmake(Qt5Core) >= 5.10.0
BuildRequires: cmake(Qt5DBus) >= 5.10.0
BuildRequires: cmake(Qt5Script) >= 5.10.0
@ -66,6 +64,10 @@ Requires: %{name}-plugins = %{version}
Recommends: %{name}-lang
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
%description
Kate is an advanced text editor for KDE.
@ -115,12 +117,12 @@ plugins and data files for Kate and KWrite editors.
%dir %{_kf5_htmldir}/en
%dir %{_kf5_iconsdir}/hicolor/150x150/
%dir %{_kf5_iconsdir}/hicolor/150x150/apps
%dir %{_kf5_iconsdir}/hicolor/256x256/
%dir %{_kf5_iconsdir}/hicolor/256x256/apps
%dir %{_kf5_iconsdir}/hicolor/310x310/
%dir %{_kf5_iconsdir}/hicolor/310x310/apps
%dir %{_kf5_iconsdir}/hicolor/44x44/
%dir %{_kf5_iconsdir}/hicolor/44x44/apps
%dir %{_kf5_iconsdir}/hicolor/256x256/
%dir %{_kf5_iconsdir}/hicolor/256x256/apps
%dir %{_kf5_iconsdir}/hicolor/512x512/
%dir %{_kf5_iconsdir}/hicolor/512x512/apps
%doc %lang(en) %{_kf5_htmldir}/en/kate/