Accepting request 723678 from KDE:Applications
Applications 19.08.0 (forwarded request 723532 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/723678 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmix?expand=0&rev=91
This commit is contained in:
commit
3c77f222f2
BIN
applications.keyring
Normal file
BIN
applications.keyring
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d08a0d40fb9a7a3f032f8995dbd9260777119b249669323447fa2575e44e3bf9
|
|
||||||
size 1006048
|
|
3
kmix-19.08.0.tar.xz
Normal file
3
kmix-19.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3d9cf6dcb35ded0091d16f5e9f4cb384ae21ea4065547b52d5f13f199d3d7b08
|
||||||
|
size 1004452
|
11
kmix-19.08.0.tar.xz.sig
Normal file
11
kmix-19.08.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxokACgkQ29LOiT4t
|
||||||
|
HIecVQf/cvFcJdEB2n4ASHfXuHl25LnH1Bo3KIzzg7uvYf/vvslPkhIwRWwmwVOm
|
||||||
|
b6dorH5R3XEb4DUAsc515kIKyj+aFZH/CV4w9Z9DBcVvbPV3a+Qd0cWma3GKEYBL
|
||||||
|
LmzcObj0jQCClAjyP4aqf6GjMAqUoUvY9jEf4PmVhCl2iXkD6xr9gkdl1YxKlRog
|
||||||
|
kVNW9tLgKmk6Vxc+rwpkwexFDWss4Z+eQ5Fvj31sIM5ByOrI89X4n34Rfu9jfNZ6
|
||||||
|
QxlY83vg6LregCkPJW4EhE2xlnvJg2qfUdGrD3WJn7ViVtOZNix/NfkNuWrWqeN2
|
||||||
|
/0XBmxGVeB30E1tvptQnh5XBrZBBZA==
|
||||||
|
=ds7z
|
||||||
|
-----END PGP SIGNATURE-----
|
35
kmix.changes
35
kmix.changes
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:31:19 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:50 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.07.90
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-19.08-rc.php
|
||||||
|
- No code changes since 19.07.80
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 11:59:02 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.07.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-19.08-beta.php
|
||||||
|
- Changes since 19.04.3:
|
||||||
|
* This include directory doesn't exist
|
||||||
|
* screenshot
|
||||||
|
* Show PulseAudio "Capture Devices" in the system tray popup
|
||||||
|
* Show the current device/destination for a moveable channel
|
||||||
|
* Further simplify PulseAudio backend using checkOpResult()
|
||||||
|
* Treat PulseAudio capture devices/streams as capture instead of playback
|
||||||
|
* MixDevice/Volume: Tidy up and const'ify
|
||||||
|
* Eliminate the "Hardware Information" action, it was never used
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 13 07:26:36 UTC 2019 - lbeltrame@kde.org
|
Sat Jul 13 07:26:36 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
10
kmix.spec
10
kmix.spec
@ -21,13 +21,17 @@
|
|||||||
%{!?_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: kmix
|
Name: kmix
|
||||||
Version: 19.04.3
|
Version: 19.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sound Mixer
|
Summary: Sound Mixer
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Multimedia/Sound/Mixers
|
Group: Productivity/Multimedia/Sound/Mixers
|
||||||
URL: http://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source: %{name}-%{version}.tar.xz
|
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: alsa-devel
|
BuildRequires: alsa-devel
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user