Accepting request 482203 from GNOME:Next

1

OBS-URL: https://build.opensuse.org/request/show/482203
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=23
This commit is contained in:
Bjørn Lie
2017-03-23 18:21:55 +00:00
committed by Git OBS Bridge
parent c820fd915e
commit 1b2778e579
6 changed files with 59 additions and 7 deletions

View File

@@ -1,3 +1,54 @@
-------------------------------------------------------------------
Thu Mar 16 11:59:38 UTC 2017 - adrien.plazas@suse.com
- Update to version 0.9.1:
+ The flatpak-builder build cache now uses the rofiles-fuse
ostree feature.
+ The cflags and cxxflags module properties now work by
appending, rather that replacing, when there are multiple
values specified.
+ Do not invalidate build cache when the installed version of the
SDK changed by default. Use --rebuild-on-sdk-change to force
rebuild otherwise.
+ The build cache is now per-arch.
+ New buildsystem "cmake-ninja" which works like "cmake", but
builds using ninja.
+ New buildsystem "simple" which just runs a set of shell
commands specified in the "build-commands" property.
+ flatpak-builder now has build-runtime and build-extension
properties that makes it easier to build runtimes and
extensions.
+ FLATPAK_DEST is set in the build environment to the
installation destination.
+ flatpak-builder now supports --from-git=URL which pulls the
json manifest and related files directly from a git repo.
+ modules have a new no-make-install property which skips the
make install step.
+ Modules and sources have only-arches and skip-arches
properties, which lets you enable/disable them based on the
build architecture.
+ build-options has a new property ldflags, which is similar to
cflags and cxxflags.
+ flatpak build (and thus flatpak-builder --run) now supports
dbus proxies when needed.
+ All git repos are cloned with fsckObjects=true, which means we
verify that the repos are valid.
+ New flatpak-builder argument --build-shell=MODULE extracts and
prepares the sources for a specified module and then starts a
build sandbox inside it.
+ build-export: Now supports --timestamp=ISO-8601-TIMESTAMP,
which allows you to create reproducible commits.
+ The OCI support has been updated to the latest version of the
OCI image specification format.
+ There is a new flatpak-bisect script that can be used to bisect
flatpak applications, looking for regressions.
+ flatpak list got a revamp. It now shows more information, and
shows both apps and runtimes by default.
+ flatpak remote-list was renamed flatpak remotes in order to
minimize confusion with flatpak remote-ls. The old name is
deprecated but still works.
- Bump minimal glib to 2.44.
-------------------------------------------------------------------
Fri Mar 10 20:58:11 UTC 2017 - dimstar@opensuse.org