- Update to version 0.8.2: + Python: - Install modules to be used externally as well - Port python code to python3 and update for (modern) PyGObject + Core: - Do not leak context filter list - Do not leak cancellable in gasync tasks - If log-level is debug, do not block other log domains + Renderer: - Fix cancelling async tasks - Fix setting the name for the renderer service - Do not add empty device properties + Server: - Do not access async tasks if they are cancelled - Fix double-free and reference leak if tasks are cancelled - Do not unref NULL variants on shutdown - If an optional ServiceAction does not exist, do not emit a warning + Bugs fixed in this release: glgo#GNOME/World#10, glgo#GNOME/World#8, glgo#GNOME/World#9. - Changes from version 0.8.1: + Core: Use GString to sanitize UDNs for object paths names + Renderer: - Remove duplicate source file that is also in core - Fix a double-free in set_position call - Make coverity happy in a couple of places + Server: - Fix a double-free on icon download error - Remove some dead code + Bugs fixed in this release: Coverity issues 358585, 358590, 358593, 358595, 358598, 358599 and 358602 + Merge requests included in this release: glgo#World/dLeyna!5 OBS-URL: https://build.opensuse.org/request/show/1038239 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dLeyna?expand=0&rev=3
17 lines
592 B
XML
17 lines
592 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://gitlab.gnome.org/World/dLeyna.git</param>
|
|
<param name="revision">refs/tags/v0.8.2</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="scm">git</param>
|
|
</service>
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="manual" name="set_version" />
|
|
</services>
|