From 0739cdef78575211603beb032db0623f97f70b20e506852023b9802297d83591 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:45:31 +0000 Subject: [PATCH 1/4] KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=98 --- ...bug-when-highlighting-selected-notes.patch | 34 ------------------- minuet-18.08.3.tar.xz | 3 -- minuet-18.11.80.tar.xz | 3 ++ minuet.changes | 30 ++++++++++++++++ minuet.spec | 10 ++---- 5 files changed, 36 insertions(+), 44 deletions(-) delete mode 100644 Fix-bug-when-highlighting-selected-notes.patch delete mode 100644 minuet-18.08.3.tar.xz create mode 100644 minuet-18.11.80.tar.xz diff --git a/Fix-bug-when-highlighting-selected-notes.patch b/Fix-bug-when-highlighting-selected-notes.patch deleted file mode 100644 index c9ca739..0000000 --- a/Fix-bug-when-highlighting-selected-notes.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 3bf2f5e93d078e8215c47a4b4e3f7e240b943060 Mon Sep 17 00:00:00 2001 -From: "Sandro S. Andrade" -Date: Sun, 30 Sep 2018 12:13:10 -0300 -Subject: Fix bug when highlighting selected notes - ---- - src/app/qml/PianoView/PianoView.qml | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/app/qml/PianoView/PianoView.qml b/src/app/qml/PianoView/PianoView.qml -index 90b3218..da3a78b 100644 ---- a/src/app/qml/PianoView/PianoView.qml -+++ b/src/app/qml/PianoView/PianoView.qml -@@ -45,7 +45,7 @@ Flickable { - highlightKey(pitch, ([1,3,6,8,10].indexOf(pitch % 12) > -1) ? "black":"white") - } - function noteMark(chan, pitch, vel, color) { -- noteMark.createObject(itemForPitch(pitch), { color: color }) -+ noteMarkComponent.createObject(itemForPitch(pitch), { color: color }) - } - function noteUnmark(chan, pitch, vel, color) { - if(itemForPitch(pitch)!= undefined){ -@@ -133,7 +133,7 @@ Flickable { - } - - Component { -- id: noteMark -+ id: noteMarkComponent - - Rectangle { - width: keyWidth - 4; height: keyWidth - 4 --- -cgit v0.11.2 - diff --git a/minuet-18.08.3.tar.xz b/minuet-18.08.3.tar.xz deleted file mode 100644 index 22906d2..0000000 --- a/minuet-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a16507d8a5302f3314ae371217eaca0eeb36c0fb48bdc728cb98b7279b03c797 -size 27789492 diff --git a/minuet-18.11.80.tar.xz b/minuet-18.11.80.tar.xz new file mode 100644 index 0000000..1314eb4 --- /dev/null +++ b/minuet-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadfdb807e156ea05619fc9fada7c81294d2a4e5f0714c55428cd42716353771 +size 27794032 diff --git a/minuet.changes b/minuet.changes index ae67bd4..079703a 100644 --- a/minuet.changes +++ b/minuet.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Tue Nov 20 06:23:02 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:57:34 UTC 2018 - lbeltrame@kde.org + +- Update to 18.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.11.80.php +- Changes since 18.08.3: + * Add donation url to appdata + * Add caption to the screenshot + * Fix build with older cmake versions + * Fix permission in AndroidManifest.xml + * Use KDEDirs and KDECMakeConfig also on Android + * Fix installation path for exercises + * Make minuetcsoundsoundcontroller target dependent on csound + * Fix include path in Android builds + * Handle Csound dependency in Android builds as part of cmake build system + * Fix some errors when building for Android + * Fix bug when highlighting selected notes + * Fix QML warnings + * Make fluidsynth required when building on Linux + * Use qtquick_compiler when it's possible +- Dropped patches, now upstream: + * Fix-bug-when-highlighting-selected-notes.patch + ------------------------------------------------------------------- Thu Nov 08 20:43:54 UTC 2018 - lbeltrame@kde.org diff --git a/minuet.spec b/minuet.spec index 0586867..9879707 100644 --- a/minuet.spec +++ b/minuet.spec @@ -16,21 +16,18 @@ # -%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: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%bcond_without lang Name: minuet -Version: 18.08.3 +Version: 18.11.80 Release: 0 Summary: A KDE Software for Music Education License: GPL-2.0-or-later Group: Productivity/Other -Url: http://www.kde.org +URL: http://www.kde.org Source: minuet-%{version}.tar.xz -# PATCH-FIX-UPSTREAM -Patch: Fix-bug-when-highlighting-selected-notes.patch BuildRequires: extra-cmake-modules >= 5.15.0 BuildRequires: kf5-filesystem BuildRequires: pkgconfig @@ -73,7 +70,6 @@ Development headers and libraries for Minuet. %prep %setup -q -%patch -p1 %build %cmake_kf5 -d build From 2f8a9fe6c984c1626bc5bd9da1bb14f1f5a0c2cb8b5df598d79a8c7a35290a41 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 4 Dec 2018 16:23:16 +0000 Subject: [PATCH 2/4] KDE Applications 18.12.0 RC (knights is already in K:A) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=99 --- minuet-18.11.80.tar.xz | 3 --- minuet-18.11.90.tar.xz | 3 +++ minuet.changes | 10 ++++++++++ minuet.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 minuet-18.11.80.tar.xz create mode 100644 minuet-18.11.90.tar.xz diff --git a/minuet-18.11.80.tar.xz b/minuet-18.11.80.tar.xz deleted file mode 100644 index 1314eb4..0000000 --- a/minuet-18.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fadfdb807e156ea05619fc9fada7c81294d2a4e5f0714c55428cd42716353771 -size 27794032 diff --git a/minuet-18.11.90.tar.xz b/minuet-18.11.90.tar.xz new file mode 100644 index 0000000..84342fa --- /dev/null +++ b/minuet-18.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5f6a7de2d5618d5699e0b86c7803429a64f152b991fc7b6466166838270ccc +size 27788940 diff --git a/minuet.changes b/minuet.changes index 079703a..4319cb8 100644 --- a/minuet.changes +++ b/minuet.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Dec 03 20:56:26 UTC 2018 - lbeltrame@kde.org + +- Update to 18.11.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-rc.php +- Changes since 18.11.80: + * No code changes since 18.11.80 + ------------------------------------------------------------------- Tue Nov 20 06:23:02 UTC 2018 - Luca Beltrame diff --git a/minuet.spec b/minuet.spec index 9879707..bc2f562 100644 --- a/minuet.spec +++ b/minuet.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: minuet -Version: 18.11.80 +Version: 18.11.90 Release: 0 Summary: A KDE Software for Music Education License: GPL-2.0-or-later From 9b4683bc22a7a519a20bca3d53abfbcdba92b786bd89c75b2887bfb5e3fe55ce Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 16:51:32 +0000 Subject: [PATCH 3/4] KDE Applications 18.12.0 (not yet built) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=100 --- minuet-18.11.90.tar.xz | 3 --- minuet-18.12.0.tar.xz | 3 +++ minuet.changes | 10 ++++++++++ minuet.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 minuet-18.11.90.tar.xz create mode 100644 minuet-18.12.0.tar.xz diff --git a/minuet-18.11.90.tar.xz b/minuet-18.11.90.tar.xz deleted file mode 100644 index 84342fa..0000000 --- a/minuet-18.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac5f6a7de2d5618d5699e0b86c7803429a64f152b991fc7b6466166838270ccc -size 27788940 diff --git a/minuet-18.12.0.tar.xz b/minuet-18.12.0.tar.xz new file mode 100644 index 0000000..6165687 --- /dev/null +++ b/minuet-18.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270fa35862a7f612a36adb9535f73b4105ad57eb8c71d0ee1368ccf34736aac2 +size 27790124 diff --git a/minuet.changes b/minuet.changes index 4319cb8..03ab007 100644 --- a/minuet.changes +++ b/minuet.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 14 06:09:22 UTC 2018 - lbeltrame@kde.org + +- Update to 18.12.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.0.php +- Changes since 18.11.90: + * No code changes since 18.11.90 + ------------------------------------------------------------------- Mon Dec 03 20:56:26 UTC 2018 - lbeltrame@kde.org diff --git a/minuet.spec b/minuet.spec index bc2f562..d3be98f 100644 --- a/minuet.spec +++ b/minuet.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: minuet -Version: 18.11.90 +Version: 18.12.0 Release: 0 Summary: A KDE Software for Music Education License: GPL-2.0-or-later From 22417eb70f4d37fbc92e08822eec79c2b1ca571f0846ecda7357a41c14ef3dc7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 23:05:21 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=101 --- minuet.changes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/minuet.changes b/minuet.changes index 03ab007..34bd382 100644 --- a/minuet.changes +++ b/minuet.changes @@ -29,7 +29,7 @@ Tue Nov 20 05:57:34 UTC 2018 - lbeltrame@kde.org - Update to 18.11.80 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-18.11.80.php + * https://www.kde.org/announcements/announce-applications-18.12-beta.php - Changes since 18.08.3: * Add donation url to appdata * Add caption to the screenshot @@ -101,7 +101,7 @@ Thu Jul 26 13:01:05 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 + * https://www.kde.org/announcements/announce-applications-18.08-beta.php - Changes since 18.04.3: * None @@ -151,7 +151,7 @@ Fri Apr 06 07:10:15 CEST 2018 - lbeltrame@kde.org - Update to 18.03.90 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php - Changes since 17.12.3: * Also detect fluidsynth 1.1.xx - Dropped patches, now upstream: @@ -276,7 +276,7 @@ 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 + * https://www.kde.org/announcements/announce-applications-17.08-rc.php ------------------------------------------------------------------- @@ -338,7 +338,7 @@ Sat Mar 25 23:10:52 CET 2017 - lbeltrame@kde.org - Update to 17.03.80 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-17.03.80.php + * https://www.kde.org/announcements/announce-applications-17.04-beta.php - Changes since 16.12.3: * Too many changes to list here