Hello community,

here is the log from the commit of package gnome-packagekit for 
openSUSE:Factory checked in at 2014-01-28 12:03:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-packagekit (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-packagekit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-packagekit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-packagekit/gnome-packagekit.changes        
2013-10-17 20:41:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-packagekit.new/gnome-packagekit.changes   
2014-01-28 12:03:10.000000000 +0100
@@ -1,0 +2,8 @@
+Sat Jan 25 08:52:18 UTC 2014 - [email protected]
+
+- Add gpk-expand-repos-and-softwarelog.patch, properly expand list
+  of repositories and software log, making them readable.
+  Taken from upstream git.
+- Add missing patchtag to patch1.
+
+-------------------------------------------------------------------

New:
----
  gpk-expand-repos-and-softwarelog.patch

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

Other differences:
------------------
++++++ gnome-packagekit.spec ++++++
--- /var/tmp/diff_new_pack.npLiQl/_old  2014-01-28 12:03:11.000000000 +0100
+++ /var/tmp/diff_new_pack.npLiQl/_new  2014-01-28 12:03:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-packagekit
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,8 +30,10 @@
 Source:         
http://download.gnome.org/sources/gnome-packagekit/3.10/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gnome-packagekit-displaysize.patch [email protected] 
-- Never expand over 90% of the screen size,
 Patch0:         gnome-packagekit-displaysize.patch
-# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
+# PATCH-FEATURE-OPENSUSE -- Only show gnome-packagekit in gnome.
 Patch1:         gnome-packagekit-OnlyShowIn.patch
+# PATCH-FIX-UPSTREAM gpk-expand-repos-and-softwarelog.patch 
[email protected] -- Properly expand repository list and software log, making 
them readable.
+Patch2:         gpk-expand-repos-and-softwarelog.patch
 BuildRequires:  PackageKit-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  docbook-utils-minimal
@@ -85,6 +87,7 @@
 translation-update-upstream
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure \

++++++ gpk-expand-repos-and-softwarelog.patch ++++++
>From 010e5c9995d77e8f193ed8ee133529124f1fd283 Mon Sep 17 00:00:00 2001
From: Michael Catanzaro <[email protected]>
Date: Thu, 02 Jan 2014 02:28:07 +0000
Subject: Fix Software Log

The list needs to be expanded
---
diff --git a/data/gpk-log.ui b/data/gpk-log.ui
index 05c407c..15fa22d 100644
--- a/data/gpk-log.ui
+++ b/data/gpk-log.ui
@@ -72,6 +72,7 @@
           </object>
           <packing>
             <property name="position">1</property>
+            <property name="expand">True</property>
           </packing>
         </child>
         <child internal-child="action_area">
--
cgit v0.9.2

>From b16d9d243c024882006427f222df9cb0d40b0123 Mon Sep 17 00:00:00 2001
From: Richard Hughes <[email protected]>
Date: Tue, 08 Oct 2013 13:39:06 +0000
Subject: Show the whole list in the window when showing repos

---
diff --git a/data/gpk-prefs.ui b/data/gpk-prefs.ui
index 8acae8a..c83f63b 100644
--- a/data/gpk-prefs.ui
+++ b/data/gpk-prefs.ui
@@ -402,7 +402,7 @@
             </child>
           </object>
           <packing>
-            <property name="expand">False</property>
+            <property name="expand">True</property>
             <property name="fill">True</property>
             <property name="position">1</property>
           </packing>
--
cgit v0.9.2
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to