diff --git a/.cvsignore b/.cvsignore index aaae379..bfac8eb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -banshee-0.10.6.tar.gz +banshee-0.10.7.tar.gz diff --git a/banshee-0.10.7-dll-path.patch b/banshee-0.10.7-dll-path.patch new file mode 100644 index 0000000..95ab3e9 --- /dev/null +++ b/banshee-0.10.7-dll-path.patch @@ -0,0 +1,11 @@ +--- banshee-0.10.7/configure.dll-path 2006-03-07 14:40:54.000000000 -0500 ++++ banshee-0.10.7/configure 2006-03-07 14:43:20.000000000 -0500 +@@ -22663,7 +22663,7 @@ + for asm in $required_assemblies; do + echo "$as_me:$LINENO: checking for $asm.dll" >&5 + echo $ECHO_N "checking for $asm.dll... $ECHO_C" >&6 +- if test ! -e `$PKG_CONFIG --variable=libdir mono`/mono/1.0/$asm.dll; then ++ if test ! -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/1.0/$asm.dll; then + { { echo "$as_me:$LINENO: error: missing required Mono DLL: $asm.dll" >&5 + echo "$as_me: error: missing required Mono DLL: $asm.dll" >&2;} + { (exit 1); exit 1; }; } diff --git a/banshee.spec b/banshee.spec index 22c82d2..dab6acd 100644 --- a/banshee.spec +++ b/banshee.spec @@ -1,6 +1,6 @@ Name: banshee -Version: 0.10.6 -Release: 3 +Version: 0.10.7 +Release: 1 Summary: easily import, manage, and play selections from your music collection Group: Applications/Multimedia @@ -27,6 +27,8 @@ Requires(post): GConf2 Requires(post): desktop-file-utils Requires(postun): desktop-file-utils +Patch1: banshee-0.10.7-dll-path.patch + %description Banshee allows you to import CDs, sync your music collection to an iPod, play music directly from an iPod, create playlists with songs from your @@ -34,6 +36,7 @@ library, and create audio and MP3 CDs from subsets of your library. %prep %setup -q +%patch1 -p1 -b .dll-path %build export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} @@ -94,6 +97,10 @@ fi %exclude %{_libdir}/banshee/*.la %changelog +* Tue Mar 7 2006 Christopher Aillon 0.10.7-1 +- Update to 0.10.7 +- Fix build on x86-64 + * Mon Mar 6 2006 Christopher Aillon 0.10.6-3 - Don't build with smp_mflags, as parallel make causes the build to fail diff --git a/sources b/sources index ba12a66..89a734d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -398b69c1818568b9d7a39c5e036de84b banshee-0.10.6.tar.gz +cae68ff23077f4ec37ab23b040c2470a banshee-0.10.7.tar.gz