rpms/gnome-lirc-properties/devel glp-glade-warning.patch, NONE, 1.1 gnome-lirc-properties.spec, 1.6, 1.7

Bastien Nocera hadess at fedoraproject.org
Thu Oct 16 17:00:38 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/gnome-lirc-properties/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21584

Modified Files:
	gnome-lirc-properties.spec 
Added Files:
	glp-glade-warning.patch 
Log Message:
* Thu Oct 16 2008 - Bastien Nocera <bnocera at redhat.com> - 0.2.8-8
- Fix glade warning on startup


glp-glade-warning.patch:

--- NEW FILE glp-glade-warning.patch ---
Index: data/gnome-lirc-properties.glade
===================================================================
--- data/gnome-lirc-properties.glade	(revision 60)
+++ data/gnome-lirc-properties.glade	(working copy)
@@ -174,7 +174,7 @@
                                       <widget class="GtkSpinButton" id="spinbutton_device">
                                         <property name="can_focus">True</property>
                                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                                        <property name="adjustment">0 0 100 1 10 10</property>
+                                        <property name="adjustment">0 0 100 1 10 0</property>
                                         <signal name="value_changed" handler="_on_spinbutton_device_value_changed"/>
                                       </widget>
                                     </child>


Index: gnome-lirc-properties.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-lirc-properties/devel/gnome-lirc-properties.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnome-lirc-properties.spec	16 Oct 2008 16:53:50 -0000	1.6
+++ gnome-lirc-properties.spec	16 Oct 2008 17:00:08 -0000	1.7
@@ -6,7 +6,7 @@
 
 Name:		gnome-lirc-properties
 Version:	0.2.8
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	Infrared Remote Controls setup tool
 
 Group:		User Interface/X Hardware Support
@@ -21,6 +21,8 @@
 Patch1:		glp-add-ps3-detection-4.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=556585
 Patch2:		glp-dont-use-fluendo-remotes.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=556552
+Patch3:		glp-glade-warning.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -49,6 +51,7 @@
 %patch0 -p0 -b .fedora
 %patch1 -p0 -b .ps3
 %patch2 -p0 -b .no-fluendo-remotes
+%patch3 -p0 -b .glade-warning
 gnome-doc-prepare --force
 aclocal
 automake --add-missing
@@ -103,6 +106,9 @@
 %{_datadir}/%{name}/
 
 %changelog
+* Thu Oct 16 2008 - Bastien Nocera <bnocera at redhat.com> - 0.2.8-8
+- Fix glade warning on startup
+
 * Thu Oct 16 2008 - Bastien Nocera <bnocera at redhat.com> - 0.2.8-7
 - Remove "Update" button, and don't load Fluendo provided remote
   definitions, they're older than ours




More information about the scm-commits mailing list