diff --git a/gnome-software-3.20.0.tar.xz b/gnome-software-3.20.0.tar.xz deleted file mode 100644 index ef66d5f..0000000 --- a/gnome-software-3.20.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d2e187b8f0c70e5b5e0841b123310bd3bf961a47e23fcca106a84ea92b80b70 -size 3169944 diff --git a/gnome-software-3.20.1.tar.xz b/gnome-software-3.20.1.tar.xz new file mode 100644 index 0000000..3cded6c --- /dev/null +++ b/gnome-software-3.20.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f5db23322c4cd946cd20735ced01515e4756c3d8cae1f16d24b6bf13197bc6 +size 3176204 diff --git a/gnome-software-PK-updates.patch b/gnome-software-PK-updates.patch deleted file mode 100644 index e3df09c..0000000 --- a/gnome-software-PK-updates.patch +++ /dev/null @@ -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); diff --git a/gnome-software.changes b/gnome-software.changes index b9dfe9a..5817c70 100644 --- a/gnome-software.changes +++ b/gnome-software.changes @@ -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 diff --git a/gnome-software.spec b/gnome-software.spec index 780d42c..b9600d2 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -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 \