Revisions of flatpak

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 649586 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 24)
- Make polkit_rules_usability.patch effective by adding a 60- prefix to the
  rules file. This will cause it to be executed before the
  polkit-default-privs are executed (bsc#984817). (forwarded request 649535 from mgerstner)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 643193 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 23)
- Add rpmlintrc to ignore files being installed under /etc not
  marked as %config (since they're not).

- Don't run "flatpak remote-list --system" on %post anymore since
  it's not needed nowadays. Also let /var/lib/flatpak be created on
  demand since writing to /var should be avoided for transactional
  updates (boo#1111385, fate#325524).

- Update to version 1.0.3:
  + run: You can now use --system to run an app that otherwise
    would run the user version.
  + New permission --allow=canbus that filters out access to AF_CAN
    sockets.
  + lib: New install flags FLATPAK_INSTALL_FLAGS_NO_TRIGGERS and
    new function flatpak_installation_run_triggers()
  + lib: Better error reporting, including some new error values
    that replace the generic FAILED.
  + uninstall --unused: Improve handling of which .Locale
    extensions are used
  + run: Make flatpak run on systems where $XDG_RUNTIME_DIR
    contains a symlink beneath /var (commonly /var/run -> /run).
  + Don't export any desktop/dbus/mimetype files in subdirectories.
  + build-init: We now record the base ref (if used) in the
    metadata. Nothing uses this atm, but it can be used by tools.
  + We now respect the upstream ostree.deploy-collection-id instead
    of the flatpak-specific xa.collection-id metadata key to decide
    whether to switch to collection ids for a remote. This is
    useful, because if you use the new one, only new clients (that
    support it better) will use it.
  + create-usb: Fix assertion failure in some error cases
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 631773 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 22)
- Update to version 1.0.0:
  + Flatpak 1.0 marks a significant improvement in performance and
    reliability, and includes a big collection of bug fixes. 1.0
    also includes a collection of new features. (forwarded request 631732 from iznogood)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 629366 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 21)
New unstable, but we seem to be running that branch in TW atm, so lets get the latest one pushed forward (forwarded request 629079 from iznogood)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 610102 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 18)
- Update to version 0.11.7:
  * Fix regression in installing .flatpak bundles
- Changes in version 0.11.6:
  * Further work on the export filename regression, now also fixes the
    same issue as in 0.11.5 but in flatpak build-finish.
  * Fix segfault when installing from .flatpakref in gnome-software
  * Build yacc parser from source.
  * Don't tab-complete Sources/Locale/Debug extension by default.
  * Fix tests on debian.
- Changes in version 0.11.5:
  * Fix a regression which caused installation of epiphany and
    other apps that export multiple .service files to fail.
  * Fix appstream updates in p2p mode.
  * Don't distribute generated gdbus code with tarball.
  * Add documentation for the flatpak portal
- Changes in version 0.11.4:
  * flatpak remove is now an alias for flatpak uninstall.
  * flatpak uninstall now picks system or user automatically if not specified
  * New appstream branch format which is more efficient to distribute, the
    old is still generated for backwards compat.
  * Appstream data now contains compatible arches (for applications
    that doesn't exist for the primary arch). For example, an
    i386-only app is now listed in the x86-64 appstream.
  * The flatpak version is included in the user agent when downloading.
  * The Flatpak-Ref http header is set to the currently installing ref when
    downloading.
  * New argument --timestamp in build-commit-from.
  * When updating many apps we now only prune the local repo when all
    updates are done, making multi-app updates faster.
  * flatpak build now always allows multiarch use.
  * flatpak build now mounts app extensions during build.
  * flatpak build-init now supports --extension to add extension points earlier
    than build-finish. Also build-finish now supports --remove-extension.
  * New flatpak portal allows applications to sandbox themselves and restart a
    newer version of themselves.
  * New flatpak run options: --no-a11y-bus, --no-documents-portal.
  * Initial support for end-of-life:ing applications.
  * New option X-Flatpak-RunOptions in exported desktop/files allow you to specify
    no-a11y-bus and no-documents-portal.
  * Support for tagged extension points, which is useful if you want to use
    the same extension id (but maybe different versions) multiple times in an app.
  * We now export .service files for names that the app is allowed to own on
    the session bus.
  * libflatpak got new methods for listing remotes by type.
  * libflatpak now has support in FlatpakRemoteRef for getting remote metadata
    such as end-of-life, download size, metadata etc.
  * There was some internal restructuring on how installs/updates are done
    which should improve performance and maintainability.
- Changes in version 0.11.3:
  * Fix "open with" and flatpak run --file-forwarding crash
  * Fix build with glibc 2.27
- Changes in version 0.11.2:
  * Remove fuse dependency, since we don't ship document portal anymore
  * Fix various issues with /home being a symlink to /var/home (atomic)
  * Allow downgrades when using collection ids
  * Search on all supported architectures
- Changes in version 0.11.1:
  * Remove document portal and permission store
  * Add --socket=fallback-x11 permission
  * Fix dbus proxy vulnerability in authentication phase
  * Allow personality syscall in devel mode
  * commit-from: Migrate static deltas with commit
  * Add "network" storage type for installations
  * Add flatpak info --show-permissions
  * Add flatpak info --file-access
  * search: Update appstream (if stale) before searching
  * Make libflatpak work when /var/lib/flatpak is empty
  * build-bundle: Add --from-commit option
  * Allow appstream ids that don't end in .desktop
  * Make permission handling ignore unknown permissions for forwards
    compatibility
  * Removed incorrect error message in update --appdata when there
    was no updates
  * Fix handling of abort in the duplicate remote prompt
  * Fix division by zero in progress calculation
  * Fix flatpak remote-info --show-metadata
  * Fixed crash when installing some flatpak bundle files
  * Fix installation of telegram
  * remote-ls -u only considers app from the origin remote
  * Fix assertion error in extra-data progress reporting
  * Report nicer errors when trying to downgrade as non-root
  * pulseaudio: Try to find pulseaudio socket better
  * Fixed some warnings reported by coverity
  * Cleaned up code by splitting up some large source files (forwarded request 610043 from stawidy)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 583071 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 17)
- Modernize spec-file by calling spec-cleaner (forwarded request 583055 from dimstar)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 577037 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 16)
Update to 0.10.4 - should address boo#1080061
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 574226 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 15)
- Update to version 0.10.3:
  + Fix vulnerability in dbus proxy.
  + Fix incorrect error message in update --appstream.
  + Ignore unknown permission requests.
  + remote-info: Fix --show-metadata behavior.
  + common: Fix division by zero when  calculate progress.
  + common/dir: Add a missing OstreeAsyncProgress default key.
  + lib/installation: Fix install/update_full() subpaths
    annotation.
  + app: Fix "multiple installations" prompt.
  + common/dir: Use an actual function for autoptr support without
    P2P.
  + Update Polish translation. (forwarded request 573731 from fcrozat)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 559366 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 14)
New stable (forwarded request 559318 from Zaitor)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 544201 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 12)
- Update to version 0.10.0:
  + Added the flatpak config option which can set the language
    settings.
  + Fix issue where sometimes ld.so.conf were not generated.
  + /dev/mali0 is added to --device=dri.
  + Work around ostree static delta issues in some cases.
- Changes from version 0.9.99:
  + Requires ostree 2017.12 for important pull stability fix.
  + New libflatpak API: flatpak_dir_cleanup_undeployed_refs,
    flatpak_installation_prune_local_repo,
    flatpak_installation_remove_local_ref_sync,
    flatpak_installation_cleanup_local_refs_sync.
  + build: FLATPAK_ID and FLATPAK_ARCH are now set in the
    environment when building.
  + update: Don't fail the entire update if some remote fails to
    update its metadata.
  + run: /.flatpak-info now lists exact commits and extensions in
    use.
  + run: We now use a per-app ld.so.cache file whenn running. This
    should speed things up, and allows ldconfig to report the
    correct results.
  + The verbose mode was changed into two levels, use -vv to show
    the more detailed info, which currently only contains the full
    bubblewrap argument lists.
  + run: Some common problematic host environment variables are now
    unset in the sandbox (PYTHONPATH, PERLLIB, PERL5LIB and
    XCURSOR_PATH).
  + run: Fixed failure when a higher prio extensions depended on a
    lower prio one.
  + run: The extension ld path order is now: app extensions, app, (forwarded request 539882 from dimstar)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 526320 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 11)
- Drop the SLE12 / Leap42 conditional definition for _userunitdir. (forwarded request 526096 from zhangxiaofei)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 522436 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 10)
- Update summaries. (forwarded request 522351 from jengelh)
Displaying revisions 61 - 80 of 84
openSUSE Build Service is sponsored by