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/audiocd-kio-19.04.3.tar.xz b/audiocd-kio-19.04.3.tar.xz deleted file mode 100644 index 43165be..0000000 --- a/audiocd-kio-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e684ab03fafd4ee37d7ef7d2c2edb883e76bb5a81e11415173317160997accf -size 354536 diff --git a/audiocd-kio-19.08.0.tar.xz b/audiocd-kio-19.08.0.tar.xz new file mode 100644 index 0000000..689af36 --- /dev/null +++ b/audiocd-kio-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46013e95fa358004083c185d43afe48b96bd18acba1a33e5706f75b128a3e954 +size 355444 diff --git a/audiocd-kio-19.08.0.tar.xz.sig b/audiocd-kio-19.08.0.tar.xz.sig new file mode 100644 index 0000000..b59d628 --- /dev/null +++ b/audiocd-kio-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxngACgkQ29LOiT4t +HIfDRAf/aoPQOCZmJ4NzWAxdbRlVk61JJik9xPwVt2tlINEsurCn85z+Y+I3IkwG +dHid7iSRAN2gb2wbTs1PCubjxxVW/GtOvIvLmuurFPQ6bOF9yiWKmrLMZy570FSR +O1BdW7VuGnMWfuUdVF2vuHIpqkGvIq6spfkbVoi7tDY25YsePaDAMEQjxooNIOhf +I86d/zSQk4p3ALRyO+H+8uHPBF8CwwOxwL3lLhyhoxNAJc2n1cruYsSP/0m5rJRR +8qKW5VzE9vPP0wxm0S0tl8/8xQQj2KUa0plO6RoijCzAbfLfq9vs6U9CwP4/aXCQ +/VzO+AD+1vrz2KhD+wfHkXzQNvq9LA== +=t804 +-----END PGP SIGNATURE----- diff --git a/kio_audiocd.changes b/kio_audiocd.changes index 26031af..528db8f 100644 --- a/kio_audiocd.changes +++ b/kio_audiocd.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Fri Aug 9 12:27:06 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:49 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 +- Changes since 19.07.80: + * No code changes since 19.07.80 + +------------------------------------------------------------------- +Tue Jul 23 11:59:01 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: + * Get rid of obsolete QString::null + * Fix typo, remove extra QByteArray() (thanks to Albert Astals Cid) + * Use new logging category directory when ECM>=5.59 + * Use new syntax + * Make audiocd:/ conformant with other KIO from KF5 by adding JSON file + ------------------------------------------------------------------- Sat Jul 13 07:26:35 UTC 2019 - lbeltrame@kde.org diff --git a/kio_audiocd.spec b/kio_audiocd.spec index cef3baa..f7e8a95 100644 --- a/kio_audiocd.spec +++ b/kio_audiocd.spec @@ -16,18 +16,23 @@ # +%define rname audiocd-kio %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kio_audiocd -Version: 19.04.3 +Version: 19.08.0 Release: 0 Summary: KDE I/O Slave for Audio CDs License: GPL-2.0-or-later Group: System/GUI/KDE URL: http://www.kde.org -Source0: audiocd-kio-%{version}.tar.xz +Source: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz +%if %{with lang} +Source1: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz.sig +Source2: applications.keyring +%endif BuildRequires: alsa-devel BuildRequires: cdparanoia-devel BuildRequires: extra-cmake-modules @@ -62,7 +67,7 @@ This package contains the development files for the audiocd kio slave %endif %prep -%setup -q -n audiocd-kio-%{version} +%setup -q -n %{rname}-%{version} %build %cmake_kf5 -d build