- Update to version 0.11.0: * Bump version again, to fix a release tag issue * Bump version * Apply more clippy suggestions * Update Cargo.lock * Use nix 0.30 * Pass vsock config unchanged to waypipe server * Fix vsock config serialization * Improve handling of non-UTF8 paths in build scripts * Apply more clippy suggestions * Also match physical devices by primary node ID - Update to version 0.10.6: * Bump version * Apply more clippy suggestions * Update Cargo.lock * Use nix 0.30 * Pass vsock config unchanged to waypipe server * Fix vsock config serialization * Improve handling of non-UTF8 paths in build scripts * Apply more clippy suggestions * Also match physical devices by primary node ID * Fix and elaborate DRM node ID debug messages * Fix out of date sentence in README * Add option to automatically run xwayland-satellite * Silence missing docs lints on generated code * Autoformat changes for meson * Update implementation language stated in man page * Cargo.toml: define a workspace for helper crates * docs: add --ssh-bin option to man page * feat(cli): add configurable SSH binary path option * fix(cli): prevent SSH argument parsing conflicts with remote command * Add license field to helper crates * Cargo.toml: add license field - Update to version 0.10.5: * Bump version * waypipe-c: distinguish meson test names * Add --remote-socket option for ssh mode remote socket prefix * Mention Unix socket support in man page * Apply more clippy suggestions * Use a more portable macro for ioctl codes * Work around for minimum h264 hardware encoding/decoding sizes * Autoformat changes for meson * Avoid a non-portable error code * Specify soname instead of linker name for dynamic libraries OBS-URL: https://build.opensuse.org/request/show/1331857 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waypipe?expand=0&rev=18
19 lines
709 B
Plaintext
19 lines
709 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://gitlab.freedesktop.org/mstoeckl/waypipe.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v0.11.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srcdir">waypipe</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
</services>
|
|
|