Accepting request 516478 from KDE:Applications
Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516478 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/minuet?expand=0&rev=11
This commit is contained in:
commit
5a6fa458f2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:57fc40400de2534ae1879f52f84bbd49374ac605a679bcf9393b2e3ed9caa49b
|
|
||||||
size 27854844
|
|
3
minuet-17.08.0.tar.xz
Normal file
3
minuet-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8b9b3a8dad82b213a3ae42aa6bbbc85f25abf1e31e9c7a90c65a44f5796a37b9
|
||||||
|
size 27856388
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 11 22:46:28 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to KDE Applications 17.08.0
|
||||||
|
* New feature release
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.08.0.php
|
||||||
|
- Changes since 17.04.3 :
|
||||||
|
* app: use Linux JSON dirs on any other UNIX too
|
||||||
|
* fluidsynth: improve loading of soundfont
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 5 18:19:37 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to KDE Applications 17.07.90
|
||||||
|
* KDE Applications 17.07.90
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.07.90.php
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 16 08:49:50 CEST 2017 - lbeltrame@kde.org
|
Sun Jul 16 08:49:50 CEST 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
12
minuet.spec
12
minuet.spec
@ -19,10 +19,10 @@
|
|||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
# 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: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Name: minuet
|
Name: minuet
|
||||||
Version: 17.04.3
|
Version: 17.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A KDE Software for Music Education
|
Summary: A KDE Software for Music Education
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -49,7 +49,9 @@ BuildRequires: cmake(Qt5Widgets) >= 5.7.0
|
|||||||
BuildRequires: pkgconfig(fluidsynth)
|
BuildRequires: pkgconfig(fluidsynth)
|
||||||
# Runtime requirement
|
# Runtime requirement
|
||||||
Requires: libqt5-qtquickcontrols2
|
Requires: libqt5-qtquickcontrols2
|
||||||
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -93,11 +95,11 @@ Development headers and libraries for Minuet.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING* README*
|
%doc COPYING* README*
|
||||||
%{_kf5_bindir}/minuet
|
|
||||||
%dir %{_kf5_appstreamdir}
|
%dir %{_kf5_appstreamdir}
|
||||||
%{_kf5_appstreamdir}/org.kde.minuet.appdata.xml
|
%doc %lang(en) %{_kf5_htmldir}/en/minuet/
|
||||||
%{_kf5_applicationsdir}/org.kde.minuet.desktop
|
%{_kf5_applicationsdir}/org.kde.minuet.desktop
|
||||||
%{_kf5_htmldir}/en/minuet/
|
%{_kf5_appstreamdir}/org.kde.minuet.appdata.xml
|
||||||
|
%{_kf5_bindir}/minuet
|
||||||
%{_kf5_iconsdir}/hicolor
|
%{_kf5_iconsdir}/hicolor
|
||||||
%{_kf5_libdir}/libminuetinterfaces.so.*
|
%{_kf5_libdir}/libminuetinterfaces.so.*
|
||||||
%{_kf5_plugindir}/minuet/
|
%{_kf5_plugindir}/minuet/
|
||||||
|
Loading…
Reference in New Issue
Block a user