[audacious-plugins/f16] Drop BR libsmbclient-devel, since the SMB transport plugin crashes in libsmb during multi-threaded a

Michael Schwendt mschwendt at fedoraproject.org
Sat Dec 10 20:05:21 UTC 2011


commit 96513b6714772698e18e86d6293077f6b6239044
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Sat Dec 10 21:05:14 2011 +0100

    Drop BR libsmbclient-devel, since the SMB transport plugin crashes in
    libsmb during multi-threaded access and has been disabled by default in
    Audacious 3.1, too.
    Move plugin-api guard to %build section to allow for --nodeps %prep.

 audacious-plugins.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/audacious-plugins.spec b/audacious-plugins.spec
index 4b6fa74..265088e 100644
--- a/audacious-plugins.spec
+++ b/audacious-plugins.spec
@@ -58,7 +58,9 @@ BuildRequires: libxml2-devel
 BuildRequires: libnotify-devel
 BuildRequires: libbs2b-devel
 BuildRequires: curl-devel
-BuildRequires: libsmbclient-devel
+# 3.0.4: crashes due to multi-threading and wrong vfs_fseek implementation
+# 3.1-beta2: smb transport disabled by default, would need --enable-smb
+#BuildRequires: libsmbclient-devel
 
 # experimental, disabled by default
 BuildRequires: neon-devel
@@ -236,6 +238,9 @@ update-desktop-database &> /dev/null || :
 
 %changelog
 * Sat Dec 10 2011 Michael Schwendt <mschwendt at fedoraproject.org>
+- Drop BR libsmbclient-devel, since the SMB transport plugin crashes in
+  libsmb during multi-threaded access and has been disabled by default in
+  Audacious 3.1, too.
 - Move plugin-api guard to %%build section to allow for --nodeps %%prep.
 
 * Fri Oct 21 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 3.0.4-1


More information about the scm-commits mailing list