Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package giada for openSUSE:Factory checked 
in at 2024-01-16 21:38:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/giada (Old)
 and      /work/SRC/openSUSE:Factory/.giada.new.9992 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "giada"

Tue Jan 16 21:38:33 2024 rev:15 rq:1139084 version:0.26.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/giada/giada.changes      2023-12-05 
17:03:20.161412562 +0100
+++ /work/SRC/openSUSE:Factory/.giada.new.9992/giada.changes    2024-01-16 
21:38:42.130043283 +0100
@@ -1,0 +2,67 @@
+Sat Dec 23 09:24:37 UTC 2023 - [email protected]
+
+- Update to version 0.26.1:
+  * Update Changelog
+  * Bump version to 0.26.1
+  * Fix crash when fetching audio device and JACK is in use
+  * Fix glitches in geScroll positioning inside geSplitScroll
+  * Fix Sample Editor not picking up Channel properties when loading a project
+  * Const-correctness when preparing Preview Channel
+  * Fix assertion when selected RtMidi API is not present in available APIs 
(#670)
+  * Add geChoice::hasItem() method
+  * [Linux] Follow the XDG Base Directory Specification (#338)
+  * Minor fixup to some help labels
+  * Disable 'rec-on-signal mode' button if function not available (#629)
+  * Disable 'free loop-length mode' button if function not available (#629)
+  * Disable 'record audio' button if can't record audio with better 
explanation (#629)
+  * Disable UI refresh while loading a project to prevent crashes
+  * Show 'missing assets' window only once the UI has been loaded
+  * [Windows] Fix plug-in GUI weird auto-resize when dragged around (#621)
+  * Adjust plug-in window size before showing it (reduce weird window 
flickering)
+  * Load wave in Channel only when type is SAMPLE or PREVIEW
+  * DRY m::Channel's constructor
+  * Add some assertions in m::Channel class
+  * Show correct progress in plug-in scan when multiple formats are in use
+  * PluginManager: tidy up code
+  * PluginManager: modernize scan loop
+  * Add ability to stop plug-in scan (#423)
+  * Pass progress callback to PluginManager::scanDirs() by value
+  * PluginManager: add ability to cancel plug-in scan
+  * Add support to cancellable gdProgress in gdMainWindow::ScopedProgress
+  * Cancellable geProgress widget
+  * Flex-based gdProgress window
+  * Add geProgress constructor without parameters
+  * Add some explicit imports
+  * Ability to sort plug-ins in both ascending and descending order (#542)
+  * Smarter plug-in sort mechanism
+  * Don't close browser twice on project load to prevent crash
+  * KernelAudio: prevent assertion on inputDevice.channelsStart >= 0 when 
applying audio changes and input device is disabled
+  * On project close, close all subwindows first before resetting the engine
+  * Ui::closeAllSubwindows() now closes ALL existing subwindows
+  * Beautify gdWindow::deleteChild() method
+  * Refactor method name in gdWindow
+  * DRY gdWindow delChild() method
+  * Refactor gdWindow cleanup into separate method
+  * Truncate column's help text if column is too narrow
+  * Print help text on columns background
+  * Refactor columns background drawing
+  * Add geScroll::getViewportBounds()
+  * Update geompp dep
+  * Leave some empty margin at the bottom of each column as drag and drop area
+  * geFlexResizable: add ability to set an empty margin at the end of the stack
+  * Pass by ref in some geFlexResizable methods
+  * DRY some geFlexResizable internals
+  * Make geFlexResizable::computeHeight() more generic
+  * geFlexResizable-based geColumn
+  * Add better support for MOVE mode in geResizerBar
+  * Adjust parent size when widgets inside geFlexResizable are resized in MOVE 
mode
+  * Refactor resizer bar code into separate method in geFlexResizable
+  * Make widgets vector protected in geFlexResizable
+  * Add geFlexResizable::clearWidgets() method
+  * Add geChannel::getId() method
+  * Ability to add widgets of arbitrary size to geFlexResizable
+  * Add alternate constructor with explicit coordinates to geFlexResizable
+  * Update FLTK to latest master
+- add giada-fmt.patch (missing includee)
+
+-------------------------------------------------------------------

Old:
----
  giada-0.26.0.tar.xz

New:
----
  giada-0.26.1.tar.xz
  giada-fmt.patch

BETA DEBUG BEGIN:
  New:  * Update FLTK to latest master
- add giada-fmt.patch (missing includee)
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ giada.spec ++++++
--- /var/tmp/diff_new_pack.0A4WbI/_old  2024-01-16 21:38:43.518093888 +0100
+++ /var/tmp/diff_new_pack.0A4WbI/_new  2024-01-16 21:38:43.518093888 +0100
@@ -19,12 +19,13 @@
 
 
 Name:           giada
-Version:        0.26.0
+Version:        0.26.1
 Release:        0
 Summary:        Sampler Audio Tool
 License:        (AGPL-3.0-only OR GPL-2.0-or-later) AND GPL-3.0-or-later AND 
LGPL-2.1-or-later WITH GCC-exception-2.0 AND OFL-1.1 AND Zlib
 URL:            https://giadamusic.com
 Source0:        %{name}-%{version}.tar.xz
+Patch0:         giada-fmt.patch
 Patch3:         003-cmake-exclude-juce-from-all.patch
 %if 0%{?suse_version} <= 1550
 BuildRequires:  gcc10-c++

++++++ _service ++++++
--- /var/tmp/diff_new_pack.0A4WbI/_old  2024-01-16 21:38:43.558095347 +0100
+++ /var/tmp/diff_new_pack.0A4WbI/_new  2024-01-16 21:38:43.562095492 +0100
@@ -2,9 +2,9 @@
   <service name="tar_scm" mode="disabled">
     <param name="scm">git</param>
     <param name="url">https://github.com/monocasual/giada.git</param>
-    <param name="revision">0.26.0</param>
+    <param name="revision">0.26.1</param>
     <param name="submodules">enable</param>
-    <param name="version">0.26.0</param>
+    <param name="version">0.26.1</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.0A4WbI/_old  2024-01-16 21:38:43.582096222 +0100
+++ /var/tmp/diff_new_pack.0A4WbI/_new  2024-01-16 21:38:43.586096367 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/monocasual/giada.git</param>
-              <param 
name="changesrevision">4054035605bdf7c211052eedd0d1e9bdcd478f98</param></service></servicedata>
+              <param 
name="changesrevision">a39434a21ce437bb726d6cc8ed59c618e8a8b3b4</param></service></servicedata>
 (No newline at EOF)
 

++++++ giada-0.26.0.tar.xz -> giada-0.26.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/giada/giada-0.26.0.tar.xz 
/work/SRC/openSUSE:Factory/.giada.new.9992/giada-0.26.1.tar.xz differ: char 15, 
line 1

++++++ giada-fmt.patch ++++++
diff --git a/src/core/engine.cpp b/src/core/engine.cpp
index 37ca90d..aff4325 100644
--- a/src/core/engine.cpp
+++ b/src/core/engine.cpp
@@ -34,6 +34,7 @@
 #include "utils/string.h"
 #include <fmt/core.h>
 #include <memory>
+#include <type_traits>
 
 namespace giada::m
 {

Reply via email to