Accepting request 449827 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/449827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatpak?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2017-01-15 10:08:31 +00:00 committed by Git OBS Bridge
commit 9212a47697
6 changed files with 55 additions and 6 deletions

View File

@ -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.6.14</param>
<param name="revision">refs/tags/0.8.0</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/flatpak/flatpak.git</param>
<param name="changesrevision">109698c6b00f0957a53772cb924ca8b9d4962244</param></service></servicedata>
<param name="changesrevision">7f31a1acae8f9825ccd083cf450cf411e467fb68</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e40cbd0d7e00899604bfc09db79a0ad14e9861ecae27eec342607ccab877573f
size 510448

3
flatpak-0.8.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fcebe15b55cff9dd121b168503dc99b5c0332429d6ff52b800af5e43b704f77
size 532784

View File

@ -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

View File

@ -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+