commit gnome-software for openSUSE:Factory
Hello community, here is the log from the commit of package gnome-software for openSUSE:Factory checked in at 2016-05-05 12:10:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-04-16 22:08:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes 2016-05-05 12:10:13.000000000 +0200 @@ -1,0 +2,20 @@ +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. + +------------------------------------------------------------------- Old: ---- gnome-software-3.20.1.tar.xz New: ---- gnome-software-3.20.2.tar.xz gs-compile-against-old-appstream-glib.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-software.spec ++++++ --- /var/tmp/diff_new_pack.XgSmL2/_old 2016-05-05 12:10:14.000000000 +0200 +++ /var/tmp/diff_new_pack.XgSmL2/_new 2016-05-05 12:10:14.000000000 +0200 @@ -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 @@ 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 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %configure \ ++++++ gnome-software-3.20.1.tar.xz -> gnome-software-3.20.2.tar.xz ++++++ ++++ 25883 lines of diff (skipped) ++++++ gs-compile-against-old-appstream-glib.patch ++++++
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
participants (1)
-
root@hilbert.suse.de