SHA256
1
0
forked from pool/kapptemplate

Accepting request 796888 from KDE:Applications

KDE release 20.04.0

OBS-URL: https://build.opensuse.org/request/show/796888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kapptemplate?expand=0&rev=82
This commit is contained in:
Dominique Leuenberger 2020-04-29 18:47:19 +00:00 committed by Git OBS Bridge
commit ad851519b2
6 changed files with 50 additions and 25 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drVEACgkQ29LOiT4t
HIcHvAf5Ad/CWP05WUPM58hmNuXQxGG0LUO15EBjSc5rwkRfNS+BjeEzxlGBg46B
vUuh2x331bs+hambIYHC/LHUhJ9zTtUpqV6QIYKu6P5adHpUcIOBIuTD6PBmhweg
uhHQWRzUddnglQMDZBR4rzFdzObMHzHOl5ZXSD0ezMuneSRRCXuYoY6/ZTla1v4Y
JbAndqOh8ihP0Io9okbMLTYz2VNt8HPQPGr04u+gpydAV2FUDxUk2UILs/pD7W7F
SQYS9xZXjQfUT9QEX4Ma4IWiULDskELBZ7rn221BfR9NOvzZxTEgmFiGHeQ88dYu
TSALsRcInPXjUEAp0hXlI2qj+Rvs3Q==
=Ahpk
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB7cACgkQ29LOiT4t
HIehgwf9EKkN8lvjp/C144BBiBUfmPQrzLjQZriXANPFiZ4++22Bpi/u38ePrcMz
anP3D9ZwsTl2LthxLVlvplAaIZ3LQuTP1oOw49J5QjFb3Dmw/JAx/ELZcfnmyFPD
aEkwdX1Lw3P6nNqzBjn5ATfSBwMtTjSpT4NkoorXxpxPXAWvqH7L910TrzGzX03i
8HDSi83ovqq3zikbYymd6233zqFPqN0TfH3APmJVOLpe/eQDeXsPjQLmTjQqQUQG
6f2u3zBCMuGdann6547q/az00q3a9P6lQ6/RSPpsDuMArP7KLmCAyQb+W3RKIXPw
UgwVxHPrKyhcrNsJ65LECeh+WbMfWA==
=KpnN
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Apr 23 12:22:06 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- No code change since 20.03.90
-------------------------------------------------------------------
Sun Apr 5 20:29:48 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- No code change since 20.03.80
-------------------------------------------------------------------
Sun Mar 22 09:16:44 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Changes since 19.12.3:
* templates: Convert license statements to SPDX headers
* Fix minor EBN issue (newline)
-------------------------------------------------------------------
Thu Mar 5 20:35:51 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package kapptemplate
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,43 +21,39 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kapptemplate
Version: 19.12.3
Version: 20.04.0
Release: 0
Summary: Template for KDE Application Development
License: GPL-2.0-only AND GFDL-1.2-only
Group: Development/Tools/IDE
URL: https://www.kde.org/
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5DocTools)
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5NewStuff)
BuildRequires: update-desktop-files
BuildRequires: cmake(Qt5Test)
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
Obsoletes: kapptemplate5 < %{version}
%if %{with lang}
Recommends: %{name}-lang
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Recommends: %{name}-lang
%description
This package contains templates to start the development of a new KDE
application/part/plugin.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q