Accepting request 617339 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/617339 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatpak?expand=0&rev=19
This commit is contained in:
commit
c664bdeb6b
2
_service
2
_service
@ -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>
|
||||
|
@ -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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ccdd9df9f80152f3aad56716339bd1753fd38455ab2fb7ad030a32a32e3fd118
|
||||
size 623440
|
3
flatpak-0.11.8.3.tar.xz
Normal file
3
flatpak-0.11.8.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75e4abf546c9d1df02c4714e9b9db290dcb59aabd80acb83b945915c5d9a231e
|
||||
size 661108
|
@ -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
|
||||
|
||||
|
27
flatpak.spec
27
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/
|
||||
|
Loading…
Reference in New Issue
Block a user