Go to file
Sebastian Wagner 39e3ce8e70 - Update to 0.6.1:
- Add a release checklist
 - completions: Make zsh completion non-executable
   The Autotools build system installed it with 0644 permissions because
   it's listed as DATA, but the Meson build system installs executable
   files as executable by default.
   zsh completions don't need to be executable to work, and this one doesn't
   have the `#!` marker that should start an executable script.
- update to 0.6.0:
 - meson: Improve compatibility with Meson 0.49
   That version doesn't allow more than two arguments for define_variable.
 - Disable test-specifying-pidns.sh under 'meson dist' while I investigate
   This test is hanging when run under 'meson dist' for some reason, but
   not when run under 'meson test', and not locally, only in the Github
   Workflow-based CI. Disable it for now.
 - meson: Actually build and run the tests
 - tests: Fix compiler warnings for unused arguments
 - meson: Run test scripts from $srcdir
 - meson: Make G_TEST_SRCDIR, G_TEST_BUILDDIR match Autotools
 - meson: Run the Python test script with Python, not bash
   The python build option can be used to swap to a different interpreter,
   for environments like the Steam Runtime where the python3 executable in
   the PATH is extremely old but there is a better interpreter available.
   This is treated as non-optional, because Meson is written in Python,
   so the situation where there is no Python interpreter at build-time
   shouldn't arise.
 - meson: Build the try-syscall helper
 - meson: Build tests with equivalent of -I$(top_srcdir) -I$(top_builddir)
 - meson.build: Remove unnecessary check for sh
 - Add a Meson build system

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/bubblewrap?expand=0&rev=27
2022-03-04 18:14:21 +00:00
.gitattributes Accepting request 446662 from home:sebix:branches:home:dmulder 2017-01-26 09:25:10 +00:00
.gitignore Accepting request 446662 from home:sebix:branches:home:dmulder 2017-01-26 09:25:10 +00:00
bubblewrap-0.6.1.tar.xz - Update to 0.6.1: 2022-03-04 18:14:21 +00:00
bubblewrap.changes - Update to 0.6.1: 2022-03-04 18:14:21 +00:00
bubblewrap.spec - Update to 0.6.1: 2022-03-04 18:14:21 +00:00