diff --git a/_service b/_service
index 4d331f6..dc19e7a 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
git
@PARENT_TAG@
enable
- refs/tags/0.10.1
+ refs/tags/0.10.2.1
*.tar
diff --git a/_servicedata b/_servicedata
index 3dcd332..0acf12c 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/flatpak/flatpak.git
- 8fbd442c9d395ca19561c98e20a7451926c440ab
\ No newline at end of file
+ 35c9eafc9e10f054872c549a1200450026f36b6b
\ No newline at end of file
diff --git a/flatpak-0.10.1.tar.xz b/flatpak-0.10.1.tar.xz
deleted file mode 100644
index 3c0647c..0000000
--- a/flatpak-0.10.1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:be5ddb7f5d17d57234ae5d8b1c2c389f8182778171bd5155e3b28b02c04ea6b9
-size 646348
diff --git a/flatpak-0.10.2.1.tar.xz b/flatpak-0.10.2.1.tar.xz
new file mode 100644
index 0000000..1b83904
--- /dev/null
+++ b/flatpak-0.10.2.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ed8e8e9ee1318d094203681dac3ffa16d27af308fc2f3323529026f6ff364564
+size 652076
diff --git a/flatpak.changes b/flatpak.changes
index f84b383..a6dad5d 100644
--- a/flatpak.changes
+++ b/flatpak.changes
@@ -1,5 +1,47 @@
-------------------------------------------------------------------
-Mon Nov 27 08:40:56 UTC 2017 - opensuse-packaging@opensuse.org
+Fri Dec 22 10:58:05 UTC 2017 - alarrosa@suse.com
+
+- Update to version 0.10.2.1:
+ + Fixed crash when installing some flatpak bundle files
+ + Fix installation of telegram
+ + Fixed some warnings reported by coverity
+ + Some leaks fixed
+ + Fixed typo in error message
+
+-------------------------------------------------------------------
+Wed Dec 20 10:57:05 UTC 2017 - zaitor@opensuse.org
+
+- Update to version 0.10.2:
+ + flatpak update now updates from both system and user
+ installations by default.
+ + flatpak update is less noisy when updating appstream info.
+ + All the remote-* commands now by default automatically decide
+ to use --user or --system based on the given remote name.
+ + flatpak remote-ls with no remote lists the content of all
+ remotes.
+ + Fixed regression that made xdg-user-dirs and theme selection
+ for kde apps break.
+ + flatpak override with no argument now overrides globally, i.e.
+ for all apps.
+ + flatpak override now supports --nofilesystem properly. For
+ example flatpak override --nofilesystem=~/.ssh hides the ssh
+ dir for all apps, even those who have homedir access.
+ + flatpak install now takes a --reinstall argument which
+ uninstalls a previously installed version if necessary. This is
+ very useful when you want to install a new version from a
+ different source.
+ + flatpak install now allows you to pass an absolute pathname as
+ remote name, which will create a temporary remote and install
+ from that. The remote will be removed when the app is
+ uninstalled. This is very useful during development and
+ testing.
+ + Flatpak now creates CLI wrappers for all installed apps, so if
+ you add /var/lib/flatpak/exports/bin or
+ ~/.local/share/flatpak/exports/bin to your PATH you can easily
+ start flatpak apps by their application id.
+
+-------------------------------------------------------------------
+Mon Nov 27 08:40:56 UTC 2017 - aplazas@suse.com
- Update to version 0.10.1:
+ New command "flatpak remote-info" shows information about
diff --git a/flatpak.spec b/flatpak.spec
index 7fb7605..8810cef 100644
--- a/flatpak.spec
+++ b/flatpak.spec
@@ -18,7 +18,7 @@
%define libname libflatpak0
Name: flatpak
-Version: 0.10.1
+Version: 0.10.2.1
Release: 0
Summary: OSTree based application bundles management
License: LGPL-2.1+
@@ -46,10 +46,10 @@ BuildRequires: pkgconfig(libarchive) >= 2.8.0
BuildRequires: pkgconfig(libelf) >= 0.8.12
BuildRequires: pkgconfig(libseccomp)
BuildRequires: pkgconfig(libsoup-2.4)
-BuildRequires: pkgconfig(ostree-1) >= 2017.12
+BuildRequires: pkgconfig(ostree-1) >= 2017.14
BuildRequires: pkgconfig(polkit-gobject-1)
BuildRequires: pkgconfig(xau)
-Requires: ostree >= 2017.12
+Requires: ostree >= 2017.14
Recommends: %{name}-lang = %{version}
# Remove after openSUSE Leap 42 is out of scope
Provides: xdg-app = %{version}