Hello community,

here is the log from the commit of package flatpak for openSUSE:Factory checked 
in at 2018-06-26 10:32:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flatpak (Old)
 and      /work/SRC/openSUSE:Factory/.flatpak.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flatpak"

Tue Jun 26 10:32:46 2018 rev:19 rq:617339 version:0.11.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/flatpak/flatpak.changes  2018-06-02 
11:49:47.477187209 +0200
+++ /work/SRC/openSUSE:Factory/.flatpak.new/flatpak.changes     2018-06-26 
10:33:06.724301628 +0200
@@ -1,0 +2,43 @@
+Fri Jun 15 03:24:22 UTC 2018 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  flatpak-0.11.7.tar.xz

New:
----
  flatpak-0.11.8.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ flatpak.spec ++++++
--- /var/tmp/diff_new_pack.BjKyMI/_old  2018-06-26 10:33:07.348278711 +0200
+++ /var/tmp/diff_new_pack.BjKyMI/_new  2018-06-26 10:33:07.348278711 +0200
@@ -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 @@
 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(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 @@
 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 @@
 %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/

++++++ _service ++++++
--- /var/tmp/diff_new_pack.BjKyMI/_old  2018-06-26 10:33:07.400276801 +0200
+++ /var/tmp/diff_new_pack.BjKyMI/_new  2018-06-26 10:33:07.400276801 +0200
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">refs/tags/0.11.7</param>
+    <param name="revision">refs/tags/0.11.8.3</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.BjKyMI/_old  2018-06-26 10:33:07.436275479 +0200
+++ /var/tmp/diff_new_pack.BjKyMI/_new  2018-06-26 10:33:07.436275479 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/flatpak/flatpak.git</param>
-              <param 
name="changesrevision">bdc8b71bbd7b78d6ad648f5112600a9cfef45d4f</param></service></servicedata>
+              <param 
name="changesrevision">14560093b068e8f7bd7f1c4fb1fcec2d68858ee1</param></service></servicedata>
\ No newline at end of file

++++++ flatpak-0.11.7.tar.xz -> flatpak-0.11.8.3.tar.xz ++++++
++++ 66346 lines of diff (skipped)


Reply via email to