1
0

Accepting request 392277 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/392277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2016-05-05 10:10:12 +00:00 committed by Git OBS Bridge
commit a92e802a1b
5 changed files with 51 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5f5db23322c4cd946cd20735ced01515e4756c3d8cae1f16d24b6bf13197bc6
size 3176204

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e12b48443eeff82d309d971798d3758f48e08b681d192b5bdeaadf4a4bbb40f
size 3500540

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Apr 25 14:25:43 UTC 2016 - zaitor@opensuse.org
- Update to version 3.20.2:
+ Allow popular and featured apps to match any plugin.
+ Do not make the ODRS plugin depend on xdg-app.
+ Fix many of the os-upgrade issues and implement the latest
mockups.
+ Fix several issues when running on Unity.
+ Make all the plugins more threadsafe.
+ Return all update descriptions newer than the installed
version.
+ Show some non-fatal error messages if installing fails.
+ Use a background PackageKit transaction when downloading
upgrades.
+ Updated translations.
- Add gs-compile-against-old-appstream-glib.patch: Fix build
against the appstream-glib we currently have, patch from
upstream git.
-------------------------------------------------------------------
Tue Apr 12 08:45:22 UTC 2016 - dimstar@opensuse.org

View File

@ -17,7 +17,7 @@
Name: gnome-software
Version: 3.20.1
Version: 3.20.2
Release: 0
%define gs_plugin_api 9
Summary: GNOME Software Store
@ -29,6 +29,8 @@ Source: http://download.gnome.org/sources/gnome-software/3.20/%{name}-%{
Patch0: gnome-software-add-default-yast-appfolder.patch
# PATCH-FIX-UPSTREAM gnome-software-icon-crash.patch boo#974806 mgorse@suse.com -- don't crash if unable to find a cached icon.
Patch1: gnome-software-icon-crash.patch
# PATCH-FIX-UPSTREAM gs-compile-against-old-appstream-glib.patch zaitor@opensuse.org -- Support compiling against old versions of appstream-glib
Patch2: gs-compile-against-old-appstream-glib.patch
BuildRequires: intltool >= 0.35.0
BuildRequires: suse-xsl-stylesheets
BuildRequires: update-desktop-files
@ -61,6 +63,7 @@ AppStore like management of Applications for your GNOME Desktop.
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
%configure \

View File

@ -0,0 +1,24 @@
From d73cb3ed65f1414662452cdd8cf85ae6835ebecf Mon Sep 17 00:00:00 2001
From: Richard Hughes <richard@hughsie.com>
Date: Mon, 25 Apr 2016 15:59:22 +0100
Subject: trivial: Support compiling against old versions of appstream-glib
---
src/gs-app.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gs-app.h b/src/gs-app.h
index 6cb48c2..d546673 100644
--- a/src/gs-app.h
+++ b/src/gs-app.h
@@ -78,6 +78,7 @@ typedef enum {
#endif
#if !AS_CHECK_VERSION(0,5,14)
+#define AS_APP_QUIRK_NEEDS_REBOOT (1 << 4)
#define AS_APP_QUIRK_NOT_REVIEWABLE (1 << 5)
#endif
--
cgit v0.12