rpms/gnome-packagekit/devel gpk-size-request.patch, NONE, 1.1 gnome-packagekit.spec, 1.58, 1.59

Richard Hughes rhughes at fedoraproject.org
Mon Oct 27 21:45:15 UTC 2008


Author: rhughes

Update of /cvs/pkgs/rpms/gnome-packagekit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22331

Modified Files:
	gnome-packagekit.spec 
Added Files:
	gpk-size-request.patch 
Log Message:
* Mon Oct 27 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.9-3
- Fix the size request of gpk-application to fix rh#467987


gpk-size-request.patch:

--- NEW FILE gpk-size-request.patch ---
commit 35209ff843ce0e90c886bdcdb16a7475ec300b06
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Oct 27 21:40:56 2008 +0000

    bugfix: fix the size request of gpk-application to fix rh#467987

diff --git a/src/gpk-application.c b/src/gpk-application.c
index f0fba06..1155b69 100644
--- a/src/gpk-application.c
+++ b/src/gpk-application.c
@@ -3377,7 +3377,7 @@ gpk_application_init (GpkApplication *application)
 	gtk_widget_set_sensitive (widget, FALSE);
 
 	/* set a size, if the screen allows */
-	ret = gpk_window_set_size_request (GTK_WINDOW (main_window), 100000, 500);
+	ret = gpk_window_set_size_request (GTK_WINDOW (main_window), 1000, 500);
 
 	/* we are small form factor */
 	if (!ret) {


Index: gnome-packagekit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/devel/gnome-packagekit.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- gnome-packagekit.spec	27 Oct 2008 21:30:14 -0000	1.58
+++ gnome-packagekit.spec	27 Oct 2008 21:44:45 -0000	1.59
@@ -4,7 +4,7 @@
 Summary:   GNOME PackageKit Client
 Name:      gnome-packagekit
 Version:   0.3.9
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   GPLv2+
 Group:     Applications/System
 URL:       http://www.packagekit.org
@@ -14,8 +14,8 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0:    gnome-packagekit-enable-kde.patch
 
-# Upstream: cc6ecacb62f66bbe4ce71f14583e108d6026b20f
-#Patch1:    gpk~fix-resize-small-form-factor.patch
+# Upstream: 35209ff843ce0e90c886bdcdb16a7475ec300b06
+Patch1:    gpk-size-request.patch
 
 Requires:  gtk2 >= 2.12.0
 Requires:  gnome-icon-theme
@@ -207,6 +207,9 @@
 %{_datadir}/applications/gpk-service-pack.desktop
 
 %changelog
+* Mon Oct 27 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.9-3
+- Fix the size request of gpk-application to fix rh#467987
+
 * Mon Oct 27 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.9-2
 - Split out the service pack creator and the backend status programs
   into a gnome-packagekit-extra package as it's not suitable for the




More information about the scm-commits mailing list