From 162a87fc5de5592a1b27ff97f2f70818956c6eea9f6c72b1576842b93180da20 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 19 Jul 2023 10:40:45 +0000 Subject: [PATCH] Accepting request 1099462 from home:llyyr:branches:X11:Wayland - Update to 0.8.0 * noop: Return seat0 as the seat name * noop: Additional open flags for `open(2)` * noop: initialize initial_setup * drm: Support drm-subtree drivers on FreeBSD * man: document SEATD_VTBOUND * man: add missing arg in -n syntax OBS-URL: https://build.opensuse.org/request/show/1099462 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/seatd?expand=0&rev=22 --- _service | 2 +- seatd-0.7.0.obscpio | 3 --- seatd-0.8.0.obscpio | 3 +++ seatd.changes | 11 +++++++++++ seatd.obsinfo | 6 +++--- seatd.spec | 2 +- 6 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 seatd-0.7.0.obscpio create mode 100644 seatd-0.8.0.obscpio diff --git a/_service b/_service index 962c8c2..6180c54 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://git.sr.ht/~kennylevinsen/seatd git - 0.7.0 + 0.8.0 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/seatd-0.7.0.obscpio b/seatd-0.7.0.obscpio deleted file mode 100644 index e813ee1..0000000 --- a/seatd-0.7.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6b6b99fe85830d590cc694bcfc6135d0a2666b84083b90a253e3b1f84a9c412 -size 182795 diff --git a/seatd-0.8.0.obscpio b/seatd-0.8.0.obscpio new file mode 100644 index 0000000..0295f90 --- /dev/null +++ b/seatd-0.8.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d3ddf2d9898b8526778d733b14947e23fd5b33caad267aef404d2864168553 +size 182795 diff --git a/seatd.changes b/seatd.changes index 30f2c03..6589fd5 100644 --- a/seatd.changes +++ b/seatd.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jul 19 09:37:07 UTC 2023 - llyyr + +- Update to 0.8.0 + * noop: Return seat0 as the seat name + * noop: Additional open flags for `open(2)` + * noop: initialize initial_setup + * drm: Support drm-subtree drivers on FreeBSD + * man: document SEATD_VTBOUND + * man: add missing arg in -n syntax + ------------------------------------------------------------------- Fri Jun 23 05:49:32 UTC 2023 - Michael Vetter diff --git a/seatd.obsinfo b/seatd.obsinfo index 54f68cc..ae40c9f 100644 --- a/seatd.obsinfo +++ b/seatd.obsinfo @@ -1,4 +1,4 @@ name: seatd -version: 0.7.0 -mtime: 1653336218 -commit: a803ba0502cccf147eec7fbcacd11c5b8643c0e0 +version: 0.8.0 +mtime: 1689758313 +commit: 3e9ef69f14f630a719dd464f3c90a7932f1c8296 diff --git a/seatd.spec b/seatd.spec index d27e299..9d22a15 100644 --- a/seatd.spec +++ b/seatd.spec @@ -17,7 +17,7 @@ Name: seatd -Version: 0.7.0 +Version: 0.8.0 Release: 0 Summary: Seat management daemon License: MIT