From e07c4c00be966edd305d62366ff310b4dd279fdb2878d30c382330035bf4e81b Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:28:19 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=51 --- minuet-17.04.3.tar.xz | 3 --- minuet-17.07.90.tar.xz | 3 +++ minuet.changes | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 minuet-17.04.3.tar.xz create mode 100644 minuet-17.07.90.tar.xz diff --git a/minuet-17.04.3.tar.xz b/minuet-17.04.3.tar.xz deleted file mode 100644 index 84ebcee..0000000 --- a/minuet-17.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57fc40400de2534ae1879f52f84bbd49374ac605a679bcf9393b2e3ed9caa49b -size 27854844 diff --git a/minuet-17.07.90.tar.xz b/minuet-17.07.90.tar.xz new file mode 100644 index 0000000..13df7f3 --- /dev/null +++ b/minuet-17.07.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4cd51f3a3c93b89767ef12b7fe86905a8f26cb4d01d2b84eceb8db8f2584f3 +size 27855772 diff --git a/minuet.changes b/minuet.changes index c734453..0ebc13f 100644 --- a/minuet.changes +++ b/minuet.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 From ecaad3fa544331072ec0e634508f84cb5126d89da26eb20b03714159d9d9274e Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:53:49 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=52 --- minuet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minuet.spec b/minuet.spec index 7043bda..0eca48b 100644 --- a/minuet.spec +++ b/minuet.spec @@ -22,7 +22,7 @@ # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Name: minuet -Version: 17.04.3 +Version: 17.07.90 Release: 0 Summary: A KDE Software for Music Education License: GPL-2.0+ From c461c248092ab13efcb51755efdec8f733509a9936332b4be9263d8ac13e2c9f Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 23:01:29 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=53 --- minuet.changes | 10 ++++++++++ minuet.spec | 10 ++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/minuet.changes b/minuet.changes index 0ebc13f..c7c1660 100644 --- a/minuet.changes +++ b/minuet.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 diff --git a/minuet.spec b/minuet.spec index 0eca48b..4656713 100644 --- a/minuet.spec +++ b/minuet.spec @@ -19,7 +19,7 @@ %bcond_without lang %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}')} Name: minuet Version: 17.07.90 @@ -49,7 +49,9 @@ BuildRequires: cmake(Qt5Widgets) >= 5.7.0 BuildRequires: pkgconfig(fluidsynth) # Runtime requirement Requires: libqt5-qtquickcontrols2 +%if %{with lang} Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -93,11 +95,11 @@ Development headers and libraries for Minuet. %files %defattr(-,root,root) %doc COPYING* README* -%{_kf5_bindir}/minuet %dir %{_kf5_appstreamdir} -%{_kf5_appstreamdir}/org.kde.minuet.appdata.xml +%doc %lang(en) %{_kf5_htmldir}/en/minuet/ %{_kf5_applicationsdir}/org.kde.minuet.desktop -%{_kf5_htmldir}/en/minuet/ +%{_kf5_appstreamdir}/org.kde.minuet.appdata.xml +%{_kf5_bindir}/minuet %{_kf5_iconsdir}/hicolor %{_kf5_libdir}/libminuetinterfaces.so.* %{_kf5_plugindir}/minuet/ From 95abdf0f53e57eccc56da44f6b56d86dd62a97c1e00d8afa4c89d35708a6f5ca Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 23:18:10 +0000 Subject: [PATCH 4/4] 17.08.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=54 --- minuet-17.07.90.tar.xz | 3 --- minuet-17.08.0.tar.xz | 3 +++ minuet.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 minuet-17.07.90.tar.xz create mode 100644 minuet-17.08.0.tar.xz diff --git a/minuet-17.07.90.tar.xz b/minuet-17.07.90.tar.xz deleted file mode 100644 index 13df7f3..0000000 --- a/minuet-17.07.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d4cd51f3a3c93b89767ef12b7fe86905a8f26cb4d01d2b84eceb8db8f2584f3 -size 27855772 diff --git a/minuet-17.08.0.tar.xz b/minuet-17.08.0.tar.xz new file mode 100644 index 0000000..cb7ec4f --- /dev/null +++ b/minuet-17.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9b3a8dad82b213a3ae42aa6bbbc85f25abf1e31e9c7a90c65a44f5796a37b9 +size 27856388 diff --git a/minuet.spec b/minuet.spec index 4656713..50e7424 100644 --- a/minuet.spec +++ b/minuet.spec @@ -22,7 +22,7 @@ # 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}')} Name: minuet -Version: 17.07.90 +Version: 17.08.0 Release: 0 Summary: A KDE Software for Music Education License: GPL-2.0+