diff --git a/gnome-software-3.22.0.tar.xz b/gnome-software-3.22.0.tar.xz deleted file mode 100644 index 03fb517..0000000 --- a/gnome-software-3.22.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22e30c84851b0768bd46dbb90de6d3308acdc2973d3ca4ee52a19cdb5a0182ba -size 3842168 diff --git a/gnome-software-3.22.1.tar.xz b/gnome-software-3.22.1.tar.xz new file mode 100644 index 0000000..cb18a31 --- /dev/null +++ b/gnome-software-3.22.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427e6aa43eddd49d2937bb025691b52c41b686b7b00f1961d202527ced371012 +size 3857348 diff --git a/gnome-software.changes b/gnome-software.changes index 27a8b79..02647a8 100644 --- a/gnome-software.changes +++ b/gnome-software.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Oct 12 09:30:30 UTC 2016 - zaitor@opensuse.org + +- Add pkgconfig(flatpak) BuildRequires and pass --enable-flatpak to + configure now that we have flatpak in openSUSE. +- Drop pkgconfig(xdg-app) BuildRequires: No longer needed as + flatpak is now in place. + +------------------------------------------------------------------- +Wed Oct 12 08:30:30 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.22.1: + + Fix several issues with flatpak bundles. + + Fix installing local packages. + + Fix a crash when failing to get an installed flatpak ref. + + Speed up loading the details and overview pages. + + Switch to using the ODRS server hosted by GNOME. + + Updated translations. + ------------------------------------------------------------------- Mon Sep 19 15:26:17 UTC 2016 - dimstar@opensuse.org diff --git a/gnome-software.spec b/gnome-software.spec index f7cc9e5..c6339c9 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -17,7 +17,7 @@ Name: gnome-software -Version: 3.22.0 +Version: 3.22.1 Release: 0 %define gs_plugin_api 11 Summary: GNOME Software Store @@ -32,6 +32,7 @@ BuildRequires: intltool >= 0.35.0 BuildRequires: suse-xsl-stylesheets BuildRequires: update-desktop-files BuildRequires: pkgconfig(appstream-glib) >= 0.6.1 +BuildRequires: pkgconfig(flatpak) >= 0.4.14 BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.31.5 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.46.0 BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.17.92 @@ -47,7 +48,6 @@ BuildRequires: pkgconfig(packagekit-glib2) >= 1.1.0 BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(rpm) BuildRequires: pkgconfig(sqlite3) -BuildRequires: pkgconfig(xdg-app) >= 0.4.14 BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: iso-codes Requires: libzypp-plugin-appdata @@ -76,6 +76,7 @@ to develop applications that require these. %configure \ --disable-static \ --disable-firmware \ + --enable-flatpak \ --enable-ostree \ --enable-rpm \ --enable-steam \