[banshee] - Rebuilt against Mono 2.8 - Disable Boo support

chkr chkr at fedoraproject.org
Thu Oct 28 23:40:47 UTC 2010


commit 5547d00973467dac0aa10035300ca8a6deebf352
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Fri Oct 29 01:40:46 2010 +0200

    - Rebuilt against Mono 2.8
    - Disable Boo support

 banshee.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/banshee.spec b/banshee.spec
index 4497278..eab33d8 100644
--- a/banshee.spec
+++ b/banshee.spec
@@ -7,7 +7,7 @@
 Name:    banshee
 Version: %{mainver}%{?patchver}
 #Release: 0.1.%{gitdate}git%{?dist}
-Release: 10%{?dist}
+Release: 11%{?dist}
 Summary: Easily import, manage, and play selections from your music collection
 
 Group:   Applications/Multimedia
@@ -73,9 +73,10 @@ BuildRequires: gnome-doc-utils gettext-devel intltool perl(XML::Parser)
 
 # No boo-devel for ppc* but we owe it to the users to keep banshee up to date
 # The arch list around --disable-boo must be the same
-%ifnarch  ppc ppc64
-BuildRequires: boo-devel
-%endif
+# Disable boo support until boo is available again for Mono 2.8
+# %%ifnarch  ppc ppc64
+# BuildRequires: boo-devel
+# %%endif
 
 # Building with nunit installed causes banshee to require it at runtime
 #BuildRequires: mono-nunit-devel
@@ -165,9 +166,7 @@ export MONO_SHARED_DIR=%mono_shared
 # libgpod-sharp is now used for ipod support
 %configure  --disable-docs --enable-mtp --enable-podcast \
             --disable-hal --disable-ipod \
-%ifarch ppc ppc64
             --disable-boo \
-%endif
 %ifarch s390 s390x
             --disable-appledevice \
 %endif
@@ -247,6 +246,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Oct 29 2010 Christian Krause <chkr at fedoraproject.org> - 1.8.0-11
+- Rebuilt against Mono 2.8
+- Disable Boo support
+
 * Mon Oct 25 2010 Nathaniel McCallum <nathaniel at natemccallum.com> - 1.8.0-10
 - Add a patch to fix CVE-2010-3998
 


More information about the scm-commits mailing list