diff --git a/_service b/_service
index d3d3a02..4d331f6 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
git
@PARENT_TAG@
enable
- refs/tags/0.10.0
+ refs/tags/0.10.1
*.tar
diff --git a/_servicedata b/_servicedata
index 32e2c53..3dcd332 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/flatpak/flatpak.git
- 2a0c17976fadf65badc3d18df565a7f04e7089b0
\ No newline at end of file
+ 8fbd442c9d395ca19561c98e20a7451926c440ab
\ No newline at end of file
diff --git a/flatpak-0.10.0.tar.xz b/flatpak-0.10.0.tar.xz
deleted file mode 100644
index d149733..0000000
--- a/flatpak-0.10.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:160836ec4026ca7682be8da56cc2f072b31d646781502442090df5a7491b37a4
-size 638320
diff --git a/flatpak-0.10.1.tar.xz b/flatpak-0.10.1.tar.xz
new file mode 100644
index 0000000..3c0647c
--- /dev/null
+++ b/flatpak-0.10.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:be5ddb7f5d17d57234ae5d8b1c2c389f8182778171bd5155e3b28b02c04ea6b9
+size 646348
diff --git a/flatpak.changes b/flatpak.changes
index a11a86e..1601ecc 100644
--- a/flatpak.changes
+++ b/flatpak.changes
@@ -1,3 +1,33 @@
+-------------------------------------------------------------------
+Mon Nov 27 08:40:56 UTC 2017 - opensuse-packaging@opensuse.org
+
+- Update to version 0.10.1:
+ + New command "flatpak remote-info" shows information about
+ applications in a remote. In particular the --log operation
+ shows the history and can be used in combination with flatpak
+ update --commit=XYZ to roll back to a previous version.
+ + New command "flatpak search" which allows you to search the
+ appstream data from the commandline.
+ + flatpak update now upates appstream data for all confured
+ remotes, which is important for search to work.
+ + Allow automatic installation of gtk themes matching the active
+ theme.
+ + Handle the case when /etc/resolv.conf is a symlink.
+ + /usr an /etc are now expose in /run/host in the app if the app
+ has full filesystem access.
+ + flatpak remote-add now works as a user when /var/lib/flatpak is
+ empty, allowing flatpak to work on stateless systems.
+ + Add support for flatpak build --log-session/system-bus, similar
+ to what flatpak run already does.
+ + flatpak build --readonly runs with the target directory
+ (normally /app) mounted read-only.
+ + Fall back to LD_LIBRARY_PATH if a runtime doesn't have
+ /usr/bin/ldconfig.
+ + Updated the support for OCI remotes. This is work in progress
+ and still disabled by default though.
+ + Updated translations.
+- Add pkgconfig(appstream-glib) BuildRequires: New dependency.
+
-------------------------------------------------------------------
Thu Oct 26 11:08:27 UTC 2017 - aplazas@suse.com
diff --git a/flatpak.spec b/flatpak.spec
index 9542e21..7fb7605 100644
--- a/flatpak.spec
+++ b/flatpak.spec
@@ -18,7 +18,7 @@
%define libname libflatpak0
Name: flatpak
-Version: 0.10.0
+Version: 0.10.1
Release: 0
Summary: OSTree based application bundles management
License: LGPL-2.1+
@@ -34,6 +34,7 @@ BuildRequires: libqgpgme-devel >= 1.1.8
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: xsltproc
+BuildRequires: pkgconfig(appstream-glib)
BuildRequires: pkgconfig(fuse)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0)