Hello community,

here is the log from the commit of package gnome-packagekit for openSUSE:12.2 
checked in at 2012-07-02 10:51:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/gnome-packagekit (Old)
 and      /work/SRC/openSUSE:12.2/.gnome-packagekit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-packagekit", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:12.2/gnome-packagekit/gnome-packagekit.changes   
2012-06-25 15:20:33.000000000 +0200
+++ /work/SRC/openSUSE:12.2/.gnome-packagekit.new/gnome-packagekit.changes      
2012-07-02 10:51:21.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Jul  1 18:02:07 UTC 2012 - badshah...@gmail.com
+
+- Add gnome-packagekit-larger-details-pane.patch to make the
+  details pane in the update viewer larger (bnc#730971,bgo#666635);
+  patch came from Gary and was pushed to the upstream bug report.
+
+-------------------------------------------------------------------

New:
----
  gnome-packagekit-larger-details-pane.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-packagekit.spec ++++++
--- /var/tmp/diff_new_pack.IlA9Nd/_old  2012-07-02 10:51:21.000000000 +0200
+++ /var/tmp/diff_new_pack.IlA9Nd/_new  2012-07-02 10:51:21.000000000 +0200
@@ -30,6 +30,8 @@
 Source:         
http://download.gnome.org/sources/gnome-packagekit/3.4/%{name}-%{version}.tar.xz
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch1:         gnome-packagekit-OnlyShowIn.patch
+# PATCH-FIX-UPSTREAM gnome-packagekit-larger-details-pane.patch bnc#730971 
bgo#666635 badshah400@gmailcom -- Make the details pane in the update viewer 
larger (patch came from Gary, pushed to upstream bug)
+Patch2:         gnome-packagekit-larger-details-pane.patch
 BuildRequires:  PackageKit-devel
 BuildRequires:  dbus-1-devel
 BuildRequires:  desktop-file-utils
@@ -84,6 +86,7 @@
 %setup -q
 translation-update-upstream
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure \


++++++ gnome-packagekit-larger-details-pane.patch ++++++
>From 2265a3523d56ffbf7bd62f87b5c56a7c3fe7cf85 Mon Sep 17 00:00:00 2001
From: Gary Ching-Pang Lin <chingp...@gmail.com>
Date: Wed, 21 Dec 2011 14:51:54 +0800
Subject: [PATCH] Set the default height of the details expander

This commit sets a reasonable height for the details expander, so
that the user can read the description easily.

https://bugzilla.gnome.org/show_bug.cgi?id=666635
---
 data/gpk-update-viewer.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/data/gpk-update-viewer.ui b/data/gpk-update-viewer.ui
index f89798d..ad7d247 100644
--- a/data/gpk-update-viewer.ui
+++ b/data/gpk-update-viewer.ui
@@ -234,6 +234,7 @@
                 <property name="can_focus">True</property>
                 <child>
                   <object class="GtkScrolledWindow" 
id="scrolledwindow_details">
+                    <property name="height_request">100</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="shadow_type">in</property>
-- 
1.7.7


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to