Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2016-04-16 22:08:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-software.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-software"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes    
2016-03-29 14:35:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes       
2016-04-16 22:08:39.000000000 +0200
@@ -1,0 +2,17 @@
+Tue Apr 12 08:45:22 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.20.1:
+  + Do not make the ODRS functionality depend on xdg-app.
+  + Fix live installing firmware.
+  + Support unlocking fwupd devices.
+  + Updated translations.
+- Drop gnome-software-PK-updates.patch: it has been disabled for
+  two years.
+
+-------------------------------------------------------------------
+Mon Apr 11 22:06:54 UTC 2016 - mgo...@suse.com
+
+- Add gnome-software-icon-crash.patch: fix crash when unable to
+  find icon (boo#974806 bgo#764921).
+
+-------------------------------------------------------------------

Old:
----
  gnome-software-3.20.0.tar.xz
  gnome-software-PK-updates.patch

New:
----
  gnome-software-3.20.1.tar.xz
  gnome-software-icon-crash.patch

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

Other differences:
------------------
++++++ gnome-software.spec ++++++
--- /var/tmp/diff_new_pack.Y02Fy0/_old  2016-04-16 22:08:40.000000000 +0200
+++ /var/tmp/diff_new_pack.Y02Fy0/_new  2016-04-16 22:08:40.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gnome-software
-Version:        3.20.0
+Version:        3.20.1
 Release:        0
 %define gs_plugin_api 9
 Summary:        GNOME Software Store
@@ -25,10 +25,10 @@
 Group:          System/GUI/GNOME
 Url:            https://wiki.gnome.org/Design/Apps/Software
 Source:         
http://download.gnome.org/sources/gnome-software/3.20/%{name}-%{version}.tar.xz
-# PATCH-FEATURE-OPENSUSE gnome-software-PK-updates.patch dims...@opensuse.org 
-- Switch to PackageKit Update provider instead of systemd offline updates.
-Patch0:         gnome-software-PK-updates.patch
 # PATCH-FEATURE-OPENSUSE gnome-software-add-default-yast-appfolder.patch 
boo#897713 badshah...@gmail.com -- Adds a YaST app-folder by default, in 
addition to existing app-folders Sundry and Utilities
-Patch1:         gnome-software-add-default-yast-appfolder.patch
+Patch0:         gnome-software-add-default-yast-appfolder.patch
+# PATCH-FIX-UPSTREAM gnome-software-icon-crash.patch boo#974806 
mgo...@suse.com -- don't crash if unable to find a cached icon.
+Patch1:         gnome-software-icon-crash.patch
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  update-desktop-files
@@ -59,8 +59,7 @@
 
 %prep
 %setup -q
-# Disables - let's try the systemd offline updater
-#patch0 -p1
+%patch0 -p1
 %patch1 -p1
 
 %build

++++++ gnome-software-3.20.0.tar.xz -> gnome-software-3.20.1.tar.xz ++++++
++++ 10499 lines of diff (skipped)

++++++ gnome-software-icon-crash.patch ++++++
>From 2911419f0d496e3f0e8708cfed75e5cecee2226b Mon Sep 17 00:00:00 2001
From: Mike Gorse <mgo...@suse.com>
Date: Mon, 11 Apr 2016 16:53:14 -0500
Subject: [PATCH] Don't crash if unable to find a cached icon

https://bugzilla.gnome.org/show_bug.cgi?id=764921
---
 src/plugins/gs-appstream.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/gs-appstream.c b/src/plugins/gs-appstream.c
index 4ddd0d2..953dc7e 100644
--- a/src/plugins/gs-appstream.c
+++ b/src/plugins/gs-appstream.c
@@ -87,7 +87,7 @@ gs_refine_item_pixbuf (GsPlugin *plugin, GsApp *app, AsApp 
*item)
                        icon = as_app_get_icon_for_size (item, 64, 64);
                if (icon == NULL) {
                        g_warning ("failed to find cached icon %s",
-                                  as_icon_get_name (icon));
+                                  as_app_get_name (item, NULL));
                        return;
                }
                if (!as_icon_load (icon, AS_ICON_LOAD_FLAG_SEARCH_SIZE, 
&error)) {
-- 
2.6.2


Reply via email to