Remaining issues were fixed (except one kdenlive change)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kwave?expand=0&rev=136
This commit is contained in:
Wolfgang Bauer 2020-07-22 19:32:42 +00:00 committed by Git OBS Bridge
parent 4849515205
commit cf40f92ff6
6 changed files with 39 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8DzR8ACgkQ29LOiT4t
HId9dggAhANMIgUFAG+l5WNBhfTWPx4vslD8yh0G/2T2yu9TKX6oNfHOO+uJkd/y
hscz4e2EALu8Y0u7etcgw7Ni6z2qpCCbgcDGv/qdQtOvnzJMrsP71H8zjiLoJdAz
8ORnKHHOtfctIctcCuLeaxG9ZBlhkR0Vl1qca33vVuPlyJTOpuXQ6Yn0DnYR6W/f
EqZo+r9AyWY6AYoKpKz6HwVAW47tKzTJgryB2yeEJ/hDtKVpzAhXR7HnFNr5aWCg
fKHsl+vaWKIXKfB0FeD2+GuwDpLOAqF0EG6+oXYA7y85af3ZtMNyTzZZhVm3ek+g
B0ItXEVlHubGkj8H5nMpGmIogoU6rQ==
=ng5U
-----END PGP SIGNATURE-----

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

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

16
kwave-20.07.80.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl8RtSIACgkQOmpNuDnq
ptcVshAAm7poQd5MZnxi94lHJq/W+L8dbk6KClYX667h8I1pom12zCqaRpLOUnoC
gYm9EVKmOzZbVadgGt80CuiYh4G/GPvTnj1NecTEQdl0SLpudeVajB7chLMJJhHQ
RtsGG2YdEqblMTZ1kVnpAa8z0bprAdsXl0ehDLrrPiObnTqXubiJ+NZ9H7SrM+sI
JMNrYBtt6T4sKkEYOUyC6u2nTxU9n+JvKkdNuB6Vd/vxXRDX0gpxxLpUAXcGd4IJ
Y8YpUkHX8TUgpJQKJU4Un1EVmuKWERxUSPUWuKRjzzsrRAl+8qqf3OmA7nlovpLR
KwRwsV1A3215Eo7t6grZr8vjmiYrOa6cq8MX3SbxVUeVCwFTkyS0mPrM8aD0iY18
SwPZsbGot85UNpVKHwKnQa/EdRXFgcwCXI8/PpphnsHwO3JloS763LtVtRRm6pb1
NdFAu/4pFjSnj/9CZmPnvJ8g0mHfbgkKV6BGH2rEpHnE5mPj293lHek7ajwbEaZv
sHVoQ4FSgALYLHfUSFUSjQ8M//8PioLCg1j+xFk6iAGmtf6K6MYP+Z2073tckKoA
XeUSnefPqkYRLKEkDvqaqjiBSB2WbRpmkgI1uwOtjKyXZEBrtOEl27bdDqOai6Ou
s0DNvEno7Qb7eOIQHqCdkj6VGfT1/jLMzJeU5qZhEs4dnV6Dqrg=
=qjCF
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Jul 19 10:05:49 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.07.80
* New feature release
- Changes since 20.04.3:
* updated minimal Qt version to 5.14
* fixed deprecation warnings about 'qrand() and qsrand()', use QRandomGenerator instead
* fixed deprecation warnings about 'QWheelEvent::{pos,globalPos,delta}()'
* fixed wrong initialization of alignment flags in contructor of SignalView
* fixed deprecation warning about 'QPixmap::transformed(...)'
* fixed some deprecation warnings about 'QString::{Skip,Keep}EmptyParts()' -> 'Qt::{Skip,Keep}EmptyParts'
* fixed some deprecation warnings about 'endl'
* updated URLs in documentation, removed link to mailing list (no longer exists), fixed broken link
* - added Kwave::SampleFIFO::getAll() - fixed somy whitespace
* bugfix: improved stability and responsiveness when stopping/canceling of streams (including playback), fixes some GUI hanging and crashes
-------------------------------------------------------------------
Thu Jul 9 20:10:44 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,13 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kwave
Version: 20.04.3
Version: 20.07.80
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
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: alsa-devel
BuildRequires: audiofile-devel
BuildRequires: extra-cmake-modules
@ -67,7 +67,7 @@ Recommends: lame
Recommends: toolame
Recommends: twolame
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200