diff --git a/_service b/_service
index ff3a1a8..78d2fc7 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
git
@PARENT_TAG@
enable
- refs/tags/0.11.7
+ refs/tags/0.11.8.3
*.tar
diff --git a/_servicedata b/_servicedata
index ec7aa37..b23e476 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/flatpak/flatpak.git
- bdc8b71bbd7b78d6ad648f5112600a9cfef45d4f
+ 14560093b068e8f7bd7f1c4fb1fcec2d68858ee1
\ No newline at end of file
diff --git a/flatpak-0.11.7.tar.xz b/flatpak-0.11.7.tar.xz
deleted file mode 100644
index 8222cea..0000000
--- a/flatpak-0.11.7.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ccdd9df9f80152f3aad56716339bd1753fd38455ab2fb7ad030a32a32e3fd118
-size 623440
diff --git a/flatpak-0.11.8.3.tar.xz b/flatpak-0.11.8.3.tar.xz
new file mode 100644
index 0000000..ab443ae
--- /dev/null
+++ b/flatpak-0.11.8.3.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:75e4abf546c9d1df02c4714e9b9db290dcb59aabd80acb83b945915c5d9a231e
+size 661108
diff --git a/flatpak.changes b/flatpak.changes
index 866753d..6ab5946 100644
--- a/flatpak.changes
+++ b/flatpak.changes
@@ -1,3 +1,46 @@
+-------------------------------------------------------------------
+Fri Jun 15 03:24:22 UTC 2018 - luc14n0@linuxmail.org
+
+- Update to version 0.11.8.3:
+ + Fix a 25 second timeout on startup if using p11-kit < 0.23.10.
+ + Minor change in dbus proxy default filter, now broadcasts are
+ not accepted from portals.
+- Changes from version 0.11.8.2:
+ + Fix crash when building some apps.
+ + Allow multiple appstream components per app.
+ + Fix handling of gl drivers in uninstall --unused.
+ + Don't prompt if nothing changed in uninstall --unused.
+ + Updated translations.
+- Changes from version 0.11.8.1:
+ + Fixed regression running apps with --own=* permissions.
+- Changes from version 0.11.8:
+ + Flatpak uninstall now accepts --all to remove everything and
+ --unused to remove unused runtimes.
+ + New command "flatpak repair" allows checking and repairing a
+ flatpak installation.
+ + New permission --allow=bluetooth allows use of AF_BLUETOOTH
+ sockets.
+ + If p11-kit-server is installed on the host, this is now used to
+ forward the host certificate trust store to the sandboxed app.
+ + Flatpak uninstall now does not allow you to remove a runtime if
+ some installed app requires it.
+ + Now tab-completion for zsh is offered.
+ + New installations of flatpak now defaults to bare-user-only
+ repos, which means that it works with filesystems that don't
+ support xattrs.
+ + New flatpak info options: --show-location, --show-runtime,
+ --show-sdk.
+ + New flatpak remote-info options: --show-runtime, --show-sdk
+ + p2p operations now work when offline.
+ + Work around hanging on app startup on blocking autofs mounts.
+ + Various optimizations make installation and updates faster.
+ + Multiple extension versions matches when auto-downloading
+ extensions are respected now.
+ + Commands like "flatpak info/list/remotes/seach" now work
+ properly if /var/lib/flatpak doesn't exist.
+- Add subpackage flatpak-zsh-completion to follow upstream zsh
+ tab-completion addition.
+
-------------------------------------------------------------------
Thu May 17 08:59:17 UTC 2018 - duyizhaozj321@yahoo.com
diff --git a/flatpak.spec b/flatpak.spec
index 7ba03fd..068f744 100644
--- a/flatpak.spec
+++ b/flatpak.spec
@@ -18,7 +18,7 @@
%define libname libflatpak0
Name: flatpak
-Version: 0.11.7
+Version: 0.11.8.3
Release: 0
Summary: OSTree based application bundles management
License: LGPL-2.1-or-later
@@ -26,7 +26,7 @@ Group: System/Packages
URL: https://flatpak.github.io/
Source: %{name}-%{version}.tar.xz
BuildRequires: bison
-BuildRequires: bubblewrap >= 0.1.8
+BuildRequires: bubblewrap >= 0.2.1
BuildRequires: docbook-xsl-stylesheets
BuildRequires: gtk-doc
BuildRequires: intltool >= 0.35.0
@@ -48,11 +48,12 @@ 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.14
+BuildRequires: pkgconfig(ostree-1) >= 2017.15
BuildRequires: pkgconfig(polkit-gobject-1)
BuildRequires: pkgconfig(xau)
-Requires: bubblewrap >= 0.1.8
-Requires: ostree >= 2017.14
+Requires: %{libname} = %{version}
+Requires: bubblewrap >= 0.2.1
+Requires: ostree >= 2017.15
Requires: xdg-desktop-portal >= 0.10
Recommends: %{name}-lang = %{version}
# Remove after openSUSE Leap 42 is out of scope
@@ -83,6 +84,18 @@ flatpak is a system for building, distributing and running sandboxed desktop
applications on Linux. See https://wiki.gnome.org/Projects/SandboxedApps for
more information.
+%package zsh-completion
+Summary: Zsh tab-completion for flatpak
+Group: System/Shells
+Supplements: packageand(%{name}:%(rpm -q --qf '%%{NAME}' --whatprovides zsh))
+
+%description zsh-completion
+flatpak is a system for building, distributing and running sandboxed desktop
+applications on Linux. See https://wiki.gnome.org/Projects/SandboxedApps for
+more information.
+
+This package provides zsh tab-completion for flatpak.
+
%package devel
Summary: Development files for the flatpak library
Group: Development/Languages/C and C++
@@ -185,6 +198,10 @@ flatpak remote-list --system > /dev/null 2>&1
%files -n typelib-1_0-Flatpak-1_0
%{_libdir}/girepository-1.0/Flatpak-1.0.typelib
+%files zsh-completion
+%dir %{_datadir}/zsh/site-functions
+%{_datadir}/zsh/site-functions/_flatpak
+
%files devel
%{_libdir}/pkgconfig/flatpak.pc
%{_datadir}/gtk-doc/