Hello community,

here is the log from the commit of package fluidsynth-dssi for openSUSE:Factory 
checked in at 2019-04-08 20:53:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fluidsynth-dssi (Old)
 and      /work/SRC/openSUSE:Factory/.fluidsynth-dssi.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fluidsynth-dssi"

Mon Apr  8 20:53:35 2019 rev:19 rq:692201 version:1.9.9+git13012019

Changes:
--------
--- /work/SRC/openSUSE:Factory/fluidsynth-dssi/fluidsynth-dssi.changes  
2011-10-03 09:18:09.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.fluidsynth-dssi.new.3908/fluidsynth-dssi.changes    
    2019-04-08 20:53:36.570571589 +0200
@@ -1,0 +2,26 @@
+Fri Apr  5 12:18:18 UTC 2019 - plater <[email protected]>
+
+- Update to pre 2.0.0 git snapshot 1.9.9+git13012019 to fix 
+  Factory build and removed obsolete patch
+  fluidsynth-dssi-nogtk1.diff
+- Upstream changes:
+  *Add /usr/share/soundfonts to sf2 default paths
+  *Fixes for recent autotools
+  *Fixes for fluidsynth 2.x
+  *Add configuration file support for
+   *audio/realtime-prio: realtime priority for threads.
+   *synth/maxchannels:Maximum channels supported by fluidsynth-dssi
+   *parallel-threads: Number of parallel threads used for sound
+    rendering
+   *dynamic-sample-loading: -> synth.dynamic-sample-loading
+  *Don't trash effects but set NULL to avoid useless copying within
+   fluidsynth to reduce CPU load
+  *Fix some gcc truncation warnings
+  *Set default max channels to 32
+  *Bug fix to fsd_cleanup() from Rui Nuno Capela, allowing eventual
+   reinstantiation of FluidSynth (sf.net Tracker ID 1990241).
+  *Patch from Albert Graef to pass sysex messages on to FluidSynth,
+   allowing the use of MIDI Tuning Standard.
+  *Fixed plugin to use reentrant strtok_r().
+
+-------------------------------------------------------------------

Old:
----
  fluidsynth-dssi-1.0.0.tar.bz2
  fluidsynth-dssi-nogtk1.diff

New:
----
  fluidsynth-dssi-1.9.9+git13012019.tar.gz

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

Other differences:
------------------
++++++ fluidsynth-dssi.spec ++++++
--- /var/tmp/diff_new_pack.pbYSQQ/_old  2019-04-08 20:53:37.466572246 +0200
+++ /var/tmp/diff_new_pack.pbYSQQ/_new  2019-04-08 20:53:37.466572246 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fluidsynth-dssi
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,59 +15,55 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
+%define _rev 3a9b7f16ce00a069decd9e4b6efbe31389fefd6d
 Name:           fluidsynth-dssi
-BuildRequires:  alsa-devel dssi-devel fluidsynth-devel gtk2-devel
-BuildRequires:  libjack-devel liblo-devel update-desktop-files
-BuildRequires:  libtool
+Version:        1.9.9+git13012019
+Release:        0
 Summary:        Fluidsynth Plug-In for Disposable Soft Synth Interface
-Version:        1.0.0
-Release:        1
+License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/Sound/Midi
-AutoReqProv:    on
-License:        GPL-2.0+
 Url:            http://dssi.sf.net
-Source:         %{name}-%{version}.tar.bz2
-Patch:          fluidsynth-dssi-nogtk1.diff
-Patch1:         fluidsynth-dssi-add-closedir.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source:         
https://github.com/schnitzeltony/%{name}/archive/%{_rev}.tar.gz#/%{name}-%{version}.tar.gz
+Patch0:         fluidsynth-dssi-add-closedir.diff
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(dssi)
+BuildRequires:  pkgconfig(fluidsynth)
+BuildRequires:  pkgconfig(gail)
+BuildRequires:  pkgconfig(gdk-2.0)
+BuildRequires:  pkgconfig(gdk-x11-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-unix-print-2.0)
+BuildRequires:  pkgconfig(gtk+-x11-2.0)
+BuildRequires:  pkgconfig(jack)
+BuildRequires:  pkgconfig(liblo)
 
 %description
 FluidSynth-DSSI is the plug-in implementation of fluidsynth on DSSI
 (Disposable Soft Synth Interface) with a GTK+ GUI.
 
-
-
-Authors:
---------
-    Sean Bolton <[email protected]>
-
 %prep
-%setup
-%patch
-%patch1 -p1
+%setup -q -n %{name}-%{_rev}
+%autopatch -p1
 
 %build
 autoreconf --force --install
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
+CFLAGS="%{optflags} -fno-strict-aliasing" \
 %configure --with-gtk2
-make
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
-%clean
-[ "$RPM_BUILD_ROOT" != "/" -a -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root)
 %{_libdir}/dssi
-%doc COPYING README ChangeLog TODO
+%doc README ChangeLog TODO
+%license COPYING
 
 %changelog

++++++ fluidsynth-dssi-add-closedir.diff ++++++
--- /var/tmp/diff_new_pack.pbYSQQ/_old  2019-04-08 20:53:37.490572264 +0200
+++ /var/tmp/diff_new_pack.pbYSQQ/_new  2019-04-08 20:53:37.490572264 +0200
@@ -2,9 +2,11 @@
  src/locate_soundfont.c |    1 +
  1 file changed, 1 insertion(+)
 
---- a/src/locate_soundfont.c
-+++ b/src/locate_soundfont.c
-@@ -161,6 +161,7 @@
+Index: fluidsynth-dssi-1.0.0/src/locate_soundfont.c
+===================================================================
+--- fluidsynth-dssi-1.0.0.orig/src/locate_soundfont.c  2009-01-05 
01:38:10.000000000 +0200
++++ fluidsynth-dssi-1.0.0/src/locate_soundfont.c       2019-04-05 
12:59:29.352779070 +0200
+@@ -161,6 +161,7 @@ fsd_get_known_soundfonts(const char *pro
            }
        }
      }


Reply via email to