Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package giada for openSUSE:Factory checked 
in at 2023-03-29 23:27:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/giada (Old)
 and      /work/SRC/openSUSE:Factory/.giada.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "giada"

Wed Mar 29 23:27:29 2023 rev:9 rq:1075136 version:0.23.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/giada/giada.changes      2022-12-16 
17:52:00.872137482 +0100
+++ /work/SRC/openSUSE:Factory/.giada.new.31432/giada.changes   2023-03-29 
23:27:46.827643111 +0200
@@ -1,0 +2,6 @@
+Wed Mar 29 07:11:15 UTC 2023 - Edgar Aichinger <[email protected]>
+
+- add 001-cstdint.patch to fix TW build (gcc13)
+- remove tarball from package sources (generated at buildtime)
+
+-------------------------------------------------------------------

Old:
----
  giada-0.23.2.tar.xz

New:
----
  001-cstdint.patch

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

Other differences:
------------------
++++++ giada.spec ++++++
--- /var/tmp/diff_new_pack.oGlSU0/_old  2023-03-29 23:27:48.903654205 +0200
+++ /var/tmp/diff_new_pack.oGlSU0/_new  2023-03-29 23:27:48.907654226 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package giada
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2015 Packman Team <[email protected]>
 # Copyright (c) 2012 Pascal Bleser <[email protected]>
 #
@@ -26,6 +26,7 @@
 URL:            https://giadamusic.com
 Source0:        %{name}-%{version}.tar.xz
 Patch0:         003-cmake-exclude-juce-from-all.patch
+Patch1:         001-cstdint.patch
 BuildRequires:  cmake
 BuildRequires:  fltk-devel
 %if 0%{?suse_version} < 1550

++++++ 001-cstdint.patch ++++++
diff -up giada-0.23.2/src/gui/elems/midiIO/midiLearner.h.orig 
giada-0.23.2/src/gui/elems/midiIO/midiLearner.h
--- giada-0.23.2/src/gui/elems/midiIO/midiLearner.h.orig        2023-03-29 
08:40:51.529134534 +0200
+++ giada-0.23.2/src/gui/elems/midiIO/midiLearner.h     2023-03-29 
08:37:16.215877150 +0200
@@ -30,6 +30,7 @@
 #include "gui/elems/basics/flex.h"
 #include <functional>
 #include <string>
+#include <cstdint>
 
 namespace giada::v
 {

Reply via email to