Accepting request 425353 from GNOME:Next
I hope this makes more sense OBS-URL: https://build.opensuse.org/request/show/425353 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=2
This commit is contained in:
136
flatpak.changes
136
flatpak.changes
@@ -1,10 +1,140 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 06 15:34:26 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.6.9:
|
||||
+ Dropped dependency on libgsystem.
|
||||
+ Allow passing partial refs whenever a CLI command takes an app
|
||||
or runtime name.
|
||||
+ New command build-commit-from creates a new commit based on the
|
||||
contents of another commit (optionally from another local
|
||||
repo).
|
||||
+ The sandbox now contains $XDG_RUNTIME_DIR/app/$APPID from the
|
||||
host (and the directory is created if needed).
|
||||
+ update: Better output, and faster for the no updates case.
|
||||
+ build-export: Don't make most validation errors fail, instead
|
||||
just print a warning.
|
||||
+ builder:
|
||||
- Support local path references for git sources.
|
||||
- Better handling of recursive git submodules.
|
||||
- Fixed issues with the .pyc mtime rewriting.
|
||||
- Handle symbolic icons for rename-icon.
|
||||
- Add --stop-at=$module to do partial builds.
|
||||
- Add --sandbox flag to disable the build from escaping from
|
||||
the sandbox via build-args.
|
||||
+ Updated translations.
|
||||
- Drop pkgconfig(libgsystem) BuildRequires following upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 16 09:39:38 UTC 2016 - dmacvicar@suse.de
|
||||
|
||||
- Update to version 0.6.8:
|
||||
+ Requires OSTree 2016.7, allowing to enable use of static delta
|
||||
for system downloads again.
|
||||
+ Support --no-desktop which allows you to run a flatpak app
|
||||
outside a desktop, with some loss of functionallity
|
||||
(for example, there will be no systemd --user scope created for
|
||||
the app)..
|
||||
+ More documentation.
|
||||
+ Memory leak fixes.
|
||||
+ Initial support for rpms as flatpak-builder archive sources.
|
||||
+ Start work on translating the CLI.
|
||||
+ Install systemd config snippet to set the right XDG_DATA_DIRS
|
||||
path.
|
||||
+ Support --arch in flatpak list.
|
||||
+ Support access() in the document portal.
|
||||
+ Validate exported desktop files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 19 17:58:13 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Change /usr/bin/tar Requires to /bin/tar: this has never been
|
||||
moved to /usr/bin.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 02 11:51:25 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.6.7:
|
||||
+ Expand the flatpak run --devel docs.
|
||||
+ Add an option for journal sockets.
|
||||
+ Document new socket option.
|
||||
+ Fix builddir option type in flatpak-builder documentation.
|
||||
+ document portal: don't reply to GetMountPoint() until ready.
|
||||
+ Downgrade failure to get document portal from warning to
|
||||
message.
|
||||
+ tests: don't treat helper scripts as though they were tests.
|
||||
+ Run tests with a private XDG_RUNTIME_DIR.
|
||||
+ Add BWRAP and --with-system-bubblewrap configure arguments.
|
||||
+ test-basic: do not fail in non-English locales.
|
||||
+ Update to latest libglnx with lock release fix.
|
||||
+ fix warning.
|
||||
+ Fix leak in flatpak-installed-ref.
|
||||
+ utils: Add flatpak_spawnv() helper.
|
||||
+ builder: Add "use-git" option for patch source type.
|
||||
+ Make journal always available in the sandbox.
|
||||
+ builder: Report errors to stderr, not stdout.
|
||||
+ tests: Add test for "use-git" patch application.
|
||||
+ tests/test-builder.sh: Re-silence flatpak-builder.
|
||||
+ tests: Test install/updates with static deltas.
|
||||
+ extensions: Minor cleanup.
|
||||
+ Add tests for extensions.
|
||||
+ extensions: Always create a tmpfs for subdirectory extensions.
|
||||
+ common: Remove unused functions.
|
||||
+ utils: Add flatpak_get_current_locale_subpaths().
|
||||
+ utils: Add flatpak_summary_match_subrefs.
|
||||
+ builder: Strip "." from locale names too.
|
||||
+ FlatpakDir: Add flatpak_dir_find_remote/local_related.
|
||||
+ Add flatpak_dir_install_or_update.
|
||||
+ Install/update/uninstall related refs.
|
||||
+ builder: Set the new extension properties.
|
||||
+ Bump version number since last release.
|
||||
+ Document the metadata format.
|
||||
+ lib: Support listing related refs.
|
||||
+ Add some code I used to test the new related refs code.
|
||||
+ doc/flatpak-metadata: Add some extra clarifications.
|
||||
+ Update NEWS.
|
||||
+ Require ostree 2016.6.
|
||||
+ builder: Clear mtime to 1, not 0, to match what new ostree
|
||||
does.
|
||||
+ Remove unused variables.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 08:33:41 UTC 2016 - fcrozat@suse.com
|
||||
|
||||
- Update to version 0.6.6:
|
||||
+ lib: Add flatpak_get_supported_arches.
|
||||
+ Add flatpak --supported-arches.
|
||||
+ common: Make some internal functions static.
|
||||
+ update: Always look at all existing apps when updating.
|
||||
+ Disable static deltas for system-helper updates.
|
||||
+ Make finding refs handle multi-arch.
|
||||
+ make-current: Use find_installed_ref().
|
||||
+ remote-ls: Better multiarch support.
|
||||
- Changes from 0.6.5:
|
||||
+ Documentation improvements
|
||||
+ builder: Check that the specified command exists after build is
|
||||
done.
|
||||
+ builder: Fix up mtime in headers for python precompiled files.
|
||||
+ builder: Allow submodules and including modules from other json
|
||||
files.
|
||||
+ system-helper builds are optional (--disable-system-helper).
|
||||
+ system-helper: Support installing from local remotes and
|
||||
bundles.
|
||||
+ Improved support for --subpath installs, including libflatpak
|
||||
support.
|
||||
+ Improved command line completion.
|
||||
- Create /var/lib/flatpak directory, own it and ensure system wide
|
||||
repo exists when installing / updating flatpak package.
|
||||
- Add pkgconfig(libarchive) >= 2.8.0 and gtk-doc to BuildRequires.
|
||||
- Replace libelf-devel for pkgconfig(libelf) BuildRequires.
|
||||
- Bump ostree minimal requirements to 2016.5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 08:09:11 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Version update to 0.6.4:
|
||||
* Rename to flatpack
|
||||
* New homepage and download url
|
||||
* Various fixes
|
||||
+ Rename to flatpack
|
||||
+ New homepage and download url
|
||||
+ Various fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 20 11:19:06 UTC 2016 - dimstar@opensuse.org
|
||||
|
Reference in New Issue
Block a user