diff --git a/gnome-software-3.10.0.tar.xz b/gnome-software-3.10.0.tar.xz deleted file mode 100644 index 0d277cd..0000000 --- a/gnome-software-3.10.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d966ce46c0f9eaf67e7d7a1fb233474d2d5f9710081859dad47e095bc1d33f3 -size 2295176 diff --git a/gnome-software-3.10.1.tar.xz b/gnome-software-3.10.1.tar.xz new file mode 100644 index 0000000..19bdfe7 --- /dev/null +++ b/gnome-software-3.10.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99071af952f85b0e7f1db68689b4dde8bebeb087a50f5a7757b296bab6d10aea +size 1492016 diff --git a/gnome-software-PK-updates.patch b/gnome-software-PK-updates.patch new file mode 100644 index 0000000..607a2d8 --- /dev/null +++ b/gnome-software-PK-updates.patch @@ -0,0 +1,13 @@ +diff --git a/src/gs-application.c b/src/gs-application.c +index 4e730fa..af73cde 100644 +--- a/src/gs-application.c ++++ b/src/gs-application.c +@@ -170,7 +170,7 @@ gs_application_startup (GApplication *application) + gs_plugin_loader_set_enabled (app->plugin_loader, "hardcoded-menu-spec", TRUE); + gs_plugin_loader_set_enabled (app->plugin_loader, "local-ratings", TRUE); + gs_plugin_loader_set_enabled (app->plugin_loader, "packagekit", TRUE); +- gs_plugin_loader_set_enabled (app->plugin_loader, "systemd-updates", TRUE); ++ gs_plugin_loader_set_enabled (app->plugin_loader, "packagekit-updates", TRUE); + gs_plugin_loader_set_enabled (app->plugin_loader, "packagekit-refine", TRUE); + gs_plugin_loader_set_enabled (app->plugin_loader, "packagekit-history", TRUE); + gs_plugin_loader_set_enabled (app->plugin_loader, "packagekit-offline", TRUE); diff --git a/gnome-software.changes b/gnome-software.changes index 76ee350..a786dde 100644 --- a/gnome-software.changes +++ b/gnome-software.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Mon Oct 14 17:13:18 UTC 2013 - dimstar@opensuse.org + +- Add gnome-software-PK-updates.patch: Use PackageKit for Software + updates. GNOME Software defaults to use systemd offline updates, + which we do not currently have enabled on openSUSE (bnc#842991). + +------------------------------------------------------------------- +Mon Oct 14 13:19:41 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.10.1: + + This release only contains bugfixes from the 3.10.0 release and + does not add new strings or new invasive features. + + New Features: + - Add a loading icon to empty tiles. + - Mark IBus frameworks installed by default as system apps. + - Remove the hardcoded ratings plugin. + - Remove the hardcoded screenshot plugin. + - Support the 'X-AppInstall-Package' extension in desktop + files. + - Support per-repo icon directories. + - Use the new 16:9 screenshots. + + Bugfixes: + - Add back hover state to feature tile. + - Always dedupe after refining results. + - Always show 'Remove' for installed updatable applications. + - Avoid reloading the overview more than once. + - Do not abort if the AppStream XML is invalid. + - Do not install plugins just used in 'make check'. + - Do not remove the application widget twice when it changes + state. + - Do not show local applications without icons, names or + comments. + - Do not use the application state to modify how widgets are + drawn. + - Don't emit notify::state from a thread. + - Fix a critical error in gs_string_replace(). + - Fix a few small memory leaks. + - Fix a refcounting error that could cause a crash. + - Mark strings in the AppData file as translatable. + - Prevent memory corruption when doing dedupe() more than once. + + Updated translations. + ------------------------------------------------------------------- Fri Sep 27 09:24:39 UTC 2013 - dimstar@opensuse.org diff --git a/gnome-software.spec b/gnome-software.spec index 7672828..bbac9ab 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -17,13 +17,15 @@ Name: gnome-software -Version: 3.10.0 +Version: 3.10.1 Release: 0 Summary: GNOME Software Store 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.10/%{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 BuildRequires: intltool >= 0.35.0 BuildRequires: suse-xsl-stylesheets BuildRequires: update-desktop-files @@ -43,6 +45,7 @@ AppStore like management of Applications for your GNOME Desktop. %lang_package %prep %setup -q +%patch0 -p1 %build %configure \