SHA256
1
0
forked from pool/kapptemplate
Fabian Vogt 2019-08-15 14:00:24 +00:00 committed by Git OBS Bridge
parent 79cad3307d
commit 0a9de918b6
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:c21616b3ef34c84e9e42734f115336ab6f2710b43db2edc33e02a112522152fc
size 316284

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1Mxn0ACgkQ29LOiT4t
HIdUPggAjnSC3u6f1Q/0og6dUFNbiuVDDXfU2tCc/d+wFfIH2LZmtUo2vJLP7Aww
P/9Ek519sSRw/+rg8N+O7oNVrgwdF0CAyY3sx6GKCtJQl7EpAZYR3jmmdBUT1dnt
2yi4dPGbWZuOv1bL1iihExh20z0VdMZTwu31RmHL3Mrk7+cuWY//VUhxGPnYrJDc
nIepeHbD3+PKjye6sa+Zs7ANx/r7AwZhh6tVcTSQzMRhGIKnh/YS/FvaVYBCOJQm
Y2R/SfAXnnXgr4gsOaLlOCNiBpRaf0xRVRqx9vWy9e7dVwKZ530l17TJJ+xJRE9f
vC8zAx3ru2blmQwQNtOWl3Nkszg+OA==
=iiQJ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Aug 9 08:30:25 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:48 UTC 2019 - lbeltrame@kde.org

View File

@ -21,13 +21,17 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kapptemplate
Version: 19.07.90
Version: 19.08.0
Release: 0
Summary: Template for KDE Application Development
License: GPL-2.0-only AND GFDL-1.2-only
Group: Development/Tools/IDE
URL: http://www.kde.org/
Source0: %{name}-%{version}.tar.xz
URL: https://www.kde.org/
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: karchive-devel
BuildRequires: kcompletion-devel