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/juk-19.04.3.tar.xz b/juk-19.04.3.tar.xz deleted file mode 100644 index b68f988..0000000 --- a/juk-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4a272aa677ac7b5eb8c3f30234dea129e41863c5c78d812b27d30dde0f5d750 -size 1868172 diff --git a/juk-19.08.0.tar.xz b/juk-19.08.0.tar.xz new file mode 100644 index 0000000..4e8ba15 --- /dev/null +++ b/juk-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2549c709f8934a5306a16e3a1e2b9e057ead54dc85efe17009e7aacd395edd0 +size 1860204 diff --git a/juk-19.08.0.tar.xz.sig b/juk-19.08.0.tar.xz.sig new file mode 100644 index 0000000..a91e608 --- /dev/null +++ b/juk-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxnsACgkQ29LOiT4t +HIetrgf/aLQln3eevQEJrnTiu1lRhZasUnokeLfL4SLClBhvNIjywv/BUnRZ4eLl +jFHVpIXFTEFpwK6qwC76ITcfp6XlXyH/8El3DiZHAbBNyZTJknGe4GmvoXvs1AJ4 +uCRVaY61o7oRq/kJiaqzFGOWIxhoHZQb1Ha9hPJZL2wmJODWpM6tQZks0+7dFskB +7lqAYGw+CYVZ7/iM+gTSgM/p6UzJ5yElKOWRf4KpV0xdPIW/gvRyPVi8afPJ+r+p +AY8QylFRYpWf+t7jsg9patNXczX1ZtcvndCvM/KrMi0S14QxvvUV1kOZXN99EI9a +RNIgTBboRDAFxHgELTqOch6QuibPmQ== +=2JNX +-----END PGP SIGNATURE----- diff --git a/juk.changes b/juk.changes index c7b9f16..375e30d 100644 --- a/juk.changes +++ b/juk.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Aug 9 08:30:14 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 +- Changes since 19.07.90: + * Adjust lyrics to use new URLs. (kde#406791) + +------------------------------------------------------------------- +Tue Aug 06 16:50:47 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: + * Fix folder dialog always opens even if it is set and not empty + * Fix compilation with -DQT_NO_CAST_TO_ASCII + * Fix taglib includes to match the way taglib was meant to be used: #include + * Rename tag.* to juktag.* to avoid a clash with taglib's tag.h + * Mark taglib includes as SYSTEM + +------------------------------------------------------------------- +Tue Jul 23 11:58:56 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: + * appdata: fix the URLs (mostly https-related) + * renamer: Stretch the content, not the label of confirm dialog. + * Found a few more compiler warnings to fix [-Wsuggest-override]. + * Bump copyright year + * Finish removing deprecated code. + * Remove deprecated code, fix NowPlaying bar height. + * Remove broken/unused MusicBrainz feature and code. + * A few more FileRenamer cleanups since I was there. + * Remove deprecated use of QSignalMapper. + * Remove more compiler warnings for deprecated functions/uses. + ------------------------------------------------------------------- Sat Jul 13 07:26:33 UTC 2019 - lbeltrame@kde.org diff --git a/juk.spec b/juk.spec index 86a3881..c04499a 100644 --- a/juk.spec +++ b/juk.spec @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: juk -Version: 19.04.3 +Version: 19.08.0 Release: 0 Summary: Jukebox License: GPL-2.0-or-later Group: Productivity/Multimedia/Sound/Players -URL: http://www.kde.org -Source0: %{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: extra-cmake-modules BuildRequires: libtag-devel BuildRequires: phonon4qt5-devel