Accepting request 1096072 from X11:Wayland
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1096072 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seatd?expand=0&rev=9
This commit is contained in:
commit
1d15dc876a
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.4</param>
|
||||
<param name="revision">0.7.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c55f5ccea7eaa85729fa0191634f9cf181feadb883b6ba7c2887e43fecedcd34
|
||||
size 178699
|
3
seatd-0.7.0.obscpio
Normal file
3
seatd-0.7.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6b6b99fe85830d590cc694bcfc6135d0a2666b84083b90a253e3b1f84a9c412
|
||||
size 182795
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 23 05:49:32 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.7.0:
|
||||
* Support for NetBSD and wscons devices
|
||||
* Fix for a polling bug in the logind libseat backend
|
||||
* Removal of SEATD_SOCK and runtime socket path configuration
|
||||
* Removal of SEATD_LOGLEVEL, replaced by a command-line argument
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 25 16:15:51 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
name: seatd
|
||||
version: 0.6.4
|
||||
mtime: 1645480324
|
||||
commit: df13d03f9cfd0dc0c2b3298cd0e5eb4e4a10835e
|
||||
|
||||
version: 0.7.0
|
||||
mtime: 1653336218
|
||||
commit: a803ba0502cccf147eec7fbcacd11c5b8643c0e0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package seatd
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 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.6.4
|
||||
Version: 0.7.0
|
||||
Release: 0
|
||||
Summary: Seat management daemon
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user