Accepting request 546164 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/546164 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=34
This commit is contained in:
parent
d7d7e03464
commit
b1b489715b
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.10.0</param>
|
||||
<param name="revision">refs/tags/0.10.1</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">2a0c17976fadf65badc3d18df565a7f04e7089b0</param></service></servicedata>
|
||||
<param name="changesrevision">8fbd442c9d395ca19561c98e20a7451926c440ab</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:160836ec4026ca7682be8da56cc2f072b31d646781502442090df5a7491b37a4
|
||||
size 638320
|
3
flatpak-0.10.1.tar.xz
Normal file
3
flatpak-0.10.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be5ddb7f5d17d57234ae5d8b1c2c389f8182778171bd5155e3b28b02c04ea6b9
|
||||
size 646348
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user