* Bump version to 0.9.3 * seatd: Fix some typos * seatd: Improve error handling for failed seat open * seatd: Reuse session numbers for non-VT-bound * seatd: Return the correct device on duplicate open * libseat: Remove bogus NULL check * libseat/logind: Handle strdup allocation errors * libseat/logind: Avoid shadowing ret * libseat/logind: Do not record PauseDeviceComplete reply * seatd: Check the right variable for accept failure * libseat/seatd: Retain errno in set_error for convenience * libseat/seatd: Ensure errno is not clobbered * libseat/seatd: Do not attempt destroy on alloc error * logind: Minor error simplification * logind: Ensure errno is set from sd_bus error * seatd: Explicitly set ENOMEM in seat_open_device * seatd: Remove silly goto error handling * seatd: Ensure seat_close_device cannot clobber errno * seatd: Clarify that seat_close_device cannot fail OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/seatd?expand=0&rev=28
20 lines
698 B
XML
20 lines
698 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<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.9.3</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|
|
|