From b9f30852603e4ec86765aa758734c4ccbcab47937f430fe8dce2e3e28c1b036a Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Mon, 8 Aug 2016 16:08:13 +0000 Subject: [PATCH 1/8] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=11 --- minuet-16.04.3.tar.xz | 3 --- minuet-16.07.90.tar.xz | 3 +++ minuet.changes | 8 ++++++++ minuet.spec | 17 +++++++++-------- 4 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 minuet-16.04.3.tar.xz create mode 100644 minuet-16.07.90.tar.xz diff --git a/minuet-16.04.3.tar.xz b/minuet-16.04.3.tar.xz deleted file mode 100644 index 14dc838..0000000 --- a/minuet-16.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84270171fec23544b991715d8e29dbfba04d65a9304d575ae24347af8a025f8f -size 511224 diff --git a/minuet-16.07.90.tar.xz b/minuet-16.07.90.tar.xz new file mode 100644 index 0000000..7d7c0a9 --- /dev/null +++ b/minuet-16.07.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49612562f1dc9a8c6514ab972b1d757d18953427d4aa9f00927f006292d0528 +size 26856640 diff --git a/minuet.changes b/minuet.changes index 91c193e..a96fa9f 100644 --- a/minuet.changes +++ b/minuet.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Aug 8 16:06:42 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.04.3 + * KDE Applications 16.04.3 + * https://www.kde.org/announcements/announce-applications-16.04.3.php + + ------------------------------------------------------------------- Fri Jul 8 09:52:02 UTC 2016 - tittiatcoke@gmail.com diff --git a/minuet.spec b/minuet.spec index f73b2e9..e6eaa73 100644 --- a/minuet.spec +++ b/minuet.spec @@ -15,28 +15,29 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: minuet +BuildRequires: alsa-devel BuildRequires: extra-cmake-modules >= 1.3.0 BuildRequires: kf5-filesystem +BuildRequires: libdrumstick-devel +BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: cmake(KF5Config) -BuildRequires: cmake(KF5I18n) -BuildRequires: cmake(KF5XmlGui) -BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5Crash) BuildRequires: cmake(KF5DocTools) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5KIO) +BuildRequires: cmake(KF5XmlGui) BuildRequires: cmake(Qt5Core) >= 5.4.0 BuildRequires: cmake(Qt5Gui) >= 5.4.0 -BuildRequires: cmake(Qt5Widgets) >= 5.4.0 BuildRequires: cmake(Qt5Quick) >= 5.4.0 -BuildRequires: pkgconfig -BuildRequires: alsa-devel -BuildRequires: libdrumstick-devel +BuildRequires: cmake(Qt5Widgets) >= 5.4.0 Url: http://www.kde.org Summary: A KDE Software for Music Education License: GPL-2.0+ Group: Productivity/Other -Version: 16.04.3 +Version: 16.07.90 Release: 0 Source: minuet-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build From 45243223130c5ba57e49284e19f5576447eac8350e5b5404483ff5d3f98d9036 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Fri, 12 Aug 2016 10:03:56 +0000 Subject: [PATCH 2/8] Accepting request 418954 from home:wolfi323:branches:KDE:Applications - Update build requirements, it needs Qt 5.7.0 and fluidsynth (instead of drumstick) now - Add devel subpackage - Enhance package description OBS-URL: https://build.opensuse.org/request/show/418954 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=12 --- minuet.changes | 8 ++++++++ minuet.spec | 40 ++++++++++++++++++++++++++++++++-------- 2 files changed, 40 insertions(+), 8 deletions(-) diff --git a/minuet.changes b/minuet.changes index a96fa9f..8de0717 100644 --- a/minuet.changes +++ b/minuet.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Aug 12 09:19:03 UTC 2016 - wbauer@tmo.at + +- Update build requirements, it needs Qt 5.7.0 and fluidsynth + (instead of drumstick) now +- Add devel subpackage +- Enhance package description + ------------------------------------------------------------------- Mon Aug 8 16:06:42 UTC 2016 - tittiatcoke@gmail.com diff --git a/minuet.spec b/minuet.spec index e6eaa73..d9ea4d9 100644 --- a/minuet.spec +++ b/minuet.spec @@ -17,22 +17,22 @@ Name: minuet -BuildRequires: alsa-devel -BuildRequires: extra-cmake-modules >= 1.3.0 +BuildRequires: extra-cmake-modules >= 5.15.0 BuildRequires: kf5-filesystem -BuildRequires: libdrumstick-devel BuildRequires: pkgconfig +BuildRequires: pkgconfig(fluidsynth) BuildRequires: update-desktop-files -BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5Completion) +BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5Crash) BuildRequires: cmake(KF5DocTools) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5KIO) +BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5XmlGui) -BuildRequires: cmake(Qt5Core) >= 5.4.0 -BuildRequires: cmake(Qt5Gui) >= 5.4.0 -BuildRequires: cmake(Qt5Quick) >= 5.4.0 -BuildRequires: cmake(Qt5Widgets) >= 5.4.0 +BuildRequires: cmake(Qt5Core) >= 5.7.0 +BuildRequires: cmake(Qt5Quick) >= 5.7.0 +BuildRequires: cmake(Qt5Widgets) >= 5.7.0 Url: http://www.kde.org Summary: A KDE Software for Music Education License: GPL-2.0+ @@ -45,6 +45,22 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Application for Music Education. +Minuet aims at supporting students and teachers in many aspects +of music education, such as ear training, first-sight reading, +solfa, scales, rhythm, harmony, and improvisation. +Minuet makes extensive use of MIDI capabilities to provide a +full-fledged set of features regarding volume, tempo, and pitch +changes, which makes Minuet a valuable tool for both novice and +experienced musicians. + +%package devel +Summary: Minuet: Build Environment +Group: Development/Libraries/KDE +Requires: minuet = %{version} + +%description devel +Development headers and libraries for Minuet. + %lang_package %prep %setup -q @@ -65,7 +81,15 @@ Application for Music Education. %{_kf5_applicationsdir}/org.kde.minuet.desktop %{_kf5_htmldir}/en/minuet/ %{_kf5_iconsdir}/hicolor +%{_kf5_libdir}/libminuetinterfaces.so.* +%{_kf5_plugindir}/minuet/ %{_kf5_sharedir}/kxmlgui5/minuet/ %{_kf5_sharedir}/minuet/ +%files devel +%doc COPYING* README* +%{_includedir}/minuet/ +%{_kf5_libdir}/libminuetinterfaces.so +%{_libdir}/cmake/Minuet/ + %changelog From 5bba3c710b923b8d871e352a359bd796b28bd0b3ea6138ba558952ba4a4ffd21 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 12 Aug 2016 10:32:24 +0000 Subject: [PATCH 3/8] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=13 --- minuet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minuet.spec b/minuet.spec index d9ea4d9..4e0e511 100644 --- a/minuet.spec +++ b/minuet.spec @@ -90,6 +90,6 @@ Development headers and libraries for Minuet. %doc COPYING* README* %{_includedir}/minuet/ %{_kf5_libdir}/libminuetinterfaces.so -%{_libdir}/cmake/Minuet/ +%{kf5_libdir}/cmake/Minuet/ %changelog From 24617344d5b3667426c3d639c5f8e846c022aa23d51ecc975d386691da06f6df Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 12 Aug 2016 10:32:45 +0000 Subject: [PATCH 4/8] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=14 --- minuet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minuet.spec b/minuet.spec index 4e0e511..8fb9183 100644 --- a/minuet.spec +++ b/minuet.spec @@ -90,6 +90,6 @@ Development headers and libraries for Minuet. %doc COPYING* README* %{_includedir}/minuet/ %{_kf5_libdir}/libminuetinterfaces.so -%{kf5_libdir}/cmake/Minuet/ +%{_kf5_libdir}/cmake/Minuet/ %changelog From c860cbc941cb2cf4cf9623c4d96e681865c7e44be71da0c1bbd63062d23878b4 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Fri, 12 Aug 2016 10:40:53 +0000 Subject: [PATCH 5/8] update to (16.08.0) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=15 --- minuet-16.07.90.tar.xz | 3 --- minuet-16.08.0.tar.xz | 3 +++ minuet.changes | 8 ++++++++ minuet.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 minuet-16.07.90.tar.xz create mode 100644 minuet-16.08.0.tar.xz diff --git a/minuet-16.07.90.tar.xz b/minuet-16.07.90.tar.xz deleted file mode 100644 index 7d7c0a9..0000000 --- a/minuet-16.07.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f49612562f1dc9a8c6514ab972b1d757d18953427d4aa9f00927f006292d0528 -size 26856640 diff --git a/minuet-16.08.0.tar.xz b/minuet-16.08.0.tar.xz new file mode 100644 index 0000000..8e5c4b2 --- /dev/null +++ b/minuet-16.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02466662750768339cbd30154dcea39c8483d8cdca4c42be785de19e72f061e +size 26852268 diff --git a/minuet.changes b/minuet.changes index 8de0717..f3fccff 100644 --- a/minuet.changes +++ b/minuet.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Aug 12 10:40:25 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.08.0 + * KDE Applications 16.08.0 + * https://www.kde.org/announcements/announce-applications-16.08.0.php + + ------------------------------------------------------------------- Fri Aug 12 09:19:03 UTC 2016 - wbauer@tmo.at diff --git a/minuet.spec b/minuet.spec index 8fb9183..9913ae6 100644 --- a/minuet.spec +++ b/minuet.spec @@ -37,7 +37,7 @@ Url: http://www.kde.org Summary: A KDE Software for Music Education License: GPL-2.0+ Group: Productivity/Other -Version: 16.07.90 +Version: 16.08.0 Release: 0 Source: minuet-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build From 74034ae6b10a0b20da28e618380ca2731f0ebe5db709ef98a125a37b5bf92a1c Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Wed, 24 Aug 2016 09:10:11 +0000 Subject: [PATCH 6/8] Accepting request 421436 from home:wolfi323:branches:KDE:Applications - Require libqt5-qtquickcontrols2, it doesn't start if that's not installed OBS-URL: https://build.opensuse.org/request/show/421436 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=16 --- minuet.changes | 6 ++++++ minuet.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/minuet.changes b/minuet.changes index f3fccff..a197613 100644 --- a/minuet.changes +++ b/minuet.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 23 23:25:22 UTC 2016 - wbauer@tmo.at + +- Require libqt5-qtquickcontrols2, it doesn't start if that's not + installed + ------------------------------------------------------------------- Fri Aug 12 10:40:25 UTC 2016 - tittiatcoke@gmail.com diff --git a/minuet.spec b/minuet.spec index 9913ae6..8c32336 100644 --- a/minuet.spec +++ b/minuet.spec @@ -41,6 +41,8 @@ Version: 16.08.0 Release: 0 Source: minuet-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build +# Runtime requirement +Requires: libqt5-qtquickcontrols2 %description Application for Music Education. From 431b7809096ad3ac3a5e53254b6ab40b15407bb3debaa490dc366c83df1f941b Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Fri, 9 Sep 2016 08:54:10 +0000 Subject: [PATCH 7/8] update to (16.08.1) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=17 --- minuet-16.08.0.tar.xz | 3 --- minuet-16.08.1.tar.xz | 3 +++ minuet.changes | 8 ++++++++ minuet.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 minuet-16.08.0.tar.xz create mode 100644 minuet-16.08.1.tar.xz diff --git a/minuet-16.08.0.tar.xz b/minuet-16.08.0.tar.xz deleted file mode 100644 index 8e5c4b2..0000000 --- a/minuet-16.08.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a02466662750768339cbd30154dcea39c8483d8cdca4c42be785de19e72f061e -size 26852268 diff --git a/minuet-16.08.1.tar.xz b/minuet-16.08.1.tar.xz new file mode 100644 index 0000000..6e0dc1c --- /dev/null +++ b/minuet-16.08.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7841578576301a606a110648093691119311a2205c8e98f2061d5d13c45042e1 +size 26852392 diff --git a/minuet.changes b/minuet.changes index a197613..9be793f 100644 --- a/minuet.changes +++ b/minuet.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Sep 9 08:53:45 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.08.1 + * KDE Applications 16.08.1 + * https://www.kde.org/announcements/announce-applications-16.08.1.php + + ------------------------------------------------------------------- Tue Aug 23 23:25:22 UTC 2016 - wbauer@tmo.at diff --git a/minuet.spec b/minuet.spec index 8c32336..ed32db4 100644 --- a/minuet.spec +++ b/minuet.spec @@ -37,7 +37,7 @@ Url: http://www.kde.org Summary: A KDE Software for Music Education License: GPL-2.0+ Group: Productivity/Other -Version: 16.08.0 +Version: 16.08.1 Release: 0 Source: minuet-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build From 59819c2c35222d94253b806f425784f1e42ab4f0d15dbd72db745cf68661c223 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Tue, 11 Oct 2016 21:12:03 +0000 Subject: [PATCH 8/8] update to (16.08.2) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=18 --- minuet-16.08.1.tar.xz | 3 --- minuet-16.08.2.tar.xz | 3 +++ minuet.changes | 6 ++++++ minuet.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 minuet-16.08.1.tar.xz create mode 100644 minuet-16.08.2.tar.xz diff --git a/minuet-16.08.1.tar.xz b/minuet-16.08.1.tar.xz deleted file mode 100644 index 6e0dc1c..0000000 --- a/minuet-16.08.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7841578576301a606a110648093691119311a2205c8e98f2061d5d13c45042e1 -size 26852392 diff --git a/minuet-16.08.2.tar.xz b/minuet-16.08.2.tar.xz new file mode 100644 index 0000000..d0375fe --- /dev/null +++ b/minuet-16.08.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a282772846365546844cc5d557d665a0c002d3cd6e08e297a403bd9fe9250b3 +size 26852268 diff --git a/minuet.changes b/minuet.changes index 9be793f..b2634cd 100644 --- a/minuet.changes +++ b/minuet.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 11 21:11:55 UTC 2016 - lbeltrame@kde.org + +- KDE Applications 16.08.2 +https://www.kde.org/announcements/announce-applications-16.08.2.php + ------------------------------------------------------------------- Fri Sep 9 08:53:45 UTC 2016 - tittiatcoke@gmail.com diff --git a/minuet.spec b/minuet.spec index ed32db4..197becf 100644 --- a/minuet.spec +++ b/minuet.spec @@ -37,7 +37,7 @@ Url: http://www.kde.org Summary: A KDE Software for Music Education License: GPL-2.0+ Group: Productivity/Other -Version: 16.08.1 +Version: 16.08.2 Release: 0 Source: minuet-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build