rpms/bluez-gnome/devel .cvsignore, 1.13, 1.14 bluez-gnome-remove-class.patch, 1.3, 1.4 bluez-gnome.spec, 1.36, 1.37 sources, 1.13, 1.14 bluez-gnome-make-search-button-work.patch, 1.1, NONE

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Tue Feb 12 00:17:37 UTC 2008


Author: hadess

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

Modified Files:
	.cvsignore bluez-gnome-remove-class.patch bluez-gnome.spec 
	sources 
Removed Files:
	bluez-gnome-make-search-button-work.patch 
Log Message:
* Tue Feb 12 2008 - Bastien Nocera <bnocera at redhat.com> - 0.19-1
- Update to 0.19



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-gnome/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	11 Feb 2008 13:28:06 -0000	1.13
+++ .cvsignore	12 Feb 2008 00:17:01 -0000	1.14
@@ -1 +1 @@
-bluez-gnome-0.18.tar.gz
+bluez-gnome-0.19.tar.gz

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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bluez-gnome-remove-class.patch	7 Feb 2008 12:07:11 -0000	1.3
+++ bluez-gnome-remove-class.patch	12 Feb 2008 00:17:01 -0000	1.4
@@ -1,11 +1,11 @@
 Index: properties/adapter.c
 ===================================================================
 RCS file: /cvsroot/bluez/gnome/properties/adapter.c,v
-retrieving revision 1.19
-diff -u -p -u -p -r1.19 adapter.c
---- properties/adapter.c	2 Feb 2008 04:09:43 -0000	1.19
-+++ properties/adapter.c	7 Feb 2008 12:03:18 -0000
-@@ -208,42 +208,6 @@ static gboolean focus_callback(GtkWidget
+retrieving revision 1.22
+diff -u -p -r1.22 adapter.c
+--- properties/adapter.c	11 Feb 2008 14:34:37 -0000	1.22
++++ properties/adapter.c	12 Feb 2008 00:13:29 -0000
+@@ -212,42 +212,6 @@ static gboolean focus_callback(GtkWidget
  	return FALSE;
  }
  
@@ -48,7 +48,7 @@
  static void update_buttons(struct adapter_data *adapter, gboolean bonded,
  					gboolean trusted, gboolean connected)
  {
-@@ -529,7 +493,6 @@ static void create_adapter(struct adapte
+@@ -533,7 +497,6 @@ static void create_adapter(struct adapte
  	GtkWidget *button;
  	GtkWidget *scale;
  	GtkWidget *entry;
@@ -56,7 +56,7 @@
  	GtkWidget *buttonbox;
  	GtkWidget *scrolled;
  	GtkWidget *tree;
-@@ -537,7 +500,6 @@ static void create_adapter(struct adapte
+@@ -541,7 +504,6 @@ static void create_adapter(struct adapte
  	GtkTreeSelection *selection;
  	GSList *group = NULL;
  	gdouble value;
@@ -64,13 +64,15 @@
  
  	object = dbus_g_proxy_new_for_name(connection, "org.bluez",
  					adapter->path, "org.bluez.Adapter");
-@@ -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);
+@@ -708,47 +670,6 @@ static void create_adapter(struct adapte
+ 
+ 	adapter->class_box = vbox;
  
 -	label = create_label(_("Class of device"));
 -	gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
 -
+-	adapter->class_label = label;
+-
 -	combobox = gtk_combo_box_new_text();
 -	gtk_combo_box_append_text(GTK_COMBO_BOX(combobox),
 -						_("Unspecified"));
@@ -102,7 +104,7 @@
 -	} else
 -		gtk_widget_set_sensitive(GTK_WIDGET(combobox), FALSE);
 -
--	adapter->combo = combobox;
+-	adapter->class_combo = combobox;
 -
 -	g_signal_connect(G_OBJECT(combobox), "changed",
 -					G_CALLBACK(class_callback), adapter);
@@ -113,12 +115,12 @@
 Index: properties/general.c
 ===================================================================
 RCS file: /cvsroot/bluez/gnome/properties/general.c,v
-retrieving revision 1.3
-diff -u -p -u -p -r1.3 general.c
---- properties/general.c	2 Feb 2008 04:09:43 -0000	1.3
-+++ 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);
+retrieving revision 1.7
+diff -u -p -r1.7 general.c
+--- properties/general.c	11 Feb 2008 16:05:17 -0000	1.7
++++ properties/general.c	12 Feb 2008 00:13:29 -0000
+@@ -114,17 +114,6 @@ static void policy_callback(GtkWidget *b
+ 		update_icon_policy(button);
  }
  
 -#ifdef HAVE_HAL
@@ -132,10 +134,10 @@
 -}
 -#endif
 -
- GtkWidget *create_label(const gchar *str)
+ static void autoauth_callback(GtkWidget *button, gpointer user_data)
  {
- 	GtkWidget *label;
-@@ -172,22 +161,6 @@ GtkWidget *create_general(void)
+ 	gboolean value;
+@@ -219,27 +208,6 @@ GtkWidget *create_general(void)
  	g_signal_connect(G_OBJECT(button_autoauth), "toggled",
  					G_CALLBACK(autoauth_callback), NULL);
  
@@ -153,6 +155,11 @@
 -	gtk_box_pack_start(GTK_BOX(vbox), button_usehal, FALSE, FALSE, 0);
 -	g_signal_connect(G_OBJECT(button_usehal), "toggled",
 -					G_CALLBACK(usehal_callback), NULL);
+-
+-	if (value == TRUE)
+-		hide_class_widget();
+-	else
+-		show_class_widget();
 -#endif
 -
  	vbox = gtk_vbox_new(FALSE, 6);


Index: bluez-gnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-gnome/devel/bluez-gnome.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- bluez-gnome.spec	11 Feb 2008 17:31:17 -0000	1.36
+++ bluez-gnome.spec	12 Feb 2008 00:17:01 -0000	1.37
@@ -1,6 +1,6 @@
 Name:		bluez-gnome
-Version:	0.18
-Release:	2%{?dist}
+Version:	0.19
+Release:	1%{?dist}
 Summary:	Bluetooth pairing and control applet
 
 Group:		Applications/System
@@ -10,8 +10,6 @@
 Patch1:		bluez-gnome-remove-class.patch
 Patch2:		bluez-gnome-new-sendto-7.patch
 Patch3:		main.c
-# http://bugzilla.gnome.org/show_bug.cgi?id=515784
-Patch4:		bluez-gnome-make-search-button-work.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -54,9 +52,6 @@
 %patch1 -p0 -b .remove-class
 %patch2 -p0 -b .sendto
 cp -a %{PATCH3} sendto/
-pushd common/
-%patch4 -p0 -b .search-button
-popd
 
 %build
 aclocal
@@ -140,6 +135,9 @@
 %{_datadir}/man/man1/bluetooth-analyzer.1.gz
 
 %changelog
+* Tue Feb 12 2008 - Bastien Nocera <bnocera at redhat.com> - 0.19-1
+- Update to 0.19
+
 * Mon Feb 11 2008 - Bastien Nocera <bnocera at redhat.com> - 0.18-2
 - Add patch to make the search button work
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-gnome/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	11 Feb 2008 13:28:06 -0000	1.13
+++ sources	12 Feb 2008 00:17:01 -0000	1.14
@@ -1 +1 @@
-b5f6f1a9c63e3881d216588c4da1a119  bluez-gnome-0.18.tar.gz
+febb7db2421e2430711994b8c5c63efc  bluez-gnome-0.19.tar.gz


--- bluez-gnome-make-search-button-work.patch DELETED ---




More information about the fedora-extras-commits mailing list