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