Hello community, here is the log from the commit of package flatpak for openSUSE:Factory checked in at 2017-09-13 21:44:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flatpak (Old) and /work/SRC/openSUSE:Factory/.flatpak.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "flatpak" Wed Sep 13 21:44:30 2017 rev:10 rq:522436 version:0.9.8 Changes: -------- --- /work/SRC/openSUSE:Factory/flatpak/flatpak.changes 2017-08-10 13:43:53.830708685 +0200 +++ /work/SRC/openSUSE:Factory/.flatpak.new/flatpak.changes 2017-09-13 21:44:38.557412332 +0200 @@ -1,0 +2,533 @@ +Fri Sep 8 15:56:57 UTC 2017 - [email protected] + +- Update summaries. + +------------------------------------------------------------------- +Thu Aug 24 09:55:39 UTC 2017 - [email protected] + +- Drop flatpak-rpmlintrc: no longer needed. + +------------------------------------------------------------------- +Thu Aug 24 09:01:20 UTC 2017 - [email protected] + +- Update to version 0.9.8: + + Core: + - Experimental support for peer2peer installation, enable with + --enable-p2p. + - Add default language setting to flatpak config. Defaults to + all locales for system installs and the users locale for + per-user installs. + - build-update-repo: Now always keeps the two latest deltas + around to avoid race conditions with outstanding downloads at + the time or running the update. + - Support loading extra data from local lookaside cache. + + Flatpak-builder: + - Set terminal title to the currently building module + - Added ability to specify http url for sources mirror with + --extra-sources-url. + - --install-deps-from=REMOTE installs the dependencies needed + for the manifest. + - New option --delete-build-dirs to always delete build + directories, even on a failed build. + - New property "add-extension" makes it nicer to create + extension points. + +------------------------------------------------------------------- +Fri Jul 21 00:09:07 UTC 2017 - [email protected] + +- Update to version 0.9.7: + + app/repo: Factor out common GVariant operation. + + build: + - Include config.h using CPPFLAGS. + - Check for system extensions before any other C compiling. + - Only run each instance of gdbus-codegen once. + - Re-run gdbus-codegen if the Makefile changes. + + builder: + - Allow building modules with no sources if buildsystem=simple. + - Use build-args during cleanup. + - Rearrange args to do_export() to make mandatory ones obvious. + - When bundling git sources, reuse cache. + + common: + - Use bulk OstreeAsyncProgress API for setting keys. + - Split out self and repo arguments for a static function. + + common/dir: + - Factor out common code for getting repo metadata. + - Factor out common code to get and load the summary file. + - Factor out body of update_remote_configuration_for_summary(). + + dbus-proxy: + - Make miscellaneous globals static. + - Don't clear dbus_address twice. + + docs: Remove --version from flatpak-build docs. + + flatpak_dir_read_latest: Return NULL, not FALSE on error. + + tests: + - Add TEST_SKIP_CLEANUP env var for skipping test cleanup. + - Add base-64 GPG keys to libtest declarations. + + .gitignore: Ignore all generated man pages. + + One more try at not distributing gdbus-codegen-generated + sources. + + Update Ukrainian translation. + + Fix example. + + Add nullable annotations for progress callbacks. + + Update pofiles. +- Changes from version 0.9.6: + + builder: + - Allow .pyc files without .py. + - Add inherit-extensions features. + - Better handling of default-branch. + - Add ExtensionOf group to created extensions (Debug/Locale). + + builder: Inherit parent version for inherited extension. + + build-export: Canonicalize file permissions. + + builder-options: Fix setting CPPFLAGS. + + ci: + - mv .redhat-ci.yml → .papr.yml. + - Rework to be based on FAH + priv container. + - Build ostree from git master. + + dir: + - Fix a minor memory leak. + - Ensure we return on pull error to avoid error-overwrites. + - Ensure ~/.local/share/flatpak is 0700. + + doc: Remove duplicate list entry from flatpak-remote.xml. + + export: Record flatpak version in default commit version. + + info: Make --show-metadata machine parseable. + + install: Manually save summary[.sig] in cache repo. + + ls-remote: Drop unused variable. + + run: Fix use-after-free in case you were exporting the same + path twice. + + testlibrary: Call g_assert_no_error first. + + tests: + - Add tests for no world writable dirs & no setuid files. + - Increase timeouts waiting for file notification. + + utils: Fix minor formatting issue in gtk-doc comment. + + xdp-fuse: Add parentheses to clarify precedence in a + conditional. + + xdp-main: Fix a typo in a comparison. + + Don't distribute gdbus-codegen-generated source in tarballs. + + Update Czech translation. + + Use new libostree APIs to reject world-writable/suid content. + + Default to bare-user-only repo. + + Unless forced via FLATPAK_OSTREE_REPO_MODE user bare-user for + cache repo. + + Force the cache repo to use the bare-user mode. + + Re-create the cache repo if it is not bare-user. + + Manually copy summary for update and appdata too. + + Update pofiles. + +------------------------------------------------------------------- +Fri Jul 21 00:09:06 UTC 2017 - [email protected] + +- Add flatpak-rpmlintrc as source while we wait for boo#1012961 to + be resolved. Once this happens, feel free to nuke all traces of + this change. + +------------------------------------------------------------------- +Fri Jul 21 00:09:05 UTC 2017 - [email protected] + +- Update to version 0.9.5: + + Fix installation of test-keyring2 + + Don't error out when updating metadata for disabled remotes + + export: Store the app id in the X-Flatpak key + + run: Handle file paths when forwarding uris + + Automatically use a separate builddir with Meson + + documents: paths in the apps dir ar always accessible + + builder: Don't warn for unknown properties starting with x- + + document portal: Fix race condition when unmounting old version + + document store: Document as-needed functionality of AddFull + + extra-data: Print exit status if apply_extra_data script fails + + run: Add debug sprew for all bwrap arguments + + build-update-repo: Remove unwanted deltas before updating + summary + + list: Don't list .Locale and .Debug by default (override with + -a) + + remote-ls: Don't show Locale/Debug and secondary arches by + default. + + list/remote-ls: Also ignore .Sources by default + + Handle app ids with dashes when ignoring locale/debug. + + dbus-portal: Fix return value type of filtered NameHasOwner + + builder: Add --export-only feature + + run: Allow regular files for --filesystem=xdg-config/path + + run: Allow --filesystem=xdg-*/subdir:ro + + build-commit-from: Don't copy old xa.ref in metadata +- Changes from version 0.9.4: + + Improve display of partial extension sizes + + flatpak-run.c: valid locations, not types + + Ensure commits are available when checking for extra-data + + libglnx: Bump to latest master, use new file copy API + + Document some environment variables (#754) + + Revise the flatpak repo command slightly + + repo command: use FlatpakTablePrinter + + table printer: Introduce a cell struct + + table printer: Support column alignment + + repo: Improve formatting of size columns + + table printer: Support column titles + + table printer: Only show titles on ttys + + repo: Set column titles + + table printer: move to its own source files + + Add an API to get the summary of a remote + + Make flatpak remote-ls show more details + + scripts: Fix flatpak-bisect log + + Add the possibility of installing/updating without static + deltas + + Add a helper for formatted output + + Use the new output helper + + Add table printer api for number columns + + table printer: Use localeconv for decimal point + + repo: Use the new number column support + + remote-ls: Improve the output + + list: Improve output formatting + + remotes: Improve output formatting + + Improve info output + + Fix compiler warnings + + Don't use escape sequences unless on a tty + + info: Preserve the previous output format + + Update the man page a bit + + info: Use flatpak_fancy_output + + Add macros for common ANSI tty escape codes + + info/list: Move subpath list to info + + Fix man page typo + + Don't crash if there's more titles than columns + + Unset TMPDIR in the sandbox + + Generate fd-passing arguments for document portal + + Include the generated document portal code in common + + Implement file forwarding for flatpak_run_app + + Enable file forwarding in flatpak run + + Document the --file-forwarding option + + Handle %f when exporting desktop files + + Handle %u as well for file forwarding + + Enable file forwarding for %u as well + + Handle document portal absence ++++ 336 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/flatpak/flatpak.changes ++++ and /work/SRC/openSUSE:Factory/.flatpak.new/flatpak.changes Old: ---- flatpak-0.8.7.tar.xz New: ---- flatpak-0.9.8.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flatpak.spec ++++++ --- /var/tmp/diff_new_pack.wJW8qw/_old 2017-09-13 21:44:39.025346498 +0200 +++ /var/tmp/diff_new_pack.wJW8qw/_new 2017-09-13 21:44:39.029345935 +0200 @@ -16,15 +16,14 @@ # -%if 0%{suse_version} == 1315 -%define _userunitdir /usr/lib/systemd/user/ -%endif - %define libname libflatpak0 +%if 0%{?suse_version} == 1315 +%define _userunitdir %{_prefix}/lib/systemd/user/ +%endif Name: flatpak -Version: 0.8.7 +Version: 0.9.8 Release: 0 -Summary: Manage OSTree based application bundles +Summary: OSTree based application bundles management License: LGPL-2.1+ Group: System/Packages Url: https://flatpak.github.io/ @@ -34,6 +33,7 @@ BuildRequires: intltool >= 0.35.0 BuildRequires: libcap-devel BuildRequires: libdwarf-devel +BuildRequires: libqgpgme-devel >= 1.1.8 BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: xsltproc @@ -48,15 +48,14 @@ BuildRequires: pkgconfig(libelf) >= 0.8.12 BuildRequires: pkgconfig(libseccomp) BuildRequires: pkgconfig(libsoup-2.4) -BuildRequires: pkgconfig(ostree-1) >= 2016.14 +BuildRequires: pkgconfig(ostree-1) >= 2017.7 BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(xau) Requires: ostree >= 2016.12 +Recommends: %{name}-lang = %{version} # Remove after openSUSE Leap 42 is out of scope Provides: xdg-app = %{version} Obsoletes: xdg-app < %{version} -Recommends: %{name}-lang = %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build %{?systemd_requires} %description @@ -80,7 +79,7 @@ dependencies by automating the configure && make && make install steps. %package -n %{libname} -Summary: Manage OSTree based application bundles +Summary: OSTree based application bundle management library Group: System/Libraries %description -n %{libname} @@ -89,7 +88,7 @@ more information. %package -n typelib-1_0-Flatpak-1_0 -Summary: Manage OSTree based application bundles -- Introspection bindings +Summary: Introspection bindings for the flatpak library Group: System/Libraries %description -n typelib-1_0-Flatpak-1_0 @@ -98,7 +97,7 @@ more information. %package devel -Summary: Manage OSTree based application bundles -- Development files +Summary: Development files for the flatpak library Group: Development/Languages/C and C++ Requires: %{libname} = %{version} Requires: %{name} = %{version} @@ -179,6 +178,9 @@ %{_mandir}/man5/flatpak-metadata.5%{ext_man} %{_mandir}/man5/flatpak-flatpakref.5%{ext_man} %{_mandir}/man5/flatpak-flatpakrepo.5%{ext_man} +%{_mandir}/man5/flatpak-installation.5%{ext_man} +%{_mandir}/man5/flatpak-manifest.5%{ext_man} +%{_mandir}/man5/flatpak-remote.5%{ext_man} %exclude %{_mandir}/man1/flatpak-builder.1%{ext_man} %{_datadir}/%{name}/ %{_sysconfdir}/dbus-1/system.d/org.freedesktop.Flatpak.SystemHelper.conf @@ -199,6 +201,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.wJW8qw/_old 2017-09-13 21:44:39.057341996 +0200 +++ /var/tmp/diff_new_pack.wJW8qw/_new 2017-09-13 21:44:39.061341433 +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.7</param> + <param name="revision">refs/tags/0.9.8</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.wJW8qw/_old 2017-09-13 21:44:39.081338620 +0200 +++ /var/tmp/diff_new_pack.wJW8qw/_new 2017-09-13 21:44:39.081338620 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/flatpak/flatpak.git</param> - <param name="changesrevision">fd186307b56d34f4bf99943251dfaa29bb9864a1</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">cc8c8e6e3073a87b0000b5f41d1040ad430a4d3a</param></service></servicedata> \ No newline at end of file ++++++ flatpak-0.8.7.tar.xz -> flatpak-0.9.8.tar.xz ++++++ ++++ 67893 lines of diff (skipped)
