SHA256
1
0
forked from pool/seatd

Compare commits

...

2 Commits

Author SHA256 Message Date
Ana Guerrero
f3b7b4786b Accepting request 1225723 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/1225723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seatd?expand=0&rev=11
2024-11-22 22:51:42 +00:00
Ana Guerrero
2894b86b40 - Update to 0.9.1
* Fix libseat not servicing seat enable/disable events if they were
    received immediately after a response, leading to the session
    deadlocking in a deactivated state.
  * Fix some protocol strings lacking validation of the NULL
    termination requirement.
- Update to 0.9.0
  * Improve session state tracking in the libseat logind backend, which
    could previously fail to notify the libseat client that the session
    had been deactivated.
  * Do not trigger a VT switch when starting a logind session, allowing
    sessions to be started in the background.
  * Improve error handling in some edgecases in the libseat seatd backend.
  * Apply more aggressive security policies to the included systemd unit.

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/seatd?expand=0&rev=24
2024-11-22 06:34:27 +00:00
6 changed files with 28 additions and 9 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="disabled">
<param name="url">https://git.sr.ht/~kennylevinsen/seatd</param>
<param name="scm">git</param>
<param name="revision">0.8.0</param>
<param name="revision">0.9.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4d3ddf2d9898b8526778d733b14947e23fd5b33caad267aef404d2864168553
size 182795

3
seatd-0.9.1.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5847d4ec2d7c8300e21c24557e68f0c5d763db5293eea0dd43d5af32646bfaeb
size 190987

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Oct 31 17:06:26 UTC 2024 - llyyr <llyyr@yukari.in>
- Update to 0.9.1
* Fix libseat not servicing seat enable/disable events if they were
received immediately after a response, leading to the session
deadlocking in a deactivated state.
* Fix some protocol strings lacking validation of the NULL
termination requirement.
- Update to 0.9.0
* Improve session state tracking in the libseat logind backend, which
could previously fail to notify the libseat client that the session
had been deactivated.
* Do not trigger a VT switch when starting a logind session, allowing
sessions to be started in the background.
* Improve error handling in some edgecases in the libseat seatd backend.
* Apply more aggressive security policies to the included systemd unit.
-------------------------------------------------------------------
Wed Jul 19 09:37:07 UTC 2023 - llyyr <llyyr.public@gmail.com>

View File

@ -1,4 +1,4 @@
name: seatd
version: 0.8.0
mtime: 1689758313
commit: 3e9ef69f14f630a719dd464f3c90a7932f1c8296
version: 0.9.1
mtime: 1730317406
commit: 566ffeb032af42865dc1210e48cec08368059bb9

View File

@ -1,7 +1,7 @@
#
# spec file for package seatd
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: seatd
Version: 0.8.0
Version: 0.9.1
Release: 0
Summary: Seat management daemon
License: MIT