This commit is contained in:
parent
0340db9ecb
commit
7973fb8e31
2
_service
2
_service
@ -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.6.2</param>
|
||||
<param name="revision">0.6.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
3
seatd-0.6.3.obscpio
Normal file
3
seatd-0.6.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b323e3deeb40a13a9fb299f7405067ee884a6b02d6322c01278a4f19bb82f69
|
||||
size 179211
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 20 08:28:19 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.6.3:
|
||||
* logind: Set userdata for ping_handler
|
||||
* logind: Improve error handling in open_seat
|
||||
* examples/simpletest: check for libseat_dispatch failures
|
||||
* logind: check if session is active on startup
|
||||
* clang-format: Fix alignment
|
||||
* logind: Send ping to wake us up later
|
||||
* seatd: Implement ping request to wake up later
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 07:40:50 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
name: seatd
|
||||
version: 0.6.2
|
||||
mtime: 1631747262
|
||||
commit: 0f20175752b7b11a5c66070b2dedc4cf8716d107
|
||||
|
||||
version: 0.6.3
|
||||
mtime: 1634672357
|
||||
commit: 88db55f6068c1c01d85b61aa6adff0a6b2a8dce8
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: seatd
|
||||
Version: 0.6.2
|
||||
Version: 0.6.3
|
||||
Release: 0
|
||||
Summary: Seat management daemon
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user