rpms/gnome-bluetooth/F-11 wizard-padding.patch, NONE, 1.1 gnome-bluetooth.spec, 1.75, 1.76

Matthias Clasen mclasen at fedoraproject.org
Sat Apr 18 05:44:26 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-bluetooth/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6408

Modified Files:
	gnome-bluetooth.spec 
Added Files:
	wizard-padding.patch 
Log Message:
Add padding to the wizard


wizard-padding.patch:

--- NEW FILE wizard-padding.patch ---
diff -up gnome-bluetooth-2.27.4/wizard/wizard.ui.padding gnome-bluetooth-2.27.4/wizard/wizard.ui
--- gnome-bluetooth-2.27.4/wizard/wizard.ui.padding	2009-04-18 01:37:01.645051467 -0400
+++ gnome-bluetooth-2.27.4/wizard/wizard.ui	2009-04-18 01:37:28.466298550 -0400
@@ -7,6 +7,7 @@
     <property name="window_position">center</property>
     <property name="default_width">440</property>
     <property name="default_height">440</property>
+    <property name="border-width">12</property>
     <signal name="prepare" handler="prepare_callback"/>
     <signal name="cancel" handler="close_callback"/>
     <signal name="close" handler="close_callback"/>


Index: gnome-bluetooth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-bluetooth/F-11/gnome-bluetooth.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- gnome-bluetooth.spec	16 Apr 2009 18:06:50 -0000	1.75
+++ gnome-bluetooth.spec	18 Apr 2009 05:43:56 -0000	1.76
@@ -1,6 +1,6 @@
 Name:		gnome-bluetooth
 Version:	2.27.4
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Bluetooth graphical utilities
 
 Group:		Applications/Communications
@@ -9,6 +9,8 @@
 Source0:	http://download.gnome.org/sources/gnome-bluetooth/2.27/gnome-bluetooth-%{version}.tar.bz2
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
+Patch0:		wizard-padding.patch
+
 BuildRequires:	gtk2-devel
 BuildRequires:	GConf2-devel
 BuildRequires:	dbus-glib-devel
@@ -62,6 +64,7 @@
 
 %prep
 %setup -q -n gnome-bluetooth-%{version}
+%patch0 -p1 -b .wizard-padding
 
 %build
 %configure --disable-desktop-update --disable-icon-update
@@ -182,6 +185,9 @@
 %{_datadir}/gtk-doc/html/gnome-bluetooth/
 
 %changelog
+* Sat Apr 18 2009 Matthias Clasen <mclasen at redhat.com> - 2.27.4-3
+- Add padding to the wizard
+
 * Thu Apr 16 2009 - Bastien Nocera <bnocera at redhat.com> - 2.27.4-2
 - Require the PA Bluetooth plugins
 




More information about the fedora-extras-commits mailing list