rpms/muine/F-9 muine-0.8.8-button.patch, NONE, 1.1 muine.spec, 1.23, 1.24

Xavier LAMIEN laxathom at fedoraproject.org
Fri Oct 24 12:28:15 UTC 2008


Author: laxathom

Update of /cvs/pkgs/rpms/muine/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10026

Modified Files:
	muine.spec 
Added Files:
	muine-0.8.8-button.patch 
Log Message:
rebuild for new gtk-sharp2

muine-0.8.8-button.patch:

--- NEW FILE muine-0.8.8-button.patch ---
--- muine-0.8.8/src/PlaylistWindow.cs.false	2007-10-08 17:25:25.000000000 +0200
+++ muine-0.8.8/src/PlaylistWindow.cs	2008-10-24 14:10:30.000000000 +0200
@@ -176,7 +176,7 @@
 		[Glade.Widget] private Button       add_song_button   ;
 		[Glade.Widget] private Button       add_album_button  ;		
 
-		private VolumeButton volume_button;
+		private Bacon.VolumeButton volume_button;
 
 		// Widgets :: Player
 		[Glade.Widget] private Label song_label;
@@ -869,7 +869,7 @@
 			add_album_button  .Clicked += OnAddAlbumButtonClicked;
 
 			// Volume
-			volume_button = new VolumeButton ();
+			volume_button = new Bacon.VolumeButton ();
 			volume_button_container.Add (volume_button);
 			volume_button.Visible = true;
 			volume_button.VolumeChanged += OnVolumeChanged;


Index: muine.spec
===================================================================
RCS file: /cvs/pkgs/rpms/muine/F-9/muine.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- muine.spec	22 Oct 2008 20:59:07 -0000	1.23
+++ muine.spec	24 Oct 2008 12:27:45 -0000	1.24
@@ -10,6 +10,7 @@
 Source0:        http://www.muine-player.org/releases/muine-%{version}.tar.gz
 #Patch0:         %{name}-%{version}-flac-1.1.3.patch
 #Patch1:         %{name}-%{version}-64bit.patch
+Patch2:        %{name}-%{version}-button.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  mono-devel, gtk-sharp2-devel
@@ -48,6 +49,7 @@
 %setup -q
 #%patch0 -p1
 #%patch1 -p1
+%patch2 -p1
 
 %build
 %configure
@@ -128,6 +130,7 @@
 %changelog
 * Wed Oct 22 2008 Xavier Lamien <lxtnow[at]gmail> - 0.8.8-10
 - Rebuild against new gtk-sharp2.
+- Fix buttonWindow.
 
 * Fri Apr 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.8.8-9
 - BR: dbus-sharp-devel, prevents copies of dlls from being used




More information about the scm-commits mailing list