17
0
Files
flatpak-builder/.gitattributes
Dominique Leuenberger 0104e2ef84 Accepting request 539651 from GNOME:Next
- Update to version 0.10.4:
  + Fixed source bundling of git repos with older versions of git.
  + Allow git sources to use "HEAD" branch.
  + Fixed crashes in some cases of git failure.
- Update to version 0.10.3:
  + Yet more fixed or older versions of git. In particular, we
    disable fsck during transfer when doing a shallow clone and the
    git version is less than 1.8.3.2.
- Changes from version 0.10.2:
  + Even more fixes for shallow git clones with older versions of
    git.
  + New property for git sources, disable-shallow-clone which falls
    back to cloning the entire remote.
- Changes from version 0.10.1:
  + Fix handling of shallow git clones with older versions of git.
  + Fix issue where flatpak-builder --run could exit if some thread
    in the parent process exited, exposeb by e.g. gnome-builder.
- Changes from version 0.10.0:
  + We now do shallow clones of git repos when downloading if
    possible.
  + The way the cache works internally was slightly tweaked which
    will cause all existing caches to be rebuilt.
- Changes from version 0.9.99:
  + Fix git source bundling on older git version.
  + New property: appdata-license lets you easily modify the
    appstream license field.
  + New source type "extra-data" which makes it easier to use
    extra-data apps.
  + We now automatically compress debuginfo unless the
    no-debuginfo-compression option is specified.
  + Appstream files called .metainfo.xml are now recognized.
  + New prepare-platform-commands property, similar
    to cleanup-platform-commands, but run before importing all the
    changes from the SDK.
  + We now apply all the deletions that happened in the SDK on the
    base when creating the platform.
- Changes from version 0.9.98:
  + build cache hits are now faster.
  + git sources have a new property "tag" which works the same as
    "branch", but improves readability when referencing a git tag.
  + flatpak-builder --run now passes --with-appdir which is useful
    when testing uninstalled builds.
  + When bundling git repos in .Sources we now make a shallow clone
    which uses a lot less space.
  + .Locale extensions now always set the new locale-subset
    property.
  + locale-subset is supported in the add-extension property.
  + build-options now also supports make-args and make-install
    args, which allows per-arch make flags.
- Bump pkgconfig(flatpak) BuildRequires to 0.10.0.
- Bump pkgconfig(ostree-1) BuildRequires to 2017.12.
- Initial build for openSUSE, version 0.9.11.

OBS-URL: https://build.opensuse.org/request/show/539651
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak-builder?expand=0&rev=1
2017-11-08 10:29:46 +00:00

24 lines
941 B
Plaintext

## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text