Author: salimma
Update of /cvs/free/rpms/vagalume/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5390/devel
Modified Files:
vagalume.spec
Added Files:
vagalume-0.7.1-border_width.patch
Log Message:
* Tue May 5 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.7.1-2
- Fix border width (upstream bug #4041)
vagalume-0.7.1-border_width.patch:
--- NEW FILE vagalume-0.7.1-border_width.patch ---
--- vagalume-0.7.1.orig/src/vgl-main-window.c.border_width 2009-02-26 09:12:11.000000000
-0500
+++ vagalume-0.7.1.orig/src/vgl-main-window.c 2009-05-05 20:02:01.339619300 -0400
@@ -1016,13 +1016,14 @@
priv->progressbar_text = g_string_sized_new(30);
g_string_assign(priv->progressbar_text, " ");
/* Window */
-#ifndef USE_HILDON_WINDOW
+#ifdef USE_HILDON_WINDOW
+ gtk_container_set_border_width(GTK_CONTAINER(win), 2);
+#else
win->type = GTK_WINDOW_TOPLEVEL;
gtk_window_set_default_size(win, 500, -1);
#endif
gtk_window_add_accel_group(win, accel);
gtk_window_set_icon_from_file(win, APP_ICON, NULL);
- gtk_container_set_border_width(GTK_CONTAINER(win), 2);
/* Boxes */
vbox = GTK_BOX(gtk_vbox_new(FALSE, 5));
centralbox = GTK_BOX(gtk_hbox_new(FALSE, 5));
Index: vagalume.spec
===================================================================
RCS file: /cvs/free/rpms/vagalume/devel/vagalume.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vagalume.spec 24 Mar 2009 20:41:23 -0000 1.4
+++ vagalume.spec 6 May 2009 00:08:03 -0000 1.5
@@ -1,12 +1,13 @@
Name: vagalume
Version: 0.7.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Last.fm client for GNOME and Maemo
Group: Applications/Multimedia
License: GPLv3
URL:
http://vagalume.igalia.com/
Source0:
http://vagalume.igalia.com/files/source/vagalume_%{version}.orig.tar.gz
+Patch0: %{name}-0.7.1-border_width.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gstreamer-devel gtk2-devel libxml2-devel
@@ -45,6 +46,7 @@
%prep
%setup -q -n %{name}-%{version}.orig
+%patch0 -p1 -b .border_width
%build
@@ -91,6 +93,9 @@
%changelog
+* Tue May 5 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.7.1-2
+- Fix border width (upstream bug #4041)
+
* Tue Mar 24 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.7.1-1
- Update to 0.7.1