From 4ebdf50e8eb70a6ad73c320bf462f272e1c8c566 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Mar 14 2006 16:57:31 +0000 Subject: - Update to 0.10.8 --- diff --git a/.cvsignore b/.cvsignore index bfac8eb..2f7d17c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -banshee-0.10.7.tar.gz +banshee-0.10.8.tar.gz diff --git a/banshee-0.10.7-dll-path.patch b/banshee-0.10.7-dll-path.patch deleted file mode 100644 index 95ab3e9..0000000 --- a/banshee-0.10.7-dll-path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 8183eac..70f418d 100644 --- a/banshee.spec +++ b/banshee.spec @@ -1,6 +1,6 @@ Name: banshee -Version: 0.10.7 -Release: 2 +Version: 0.10.8 +Release: 1 Summary: easily import, manage, and play selections from your music collection Group: Applications/Multimedia @@ -29,8 +29,6 @@ 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 @@ -38,7 +36,6 @@ 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} @@ -99,6 +96,9 @@ fi %exclude %{_libdir}/banshee/*.la %changelog +* Tue Mar 14 2006 Christopher Aillon 0.10.8-1 +- Update to 0.10.8 + * Thu Mar 9 2006 Christopher Aillon 0.10.7-2 - Add explicit Requires on libipoddevice (#184482) diff --git a/sources b/sources index 89a734d..d54801c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cae68ff23077f4ec37ab23b040c2470a banshee-0.10.7.tar.gz +cfa4051cd8aba171a09dcb9a3f34fef3 banshee-0.10.8.tar.gz