commit flatpak for openSUSE:Factory
Hello community, here is the log from the commit of package flatpak for openSUSE:Factory checked in at 2017-03-29 13:24:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flatpak (Old) and /work/SRC/openSUSE:Factory/.flatpak.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "flatpak" Wed Mar 29 13:24:16 2017 rev:8 rq:482348 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/flatpak/flatpak.changes 2017-03-22 23:01:15.648472865 +0100 +++ /work/SRC/openSUSE:Factory/.flatpak.new/flatpak.changes 2017-03-29 13:24:18.590672312 +0200 @@ -1,0 +2,51 @@ +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. + +------------------------------------------------------------------- Old: ---- flatpak-0.8.4.tar.xz New: ---- flatpak-0.9.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flatpak.spec ++++++ --- /var/tmp/diff_new_pack.WQYBGL/_old 2017-03-29 13:24:19.478546743 +0200 +++ /var/tmp/diff_new_pack.WQYBGL/_new 2017-03-29 13:24:19.482546178 +0200 @@ -22,7 +22,7 @@ %define libname libflatpak0 Name: flatpak -Version: 0.8.4 +Version: 0.9.1 Release: 0 Summary: Manage OSTree based application bundles License: LGPL-2.1+ @@ -40,7 +40,7 @@ BuildRequires: pkgconfig(fuse) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-unix-2.0) -BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(glib-2.0) >= 2.44 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.40.0 BuildRequires: pkgconfig(gobject-introspection-no-export-1.0) >= 1.40.0 BuildRequires: pkgconfig(json-glib-1.0) @@ -199,6 +199,7 @@ %files builder %defattr(-,root,root) +%{_bindir}/flatpak-bisect %{_bindir}/flatpak-builder %{_mandir}/man1/flatpak-builder.1%{ext_man} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.WQYBGL/_old 2017-03-29 13:24:19.514541653 +0200 +++ /var/tmp/diff_new_pack.WQYBGL/_new 2017-03-29 13:24:19.518541087 +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.8.4</param> + <param name="revision">refs/tags/0.9.1</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.WQYBGL/_old 2017-03-29 13:24:19.538538259 +0200 +++ /var/tmp/diff_new_pack.WQYBGL/_new 2017-03-29 13:24:19.542537693 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/flatpak/flatpak.git</param> - <param name="changesrevision">7e18ec30b27e6f25a43e982dc6e5dd6c0a708fa0</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">696775687721748ba779dfb58f29ab47ed1fd6ae</param></service></servicedata> \ No newline at end of file ++++++ flatpak-0.8.4.tar.xz -> flatpak-0.9.1.tar.xz ++++++ ++++ 29194 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de