Accepting request 723590 from KDE:Applications
Applications 19.08.0 (forwarded request 723532 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/723590 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juk?expand=0&rev=90
This commit is contained in:
commit
98add9987d
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:f4a272aa677ac7b5eb8c3f30234dea129e41863c5c78d812b27d30dde0f5d750
|
|
||||||
size 1868172
|
|
3
juk-19.08.0.tar.xz
Normal file
3
juk-19.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2549c709f8934a5306a16e3a1e2b9e057ead54dc85efe17009e7aacd395edd0
|
||||||
|
size 1860204
|
11
juk-19.08.0.tar.xz.sig
Normal file
11
juk-19.08.0.tar.xz.sig
Normal file
@ -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-----
|
43
juk.changes
43
juk.changes
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:30:14 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
|
||||||
|
- 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 <tag.h>
|
||||||
|
* 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
|
Sat Jul 13 07:26:33 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
10
juk.spec
10
juk.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: juk
|
Name: juk
|
||||||
Version: 19.04.3
|
Version: 19.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Jukebox
|
Summary: Jukebox
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Multimedia/Sound/Players
|
Group: Productivity/Multimedia/Sound/Players
|
||||||
URL: http://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source0: %{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: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: libtag-devel
|
BuildRequires: libtag-devel
|
||||||
BuildRequires: phonon4qt5-devel
|
BuildRequires: phonon4qt5-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user