Wolfgang Bauer 2020-08-13 13:52:46 +00:00 committed by Git OBS Bridge
parent 127e5d99e1
commit 9a64a71a2a
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:8a9a29e0feca36b302b9d58dd85a7409ff8ddd35f037e1b899b69717dc99b51a
size 385456

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8klAQACgkQ29LOiT4t
HIfvPwf/Y+2n1tEXvCD8I9aaGOswssYWgpMTfTf5BLnqMVnMlOFwrP3Up4mkg77j
T/QopCIlaPi27YWlZoKwFMTecmTHd23DOKLQI6qum2bx+0+iFRwwfPbHJaiLF9gt
PnssRu7NFMPl/r5Fcf2ehrKlw1vt0fb/kRGF/jQ99NpZJJKQcwomcjyqIiLyBvcW
dsQckRmLnEwn7XRc4sOQ2zKLs5uH1vTtiH3Gg1PFhtaj1SKrWlyjduqJe6BitDl/
0jGZBkH+ypQhDaZ7vgFbjB/S1XhOVC0jHzeNoRk2BuHydv6s5BYrKLKNLjYrmEtF
fIlsNnI8+0B+IAmaV49eAXgmqbwwlg==
=GVE/
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8tAg0ACgkQ29LOiT4t
HIeLlwgAkVb9zh8dDU+slpHdonjhyVONBv8ukResmBa8Uot/Bku1telNS8hS9l+f
RegsJ4gEgsi0/QucckZb4lqy5W8lhZlTVtNHD2cxl9z8vYrA61VYSu+AJxrtAsS6
NWj8It6XdY5c/jvPT6eS2u+AhxpM5EuFlaXjiSSjS67GkimpWr6y2PMLmsCad7nS
bnLCB3kpj5g6hFA2nUWM5m/UMGTMWopZjHpc2P1sbnmm4YR9KGMwyjij7gqSGEBR
UYm2dqbEQEsPWVACU0uXsVVH71f7uAWOpPi/fEvkjrD2RCYK/TTek5ZyxIv+pfzR
V7E1vGevAyVSSaP72bRhdKvtTcKOLA==
=x69f
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Aug 9 09:10:07 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 08:00:27 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Sun Aug 2 08:00:27 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -21,13 +21,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: ktimer Name: ktimer
Version: 20.07.90 Version: 20.08.0
Release: 0 Release: 0
Summary: Countdown Launcher Summary: Countdown Launcher
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Other Group: Productivity/Other
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
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: cmake(KF5DBusAddons) BuildRequires: cmake(KF5DBusAddons)
@ -41,7 +41,7 @@ BuildRequires: cmake(Qt5Widgets)
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
Recommends: %{name}-lang Recommends: %{name}-lang