Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dssi for openSUSE:Factory checked in at 2025-01-01 23:08:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dssi (Old) and /work/SRC/openSUSE:Factory/.dssi.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dssi" Wed Jan 1 23:08:33 2025 rev:28 rq:1234160 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/dssi/dssi.changes 2024-08-22 18:13:51.547128418 +0200 +++ /work/SRC/openSUSE:Factory/.dssi.new.1881/dssi.changes 2025-01-01 23:08:56.859022121 +0100 @@ -1,0 +2,6 @@ +Sat Dec 28 13:53:23 UTC 2024 - [email protected] + +- Add dssi-add-missing-include.patch: + Fix for "error: unknown type name âsize_tâ" + +------------------------------------------------------------------- New: ---- dssi-add-missing-include.patch BETA DEBUG BEGIN: New: - Add dssi-add-missing-include.patch: Fix for "error: unknown type name âsize_tâ" BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dssi.spec ++++++ --- /var/tmp/diff_new_pack.KEz4Yk/_old 2025-01-01 23:08:57.435045774 +0100 +++ /var/tmp/diff_new_pack.KEz4Yk/_new 2025-01-01 23:08:57.439045939 +0100 @@ -30,6 +30,8 @@ Patch1: dssi-linking.patch # PATCH-FIX-UPSTREAM -- Make the package build with GCC 14 Patch2: dssi-C99.diff +# PATCH-FIX-OPENSUSE -- Fix for "error: unknown type name âsize_tâ" +Patch3: dssi-add-missing-include.patch BuildRequires: alsa-devel BuildRequires: gcc-c++ BuildRequires: ladspa-devel @@ -38,7 +40,6 @@ BuildRequires: libsndfile-devel BuildRequires: libtool BuildRequires: pkg-config -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Disposable Soft Synth Interface (DSSI, pronounced "dizzy") is a @@ -63,6 +64,7 @@ %patch -P 0 -p1 %patch -P 1 %patch -P 2 -p1 +%patch -P 3 -p1 %build mkdir m4 @@ -78,7 +80,6 @@ rm -f examples/.cvsignore %files -%defattr(-,root,root) %doc COPYING README %doc examples %dir %{_libdir}/dssi @@ -87,7 +88,6 @@ %{_libdir}/dssi %files devel -%defattr(-,root,root) %{_includedir}/dssi.h %{_libdir}/pkgconfig/*.pc ++++++ dssi-add-missing-include.patch ++++++ --- a/dssi/dssi.h 2009-01-09 23:41:41.000000000 +0100 +++ b/dssi/dssi.h 2024-12-28 14:45:17.639348744 +0100 @@ -24,6 +24,7 @@ #ifndef DSSI_INCLUDED #define DSSI_INCLUDED +#include <stddef.h> #include <ladspa.h> #include <alsa/seq_event.h>
