rpms/banshee/devel banshee-0.10.7-dll-path.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 banshee.spec, 1.3, 1.4 sources, 1.2, 1.3

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Tue Mar 7 19:57:34 UTC 2006


Author: caillon

Update of /cvs/extras/rpms/banshee/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30249

Modified Files:
	.cvsignore banshee.spec sources 
Added Files:
	banshee-0.10.7-dll-path.patch 
Log Message:
* Tue Mar  7 2006 Christopher Aillon <caillon at redhat.com> 0.10.7-1
- Update to 0.10.7
- Fix build on x86-64


banshee-0.10.7-dll-path.patch:

--- NEW FILE banshee-0.10.7-dll-path.patch ---
--- 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; }; }


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/banshee/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	4 Mar 2006 16:22:25 -0000	1.2
+++ .cvsignore	7 Mar 2006 19:57:34 -0000	1.3
@@ -1 +1 @@
-banshee-0.10.6.tar.gz
+banshee-0.10.7.tar.gz


Index: banshee.spec
===================================================================
RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- banshee.spec	6 Mar 2006 22:43:19 -0000	1.3
+++ banshee.spec	7 Mar 2006 19:57:34 -0000	1.4
@@ -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): 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 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .dll-path
 
 %build
 export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
@@ -94,6 +97,10 @@
 %exclude %{_libdir}/banshee/*.la
 
 %changelog
+* Tue Mar  7 2006 Christopher Aillon <caillon at redhat.com> 0.10.7-1
+- Update to 0.10.7
+- Fix build on x86-64
+
 * Mon Mar  6 2006 Christopher Aillon <caillon at redhat.com> 0.10.6-3
 - Don't build with smp_mflags, as parallel make causes the build to fail
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/banshee/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 Mar 2006 16:22:25 -0000	1.2
+++ sources	7 Mar 2006 19:57:34 -0000	1.3
@@ -1 +1 @@
-398b69c1818568b9d7a39c5e036de84b  banshee-0.10.6.tar.gz
+cae68ff23077f4ec37ab23b040c2470a  banshee-0.10.7.tar.gz




More information about the fedora-extras-commits mailing list