forked from pool/gnome-software
Accepting request 387957 from GNOME:Next
Resub rebased sub. OBS-URL: https://build.opensuse.org/request/show/387957 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=79
This commit is contained in:
parent
287d13874e
commit
fea433d30e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d2e187b8f0c70e5b5e0841b123310bd3bf961a47e23fcca106a84ea92b80b70
|
||||
size 3169944
|
3
gnome-software-3.20.1.tar.xz
Normal file
3
gnome-software-3.20.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5f5db23322c4cd946cd20735ced01515e4756c3d8cae1f16d24b6bf13197bc6
|
||||
size 3176204
|
@ -1,13 +0,0 @@
|
||||
Index: gnome-software-3.11.1/src/gs-application.c
|
||||
===================================================================
|
||||
--- gnome-software-3.11.1.orig/src/gs-application.c
|
||||
+++ gnome-software-3.11.1/src/gs-application.c
|
||||
@@ -110,7 +110,7 @@ gs_application_initialize_plugins (GsApp
|
||||
exit (1);
|
||||
}
|
||||
gs_plugin_loader_set_enabled (app->plugin_loader,
|
||||
- "packagekit-updates", FALSE);
|
||||
+ "packagekit-updates", TRUE);
|
||||
|
||||
/* show the priority of each plugin */
|
||||
gs_plugin_loader_dump_state (app->plugin_loader);
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 12 08:45:22 UTC 2016 - dimstar@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 - mgorse@suse.com
|
||||
|
||||
|
@ -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,12 +25,10 @@ License: GPL-2.0+
|
||||
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 dimstar@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 badshah400@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 mgorse@suse.com -- don't crash if unable to find a cached icon.
|
||||
Patch2: gnome-software-icon-crash.patch
|
||||
Patch1: gnome-software-icon-crash.patch
|
||||
BuildRequires: intltool >= 0.35.0
|
||||
BuildRequires: suse-xsl-stylesheets
|
||||
BuildRequires: update-desktop-files
|
||||
@ -61,10 +59,8 @@ AppStore like management of Applications for your GNOME Desktop.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
# Disables - let's try the systemd offline updater
|
||||
#patch0 -p1
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
Loading…
x
Reference in New Issue
Block a user