diff --git a/_service b/_service index 78d2fc7..a1bc4dc 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git @PARENT_TAG@ enable - refs/tags/0.11.8.3 + refs/tags/0.99.3 *.tar diff --git a/_servicedata b/_servicedata index b23e476..af0a3fc 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/flatpak/flatpak.git - 14560093b068e8f7bd7f1c4fb1fcec2d68858ee1 \ No newline at end of file + 2195848fea1a5bb9712ad5dab5895804310a33b2 \ No newline at end of file diff --git a/flatpak-0.11.8.3.tar.xz b/flatpak-0.11.8.3.tar.xz deleted file mode 100644 index ab443ae..0000000 --- a/flatpak-0.11.8.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75e4abf546c9d1df02c4714e9b9db290dcb59aabd80acb83b945915c5d9a231e -size 661108 diff --git a/flatpak-0.99.3.tar.xz b/flatpak-0.99.3.tar.xz new file mode 100644 index 0000000..b19d35e --- /dev/null +++ b/flatpak-0.99.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afc2f092c9537c000cda83e1452c71ccd096cfd1fa3dd75c3d0d4c01bb5dc6e +size 681672 diff --git a/flatpak.changes b/flatpak.changes index bfa12ad..b3b79c0 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,11 +1,51 @@ +------------------------------------------------------------------- +Mon Aug 13 21:31:09 UTC 2018 - opensuse-packaging@opensuse.org + +- Update to version 0.99.3: + + Fixed case where system install would sometimes fail due to the + system-helper idle exiting. + + Support installing flatpakref files in FlatpakTransaction, + including a new signal add-new-remote for when remotes might be + added. + + Added some new FlatpakError codes. + + We now support .flatpakrepo files with no gpg signatures. + + Fix crash in system-helper when updating appstream. + + New command create-usb which can be used to prepare an repo for + offline updates. + + Fix some non-handled cases of the CLI not working when + /var/lib/flatpak doesn't exist. + + Fix crash when running with a gid that is not in /etc/groups. + + Add new permission-* commands to interact with the permissions + store from the portals. + + Include appdata in OCI bundle. + ------------------------------------------------------------------- Mon Jul 23 15:13:44 UTC 2018 - matthias.gerstner@suse.com -- polkit_rules_usability.patch: Improve usability by allowing members of the - group 'wheel' to bypass polkit authentication checks when locally logged in - (bnc#984817). This adds a few polkit actions to the rules that are not - covered by upstream, because they are set to 'yes' for active users by - default. On SUSE we require 'auth_admin' for regular users, however. +- polkit_rules_usability.patch: Improve usability by allowing + members of the group 'wheel' to bypass polkit authentication + checks when locally logged in (bnc#984817). This adds a few + polkit actions to the rules that are not covered by upstream, + because they are set to 'yes' for active users by default. On + SUSE we require 'auth_admin' for regular users, however. + +------------------------------------------------------------------- +Thu Jun 28 02:54:24 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 0.99.2: + + Updated translations. +- Changes from version 0.99.1: + + This is the first pre-release before flatpak 1.0. This is + considered feature-complete and no features or major changes + before 1.0 are expected, only bugfixes. + + Flatpak install/update/uninstall now lists all the operations + that it will do and asks for confirmation before starting. + + In the above confirmation the permissions (new permissions for + updates) are shown for all applications. + + P2P updates are more efficient. + + system-wide installation uses less fsync calls so installation + should be faster. + + New ssh agent permissions allows granting an app ssh access. ------------------------------------------------------------------- Fri Jun 15 03:24:22 UTC 2018 - luc14n0@linuxmail.org diff --git a/flatpak.spec b/flatpak.spec index d5fd6ed..148d9c0 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -18,7 +18,7 @@ %define libname libflatpak0 Name: flatpak -Version: 0.11.8.3 +Version: 0.99.3 Release: 0 Summary: OSTree based application bundles management License: LGPL-2.1-or-later @@ -49,7 +49,7 @@ 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.15 +BuildRequires: pkgconfig(ostree-1) >= 2018.6 BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(xau) Requires: %{libname} = %{version} @@ -155,6 +155,7 @@ flatpak remote-list --system > /dev/null 2>&1 %license COPYING %{_bindir}/flatpak %{_bindir}/flatpak-bisect +%{_bindir}/flatpak-coredumpctl %{_libexecdir}/flatpak-dbus-proxy %{_libexecdir}/flatpak-portal %{_libexecdir}/flatpak-session-helper