diff --git a/_service b/_service index 22e751e..f286c83 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git @PARENT_TAG@ enable - refs/tags/0.6.14 + refs/tags/0.8.0 *.tar diff --git a/_servicedata b/_servicedata index a958a19..f542f9a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/flatpak/flatpak.git - 109698c6b00f0957a53772cb924ca8b9d4962244 \ No newline at end of file + 7f31a1acae8f9825ccd083cf450cf411e467fb68 \ No newline at end of file diff --git a/flatpak-0.6.14.tar.xz b/flatpak-0.6.14.tar.xz deleted file mode 100644 index 85be231..0000000 --- a/flatpak-0.6.14.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e40cbd0d7e00899604bfc09db79a0ad14e9861ecae27eec342607ccab877573f -size 510448 diff --git a/flatpak-0.8.0.tar.xz b/flatpak-0.8.0.tar.xz new file mode 100644 index 0000000..44d5803 --- /dev/null +++ b/flatpak-0.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcebe15b55cff9dd121b168503dc99b5c0332429d6ff52b800af5e43b704f77 +size 532784 diff --git a/flatpak.changes b/flatpak.changes index d95d65c..7d713ad 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Thu Dec 22 14:43:23 UTC 2016 - zaitor@opensuse.org + +- Update to version 0.8.0: + + This is the first release in a new series of stable releases + called 0.8.x. New features will be added to 0.9.x, and only + bugfixes will be backported to 0.8.x. The featureset of this + release is a good base to target if you're creating flatpaks + that should be widely usable. + + This release technically requires only OSTree 2016.14, and it + build fine with this, but we recommend using OSTree 2016.15, + because of the change in how it verifies the checksums of + commits in delta files. + + Flatpakrepo files now support a RuntimeRepo= key which points + to a flatpakrepo file. This means the user don't have to + manually configure a remote for the runtime, just reply to the + prompt to automatically do this when installing the app. + + We now support dependencies when installing bundles. This + includes required runtimes, related refs, and the equivalent of + RuntimeRepo. + + The support for OCI in flatpak has been updated to the latest + OCI spec version, and support has been added to directly + install flatpak applications from an OCI image. + + In flatpak install, the --from and --bundle options are now + optional if the argument has the correct suffix (.flatpakref + and .flatpak). + + Flatpak install now supports -y to let you avoid interactive + prompts. + + build-finish: + - We now export mime type files with the right name. + - New --require-version option let you specify a particular + version of flatpak, and older version of flatpak will not + install or update to the new version. + + build-sign: Allow signing all apps by omitting the id. + + Fix regression in the document portal when adding named files. + + build-import-bundle now signs the commit if you specify a gpg + key. + + Flatpak now reads configuration from + /etc/flatpak/installations.d which lets you support multiple + system-level installation paths. These can be accessed with + new --installation=... arguments to most of the commands. + + flatpak-builder: + - Support --jobs=N to limit parallel builds. + - Patch source got new options property that lets you pass + arguments to patch. + - New generic "buildsystem: type" option that replace the (now + deprecated) "cmake: true" option. This supports "autotools", + "cmake" and "meson". + ------------------------------------------------------------------- Tue Nov 29 15:00:20 UTC 2016 - dimstar@opensuse.org diff --git a/flatpak.spec b/flatpak.spec index 760f99b..b1628e8 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -22,7 +22,7 @@ %define libname libflatpak0 Name: flatpak -Version: 0.6.14 +Version: 0.8.0 Release: 0 Summary: Manage OSTree based application bundles License: LGPL-2.1+