Fabian Vogt 2019-08-15 14:00:35 +00:00 committed by Git OBS Bridge
parent 7f252514b0
commit 02f89ecb33
6 changed files with 30 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:5a41413af9995b30cfc7b316c5dfa157ddcd53a770868470b62abc48713fd148
size 187492

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxoMACgkQ29LOiT4t
HIc/oQf8D5nJ1/Xx92HoBS46Ja4ble5nklc63Fincjr5P4GPxQqjozPIJUNxxpv/
GFIH4Rhhw5ZboFtHubJ4XdqVEx1Fnts79hwg4lTlGiG8Y4i9kfRSs7GHIvHbDjUX
4vIrU4Vss23jQh0kuXK/R8wzlTy9TS3iqmccy3WXJYN9JZ9jnX2x+d+4cvjXrhlc
ktEtMO0wkbtwnO/k2HSv+jeDZW3h9CD1qXI3PpFy8vZzG6w7DhrVUcecv59b+1WJ
2gayTSNICa5t9lVmDCDv0YeZGhKUSgGWMqO6f8atkVS6AXldRux21Elql9qRKYT2
y57Ctvx/TboAzbsiqXam76D2/VD1Vg==
=PTt0
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Aug 9 08:30:51 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
- No code change since 19.07.90
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 06 16:50:49 UTC 2019 - lbeltrame@kde.org Tue Aug 06 16:50:49 UTC 2019 - lbeltrame@kde.org

View File

@ -21,13 +21,17 @@
%{!?_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: keditbookmarks Name: keditbookmarks
Version: 19.07.90 Version: 19.08.0
Release: 0 Release: 0
Summary: KDE Bookmark Editor Summary: KDE Bookmark Editor
License: GPL-2.0-only License: GPL-2.0-only
Group: System/GUI/KDE Group: System/GUI/KDE
URL: http://www.kde.org/ URL: https://www.kde.org/
Source: %{name}-%{version}.tar.xz 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: extra-cmake-modules
BuildRequires: kbookmarks-devel >= 5.24.0 BuildRequires: kbookmarks-devel >= 5.24.0
BuildRequires: kcoreaddons-devel >= 5.24.0 BuildRequires: kcoreaddons-devel >= 5.24.0