Update to 3.18.3

This commit is contained in:
Richard Hughes 2015-11-05 12:01:52 +00:00 committed by Kalev Lember
parent a1c2690a5f
commit 83cb46d41e
4 changed files with 10 additions and 39 deletions

1
.gitignore vendored
View File

@ -50,3 +50,4 @@
/gnome-software-3.18.0.tar.xz
/gnome-software-3.18.1.tar.xz
/gnome-software-3.18.2.tar.xz
/gnome-software-3.18.3.tar.xz

View File

@ -1,32 +0,0 @@
From 8bdfdb2c8378780c0fd9b7a33f4a4df73179a496 Mon Sep 17 00:00:00 2001
From: Kalev Lember <klember@redhat.com>
Date: Mon, 26 Oct 2015 08:30:43 +0100
Subject: [PATCH] Revert "Use the AppStream state when loading from a store"
This needs appstream-glib master to work right. With latest stable
appstream-glib 0.5.1, this commit confused gnome-software state tracking
and led to removed apps going back to the installed state a few seconds
after having removed them.
This reverts commit 0d365593c1926d9e2fd588a5650ca1fee1b7f15a.
---
src/plugins/gs-plugin-appstream.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/plugins/gs-plugin-appstream.c b/src/plugins/gs-plugin-appstream.c
index e574e89..eb430eb 100644
--- a/src/plugins/gs-plugin-appstream.c
+++ b/src/plugins/gs-plugin-appstream.c
@@ -488,9 +488,6 @@ gs_plugin_refine_item (GsPlugin *plugin,
case AS_APP_SOURCE_KIND_METAINFO:
gs_app_set_state (app, AS_APP_STATE_INSTALLED);
break;
- case AS_APP_SOURCE_KIND_APPSTREAM:
- gs_app_set_state (app, as_app_get_state (item));
- break;
default:
break;
}
--
2.5.0

View File

@ -8,8 +8,8 @@
Summary: A software center for GNOME
Name: gnome-software
Version: 3.18.2
Release: 2%{?dist}
Version: 3.18.3
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://wiki.gnome.org/Apps/Software
@ -20,9 +20,6 @@ Patch0: gnome-software-system-apps.patch
# Downstream patch to adapt to gnome-terminal desktop file rename
Patch1: gnome-software-adapt-to-gnome-terminal-rename.patch
# Backported from upstream
Patch2: 0001-Revert-Use-the-AppStream-state-when-loading-from-a-s.patch
Requires: appstream-data
%if 0%{?fedora}
Requires: epiphany-runtime
@ -64,7 +61,6 @@ and update software in the GNOME desktop.
%setup -q
%patch0 -p1 -b .system-apps
%patch1 -p1 -b .gnome-terminal
%patch2 -p1
%build
%configure --disable-static --disable-silent-rules
@ -121,6 +117,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/gnome-software/modulesets.d/*.xml
%changelog
* Thu Nov 05 2015 Richard Hughes <rhughes@redhat.com> - 3.18.3-1
- Update to 3.18.3
- Use the correct user agent string when downloading firmware
- Fix a crash in the limba plugin
- Fix installing web applications
* Mon Oct 26 2015 Kalev Lember <klember@redhat.com> - 3.18.2-2
- Fix apps reappearing as installed a few seconds after removal (#1275163)

View File

@ -1 +1 @@
adc00b14b508b2d24faa7b5d65fcfdf4 gnome-software-3.18.2.tar.xz
dc93107a8fb1a2cbda6faf144a6f4537 gnome-software-3.18.3.tar.xz