Accepting request 630192 from KDE:Applications
Update to 18.08.0 OBS-URL: https://build.opensuse.org/request/show/630192 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juk?expand=0&rev=78
This commit is contained in:
commit
42fc1f7ff3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b301feb941c9c571d0a64e89f391cfb81976e1a3bf3775070062c8c9ea0070fd
|
||||
size 1872492
|
3
juk-18.08.0.tar.xz
Normal file
3
juk-18.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9057fc510d16772ba92b6ae86dca3dcf8b44f5112b067716f3b9c43604cfcd3
|
||||
size 1872752
|
25
juk.changes
25
juk.changes
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 16 22:01:23 UTC 2018 - christophe@krop.fr
|
||||
|
||||
- Update to 18.08.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.08.0.php
|
||||
- Changes since 18.07.80:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 13:00:29 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.07.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.07.80.php
|
||||
- Changes since 18.04.3:
|
||||
* Bring back inline tag editing. (kde#395948)
|
||||
* use KDE_INSTALL_METAINFODIR
|
||||
* Remove slight bias in random track selection.
|
||||
* Inhibit power management when playing audio.
|
||||
* Do not duplicate work of KAboutData::setupCommandLine()
|
||||
* Fix one warning because of deprecated API call
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 04:49:48 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
12
juk.spec
12
juk.spec
@ -15,16 +15,16 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%bcond_without lang
|
||||
%bcond_without lang
|
||||
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Name: juk
|
||||
Version: 18.04.3
|
||||
Version: 18.08.0
|
||||
Release: 0
|
||||
Summary: Jukebox
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Multimedia/Sound/Players
|
||||
Url: http://www.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
@ -53,16 +53,12 @@ BuildRequires: extra-cmake-modules
|
||||
BuildRequires: libtag-devel
|
||||
BuildRequires: phonon4qt5-devel
|
||||
BuildRequires: update-desktop-files
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
|
||||
%description
|
||||
Jukebox and music manager by KDE
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
Loading…
Reference in New Issue
Block a user