[fluidsynth] Update to 1.1.5

Orcan Ogetbil oget at fedoraproject.org
Sun Sep 4 15:20:42 UTC 2011


commit 7e955e37b5064d080c2b98282f2681fe5ddb987c
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sun Sep 4 11:20:28 2011 -0400

    Update to 1.1.5

 .gitignore                    |    1 +
 fluidsynth-no-abi-break.patch |   15 ---------------
 fluidsynth.spec               |   12 ++++++------
 sources                       |    2 +-
 4 files changed, 8 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8c243cc..4dca9ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ fluidsynth-1.1.1.tar.gz
 /fluidsynth-1.1.2.tar.bz2
 /fluidsynth-1.1.3.tar.bz2
 /fluidsynth-1.1.4.tar.bz2
+/fluidsynth-1.1.5.tar.bz2
diff --git a/fluidsynth.spec b/fluidsynth.spec
index 2915fd4..bcb8f38 100644
--- a/fluidsynth.spec
+++ b/fluidsynth.spec
@@ -1,13 +1,9 @@
 Summary:      Real-time software synthesizer
 Name:         fluidsynth
-Version:      1.1.4
+Version:      1.1.5
 Release:      1%{?dist}
 URL:          http://www.fluidsynth.org/
 Source0:      http://downloads.sourceforge.net/fluidsynth/fluidsynth-%{version}.tar.bz2
-# Upstream accidentally removed a symbol from the library which breaks the ABI.
-# They reincluded it in the trunk to prevent a soname bump
-# https://sourceforge.net/apps/trac/fluidsynth/ticket/98
-Patch0:       fluidsynth-no-abi-break.patch
 License:      LGPLv2+
 Group:        Applications/Multimedia
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -24,6 +20,8 @@ BuildRequires: ncurses-devel
 BuildRequires: pkgconfig
 # Disabled for now:
 # http://sourceforge.net/apps/trac/fluidsynth/ticket/51
+# To enable portaudio support on also has to pass
+# -Denable-portaudio=on to cmake
 # BuildRequires: portaudio-devel
 BuildRequires: pulseaudio-libs-devel
 BuildRequires: readline-devel
@@ -61,7 +59,6 @@ for building programs that link against fluidsynth.
 
 %prep
 %setup -q
-%patch0 -p2 -b .abi.break.fix
 
 
 %build
@@ -112,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep 04 2011 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.1.5-1
+- Update to 1.1.5
+
 * Sat Aug 13 2011 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.1.4-1
 - Update to 1.1.4
 
diff --git a/sources b/sources
index 98b0d40..2743bcd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b5fd2f8df79f31b68f06770dccb67956  fluidsynth-1.1.4.tar.bz2
+835b98b0ddedbb9cc24b53d66cf900c3  fluidsynth-1.1.5.tar.bz2


More information about the scm-commits mailing list