rpms/bluez-gnome/devel bluez-gnome-remove-class.patch, 1.2, 1.3 bluez-gnome.spec, 1.33, 1.34

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Thu Feb 7 12:07:36 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/bluez-gnome/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25172

Modified Files:
	bluez-gnome-remove-class.patch bluez-gnome.spec 
Log Message:
* Thu Feb 07 2008 - Bastien Nocera <bnocera at redhat.com> - 0.17-2
- Update the patch to remove the class setting


bluez-gnome-remove-class.patch:

Index: bluez-gnome-remove-class.patch
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-gnome/devel/bluez-gnome-remove-class.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bluez-gnome-remove-class.patch	6 Feb 2008 10:23:04 -0000	1.2
+++ bluez-gnome-remove-class.patch	7 Feb 2008 12:07:11 -0000	1.3
@@ -2,9 +2,9 @@
 ===================================================================
 RCS file: /cvsroot/bluez/gnome/properties/adapter.c,v
 retrieving revision 1.19
-diff -u -p -r1.19 adapter.c
+diff -u -p -u -p -r1.19 adapter.c
 --- properties/adapter.c	2 Feb 2008 04:09:43 -0000	1.19
-+++ properties/adapter.c	6 Feb 2008 10:13:39 -0000
++++ properties/adapter.c	7 Feb 2008 12:03:18 -0000
 @@ -208,42 +208,6 @@ static gboolean focus_callback(GtkWidget
  	return FALSE;
  }
@@ -64,10 +64,13 @@
  
  	object = dbus_g_proxy_new_for_name(connection, "org.bluez",
  					adapter->path, "org.bluez.Adapter");
-@@ -704,42 +666,6 @@ static void create_adapter(struct adapte
- 	label = create_label(_("Class of device"));
- 	gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
+@@ -701,45 +663,6 @@ static void create_adapter(struct adapte
+ 	vbox = gtk_vbox_new(FALSE, 6);
+ 	gtk_box_pack_start(GTK_BOX(hbox), vbox, FALSE, FALSE, 0);
  
+-	label = create_label(_("Class of device"));
+-	gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
+-
 -	combobox = gtk_combo_box_new_text();
 -	gtk_combo_box_append_text(GTK_COMBO_BOX(combobox),
 -						_("Unspecified"));
@@ -111,9 +114,9 @@
 ===================================================================
 RCS file: /cvsroot/bluez/gnome/properties/general.c,v
 retrieving revision 1.3
-diff -u -p -r1.3 general.c
+diff -u -p -u -p -r1.3 general.c
 --- properties/general.c	2 Feb 2008 04:09:43 -0000	1.3
-+++ properties/general.c	6 Feb 2008 10:13:39 -0000
++++ properties/general.c	7 Feb 2008 12:03:18 -0000
 @@ -116,17 +116,6 @@ static void autoauth_callback(GtkWidget 
  	gconf_client_set_bool(gconf, PREF_AUTO_AUTHORIZE, value, NULL);
  }


Index: bluez-gnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-gnome/devel/bluez-gnome.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- bluez-gnome.spec	7 Feb 2008 01:03:10 -0000	1.33
+++ bluez-gnome.spec	7 Feb 2008 12:07:11 -0000	1.34
@@ -1,6 +1,6 @@
 Name:		bluez-gnome
 Version:	0.17
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Bluetooth pairing and control applet
 
 Group:		Applications/System
@@ -135,6 +135,9 @@
 %{_datadir}/man/man1/bluetooth-analyzer.1.gz
 
 %changelog
+* Thu Feb 07 2008 - Bastien Nocera <bnocera at redhat.com> - 0.17-2
+- Update the patch to remove the class setting
+
 * Thu Feb 07 2008 - Bastien Nocera <bnocera at redhat.com> - 0.17-1
 - Update to 0.17
 - Update new sendto patch




More information about the fedora-extras-commits mailing list