SHA256
1
0
forked from pool/kget

Applications 19.08.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kget?expand=0&rev=100
This commit is contained in:
Fabian Vogt 2019-08-15 14:00:40 +00:00 committed by Git OBS Bridge
parent d522f8ee57
commit 71370a4226
6 changed files with 30 additions and 5 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:ae9461d3f5ca52d7b90f554c159983297088c7ae169ef3c2e626d35ef7befcbc
size 5236140

3
kget-19.08.0.tar.xz Normal file
View File

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

11
kget-19.08.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxoQACgkQ29LOiT4t
HIcNsQf/R3JFzAoyKmGcxs/Ed0ne2XbgfkKBC7Y+2wa+9+PRB2y5K9/HRAqJ0lw8
k2Rf9R6sEVOd5AbR0uug69WfvMPFVAineU9YsX4BoT7bvvJQx14Mw5aV1aMOvB43
hMjvLgAraIYYaWhTCykTD1xagOofwyGBuxVYT721FDPQj44wmSwnnODE1j5n0srK
+xR5aeRWVLU02PGHFDm8CTmYR/Ayoizt1f4I7Snopmy3av6hu4LtDfAyYEhkGdpc
5+4NcfuNpGEOyZ8157ANuse+0B98jI8K+kjRlKs2iC5D5IgPpRWrxy2k3HdTotZM
IU4aCAri+7DarhF0KMZ9yOcVr5DfzA==
=2nMs
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Aug 9 08:30:55 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
- Changes since 19.07.90:
* [mirrorsearch] Remove no longer available services from default list (kde#410406)
------------------------------------------------------------------- -------------------------------------------------------------------
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,12 +21,16 @@
%{!?_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: kget Name: kget
Version: 19.07.90 Version: 19.08.0
Release: 0 Release: 0
Summary: Download Manager Summary: Download Manager
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Networking/Other Group: Productivity/Networking/Other
Source0: %{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: gpgme-devel BuildRequires: gpgme-devel
BuildRequires: kcmutils-devel BuildRequires: kcmutils-devel