Accepting request 797021 from KDE:Applications

KDE release 20.04.0

OBS-URL: https://build.opensuse.org/request/show/797021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kwave?expand=0&rev=42
This commit is contained in:
Dominique Leuenberger 2020-04-29 18:50:26 +00:00 committed by Git OBS Bridge
commit 88f9c95cec
6 changed files with 51 additions and 24 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drY4ACgkQ29LOiT4t
HIdmiAf/cmPxPP9GHCUyB3aJdK6FvkbCFhorrDrF0E81iZ+xPCX5TBR5KYv8EJ2j
WCvmS5TsCfFzaPQbsvmnWslhl7C1cx8s3d6eQJFXSfZp7+U/LhW9t91Bgoc6/8XU
wfaM48JcbZHaQI13S0b14co7P4F500ZEC+LeLs2FI5qGdIw8uiqkAA958xvvMlC7
jAm7iHpE9NcfcWysLBv0EfiRDknW2KtRBQbCh2tvVCQzYZE1O7i+3nsRhZ/yVDPe
+28Q7VFySfeuUKztgRLz2l+jD7kkS5Mjv35WvpG+O7q0/RwSQg90UvKu8QzdrhKo
JXB5m+dfVXhMUywxJv6yu/71T6/mEQ==
=0iao
-----END PGP SIGNATURE-----

3
kwave-20.04.0.tar.xz Normal file
View File

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

11
kwave-20.04.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB+wACgkQ29LOiT4t
HId0BQf8C5x6EjjfTOkywvgX25sF8GzKlwat0rE3I5k0cGImMIF4yBVPwpdvpeci
+DS6Vl+2SKV0IXGh692eomNPO0PZV1ziZBTA5X2VyWOdHtjJAWFvbwFyAJTPKzLC
vK1m/tc1WlSP9Is0eWP1kBjDFwjaJcfAABXL6uhf3cu/wo+Od3lLw5Ne3ChcFzNp
f0+L80q5d9BoZIi3BS6v3JVZlV5wWLay0C1d8Eis+ZPv0LxLVJ4bqMHrUDmsa7lE
Ifcw/Ijta3w5gRSA5kqQEreOnFFTm352jmkZgC9vGPVYB7a5WlV9rU5akPyEFKVZ
l2RC8Z0IjiaE2ycSlA1e2te4cxfBWg==
=EDmL
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Apr 23 12:23:03 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:30:35 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:17:32 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
- Too many changes to list here.
-------------------------------------------------------------------
Thu Mar 5 20:36:39 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,17 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kwave
Version: 19.12.3
Version: 20.04.0
Release: 0
Summary: Sound Editor designed for KDE
License: GPL-2.0-or-later
Group: Productivity/Multimedia/Sound/Editors and Convertors
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: alsa-devel
BuildRequires: audiofile-devel
BuildRequires: extra-cmake-modules
@ -45,11 +41,6 @@ BuildRequires: libsamplerate-devel
BuildRequires: libvorbis-devel
BuildRequires: perl
BuildRequires: pkgconfig
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
BuildRequires: rsvg-convert
%else
BuildRequires: rsvg-view
%endif
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5Completion)
@ -75,6 +66,15 @@ Recommends: %{name}-lang
Recommends: lame
Recommends: toolame
Recommends: twolame
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
BuildRequires: rsvg-convert
%else
BuildRequires: rsvg-view
%endif
%description
Kwave is a sound editor designed for the KDE Desktop Environment.