forked from pool/kapptemplate
Release 20.08.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kapptemplate?expand=0&rev=120
This commit is contained in:
parent
79eb7e9b95
commit
328145a134
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:498815d3ae46175c7f2081a62d7288e9b35d5d6a00337672d9fbed6c68a3e5e4
|
|
||||||
size 334832
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8kk/gACgkQ29LOiT4t
|
|
||||||
HIfGUggAnK1qwj9ggfpowBFLDFyC2j8R7BcYte5zPCau9NdChr4US9eEMtQRXoG2
|
|
||||||
nej0zz8pJttity7eevWwCcII6j5vp+11HcoJjfxGW+H6zBn4fKEFUQAgSYEbDr8P
|
|
||||||
fwFiPRuKpQMZxoTtOgoBgZ3CsI/BUNk26dzzC3/RrK/XC2dihOvjZW07iwcvKwJZ
|
|
||||||
q1txuWWLjRyftf5gCV9lmzO28+G/kUldWRaIJrXtfNBPs5E1W1afBmcv2AucJJll
|
|
||||||
AcRu8i6ARM7SaFtmdyNMAgV5GxX47h9Yu2VJN6g2ZyGAl2lFt7srvD7So8HIMowE
|
|
||||||
8fpKNcp+VuW0j0T2tY34hHy8ginRqg==
|
|
||||||
=o+eR
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kapptemplate-20.08.0.tar.xz
Normal file
3
kapptemplate-20.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef92d56a155f1218d28a63167e67f4fc7bbdf9ba63344bef9512b2e1435f322d
|
||||||
|
size 334760
|
11
kapptemplate-20.08.0.tar.xz.sig
Normal file
11
kapptemplate-20.08.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8tAgEACgkQ29LOiT4t
|
||||||
|
HIfliAgAmng5MYaW5uS37H1ali/upv47ohi38zte9SaavZmlnDxhxgYXDJm8rn7Y
|
||||||
|
vqGd4DG25GKApwZ2c/CVkoKRPtm6Ype65r4hwPdDFD+kY4IVlqAQsVXsj0NfvVUL
|
||||||
|
uKnbXT0CzY3BxCGGkXLDUVal4a4L8rzU5TZslBPFDxkdh3nz+A1Cb3akASJwU53l
|
||||||
|
r6EaPf6pE5oCVsqfPEPhxwgHWkSWLEYU66CPFG5U94V8rSGtQEgd52sfMQsgUxg/
|
||||||
|
jkv5f0VcSKTVRYe2JJkJITJfSznkzxTUciGrVAgA7S18fYBKxkwgJUEh8ub/iLVq
|
||||||
|
WLN0snjdFpWhQXLOjKXBNwz6rOH3Fw==
|
||||||
|
=IEyw
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 9 09:08:36 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 07:58:56 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Aug 2 07:58:56 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -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: kapptemplate
|
Name: kapptemplate
|
||||||
Version: 20.07.90
|
Version: 20.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Template for KDE Application Development
|
Summary: Template for KDE Application Development
|
||||||
License: GPL-2.0-only AND GFDL-1.2-only
|
License: GPL-2.0-only AND GFDL-1.2-only
|
||||||
Group: Development/Tools/IDE
|
Group: Development/Tools/IDE
|
||||||
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: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
@ -44,7 +44,7 @@ Obsoletes: %{name}5 < %{version}
|
|||||||
Provides: %{name}5 = %{version}
|
Provides: %{name}5 = %{version}
|
||||||
Obsoletes: kapptemplate5 < %{version}
|
Obsoletes: kapptemplate5 < %{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
|
||||||
|
Loading…
Reference in New Issue
Block a user