diff --git a/applications.keyring b/applications.keyring new file mode 100644 index 0000000..57c966e Binary files /dev/null and b/applications.keyring differ diff --git a/kmix-19.04.3.tar.xz b/kmix-19.04.3.tar.xz deleted file mode 100644 index b35614c..0000000 --- a/kmix-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d08a0d40fb9a7a3f032f8995dbd9260777119b249669323447fa2575e44e3bf9 -size 1006048 diff --git a/kmix-19.08.0.tar.xz b/kmix-19.08.0.tar.xz new file mode 100644 index 0000000..28f77ec --- /dev/null +++ b/kmix-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9cf6dcb35ded0091d16f5e9f4cb384ae21ea4065547b52d5f13f199d3d7b08 +size 1004452 diff --git a/kmix-19.08.0.tar.xz.sig b/kmix-19.08.0.tar.xz.sig new file mode 100644 index 0000000..2946f12 --- /dev/null +++ b/kmix-19.08.0.tar.xz.sig @@ -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----- diff --git a/kmix.changes b/kmix.changes index 57a2577..51080aa 100644 --- a/kmix.changes +++ b/kmix.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Fri Aug 9 08:31:19 UTC 2019 - Christophe Giboudeaux + +- 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 diff --git a/kmix.spec b/kmix.spec index 1820205..6af0f31 100644 --- a/kmix.spec +++ b/kmix.spec @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kmix -Version: 19.04.3 +Version: 19.08.0 Release: 0 Summary: Sound Mixer License: GPL-2.0-or-later Group: Productivity/Multimedia/Sound/Mixers -URL: http://www.kde.org -Source: %{name}-%{version}.tar.xz +URL: https://www.kde.org +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: extra-cmake-modules BuildRequires: glib2-devel