From 6dbf949b69a4a74ab16213fe0e6c00a1b0838b3fdc4ecc2db8268ed7fe55e2bf Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 6 Sep 2010 11:48:22 +0000 Subject: [PATCH 1/5] OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=10 --- fluidsynth.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluidsynth.spec b/fluidsynth.spec index 32aa8c1..654808c 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -1,5 +1,5 @@ # -# spec file for package fluidsynth (Version 1.1.2) +# spec file for package fluidsynth (Version 1.1.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: fluidsynth BuildRequires: alsa-devel ladspa-devel libjack-devel readline-devel -BuildRequires: dbus-1-devel lash-devel libsndfile-devel pulseaudio-devel +BuildRequires: lash-devel pulseaudio-devel dbus-1-devel libsndfile-devel Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm) Version: 1.1.2 Release: 1 From c644ac2983132fb7764705ee5ba89c09e56464e11e449aebfc9ecf7f700cf46e Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 13 Sep 2010 13:14:59 +0000 Subject: [PATCH 2/5] prepare_spec OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=13 --- fluidsynth.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluidsynth.spec b/fluidsynth.spec index 654808c..32aa8c1 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -1,5 +1,5 @@ # -# spec file for package fluidsynth (Version 1.1.1) +# spec file for package fluidsynth (Version 1.1.2) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: fluidsynth BuildRequires: alsa-devel ladspa-devel libjack-devel readline-devel -BuildRequires: lash-devel pulseaudio-devel dbus-1-devel libsndfile-devel +BuildRequires: dbus-1-devel lash-devel libsndfile-devel pulseaudio-devel Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm) Version: 1.1.2 Release: 1 From e63b46a61049ea6d7c52fb00167907df8ccdbc3d8967fa337bc9786994a421a9 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Tue, 12 Oct 2010 11:05:47 +0000 Subject: [PATCH 3/5] Accepting request 50336 from home:appleonkel:branches:multimedia:libs Thanks OBS-URL: https://build.opensuse.org/request/show/50336 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=14 --- fluidsynth-1.1.2.tar.bz2 | 3 --- fluidsynth-1.1.3.tar.bz2 | 3 +++ fluidsynth.changes | 11 +++++++++++ fluidsynth.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 fluidsynth-1.1.2.tar.bz2 create mode 100644 fluidsynth-1.1.3.tar.bz2 diff --git a/fluidsynth-1.1.2.tar.bz2 b/fluidsynth-1.1.2.tar.bz2 deleted file mode 100644 index ae3f4b3..0000000 --- a/fluidsynth-1.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:689638663bd41c1d20ebc530ed7add8d48b0249051ba4e97c9892277fad7cd0e -size 715857 diff --git a/fluidsynth-1.1.3.tar.bz2 b/fluidsynth-1.1.3.tar.bz2 new file mode 100644 index 0000000..677f237 --- /dev/null +++ b/fluidsynth-1.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c761831751ed63f1ec2b1d311af0577861778efc11d8dfe9605b9aad449611 +size 722849 diff --git a/fluidsynth.changes b/fluidsynth.changes index efee687..c9e9dc9 100644 --- a/fluidsynth.changes +++ b/fluidsynth.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Oct 11 15:47:49 UTC 2010 - oliver.bengs@opensuse.org + +- Updated to version 1.1.3: + + Compilation with LADSPA enabled was broken in 1.1.2 + + Multichannel output broken when double precision was used + + Doxygen settings + + Fix build problem with scummvm + + Optimize by not starting unused threads with multicore rendering + + Race condition in alsa_seq / alsa_raw drivers caused them not to quit + ------------------------------------------------------------------- Thu Sep 2 12:17:49 UTC 2010 - oliver.bengs@opensuse.org diff --git a/fluidsynth.spec b/fluidsynth.spec index 32aa8c1..fa80dde 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -21,7 +21,7 @@ Name: fluidsynth BuildRequires: alsa-devel ladspa-devel libjack-devel readline-devel BuildRequires: dbus-1-devel lash-devel libsndfile-devel pulseaudio-devel Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm) -Version: 1.1.2 +Version: 1.1.3 Release: 1 Group: Productivity/Multimedia/Sound/Midi # Obsoletes: iiwusynth @@ -91,7 +91,7 @@ CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ --mandir=%{_mandir} \ --disable-static \ --enable-jack-support \ -# --enable-ladspa + --enable-ladspa make %install From d20746e6b7dc953a2220ed89c3c1c1becebb1422ca5acb495df53999653a566c Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Wed, 13 Oct 2010 22:49:59 +0000 Subject: [PATCH 4/5] Accepting request 50339 from multimedia:libs checked in (request 50339) OBS-URL: https://build.opensuse.org/request/show/50339 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=15 --- fluidsynth-1.1.2.tar.bz2 | 3 +++ fluidsynth-1.1.3.tar.bz2 | 3 --- fluidsynth.changes | 11 ----------- fluidsynth.spec | 4 ++-- 4 files changed, 5 insertions(+), 16 deletions(-) create mode 100644 fluidsynth-1.1.2.tar.bz2 delete mode 100644 fluidsynth-1.1.3.tar.bz2 diff --git a/fluidsynth-1.1.2.tar.bz2 b/fluidsynth-1.1.2.tar.bz2 new file mode 100644 index 0000000..ae3f4b3 --- /dev/null +++ b/fluidsynth-1.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689638663bd41c1d20ebc530ed7add8d48b0249051ba4e97c9892277fad7cd0e +size 715857 diff --git a/fluidsynth-1.1.3.tar.bz2 b/fluidsynth-1.1.3.tar.bz2 deleted file mode 100644 index 677f237..0000000 --- a/fluidsynth-1.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6c761831751ed63f1ec2b1d311af0577861778efc11d8dfe9605b9aad449611 -size 722849 diff --git a/fluidsynth.changes b/fluidsynth.changes index c9e9dc9..efee687 100644 --- a/fluidsynth.changes +++ b/fluidsynth.changes @@ -1,14 +1,3 @@ -------------------------------------------------------------------- -Mon Oct 11 15:47:49 UTC 2010 - oliver.bengs@opensuse.org - -- Updated to version 1.1.3: - + Compilation with LADSPA enabled was broken in 1.1.2 - + Multichannel output broken when double precision was used - + Doxygen settings - + Fix build problem with scummvm - + Optimize by not starting unused threads with multicore rendering - + Race condition in alsa_seq / alsa_raw drivers caused them not to quit - ------------------------------------------------------------------- Thu Sep 2 12:17:49 UTC 2010 - oliver.bengs@opensuse.org diff --git a/fluidsynth.spec b/fluidsynth.spec index fa80dde..32aa8c1 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -21,7 +21,7 @@ Name: fluidsynth BuildRequires: alsa-devel ladspa-devel libjack-devel readline-devel BuildRequires: dbus-1-devel lash-devel libsndfile-devel pulseaudio-devel Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm) -Version: 1.1.3 +Version: 1.1.2 Release: 1 Group: Productivity/Multimedia/Sound/Midi # Obsoletes: iiwusynth @@ -91,7 +91,7 @@ CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ --mandir=%{_mandir} \ --disable-static \ --enable-jack-support \ - --enable-ladspa +# --enable-ladspa make %install From ce353439a5eb52aae091482b8901326f5c827933b240c54c54293db59b107b08 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 13 Oct 2010 22:50:00 +0000 Subject: [PATCH 5/5] Updating link to change in openSUSE:Factory/fluidsynth revision 14.0 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=d403802497cea3621abba2ea7fc30552 --- fluidsynth-1.1.2.tar.bz2 | 3 --- fluidsynth-1.1.3.tar.bz2 | 3 +++ fluidsynth.changes | 11 +++++++++++ fluidsynth.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 fluidsynth-1.1.2.tar.bz2 create mode 100644 fluidsynth-1.1.3.tar.bz2 diff --git a/fluidsynth-1.1.2.tar.bz2 b/fluidsynth-1.1.2.tar.bz2 deleted file mode 100644 index ae3f4b3..0000000 --- a/fluidsynth-1.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:689638663bd41c1d20ebc530ed7add8d48b0249051ba4e97c9892277fad7cd0e -size 715857 diff --git a/fluidsynth-1.1.3.tar.bz2 b/fluidsynth-1.1.3.tar.bz2 new file mode 100644 index 0000000..677f237 --- /dev/null +++ b/fluidsynth-1.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c761831751ed63f1ec2b1d311af0577861778efc11d8dfe9605b9aad449611 +size 722849 diff --git a/fluidsynth.changes b/fluidsynth.changes index efee687..c9e9dc9 100644 --- a/fluidsynth.changes +++ b/fluidsynth.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Oct 11 15:47:49 UTC 2010 - oliver.bengs@opensuse.org + +- Updated to version 1.1.3: + + Compilation with LADSPA enabled was broken in 1.1.2 + + Multichannel output broken when double precision was used + + Doxygen settings + + Fix build problem with scummvm + + Optimize by not starting unused threads with multicore rendering + + Race condition in alsa_seq / alsa_raw drivers caused them not to quit + ------------------------------------------------------------------- Thu Sep 2 12:17:49 UTC 2010 - oliver.bengs@opensuse.org diff --git a/fluidsynth.spec b/fluidsynth.spec index 32aa8c1..28180eb 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -1,5 +1,5 @@ # -# spec file for package fluidsynth (Version 1.1.2) +# spec file for package fluidsynth (Version 1.1.3) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -21,7 +21,7 @@ Name: fluidsynth BuildRequires: alsa-devel ladspa-devel libjack-devel readline-devel BuildRequires: dbus-1-devel lash-devel libsndfile-devel pulseaudio-devel Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm) -Version: 1.1.2 +Version: 1.1.3 Release: 1 Group: Productivity/Multimedia/Sound/Midi # Obsoletes: iiwusynth @@ -91,7 +91,7 @@ CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ --mandir=%{_mandir} \ --disable-static \ --enable-jack-support \ -# --enable-ladspa + --enable-ladspa make %install