SHA256
1
0
forked from pool/xpra
xpra/_service

59 lines
2.0 KiB
Plaintext
Raw Normal View History

<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/Xpra-org/xpra</param>
<param name="scm">git</param>
<!-- TESTING -->
<!-- LAST KNOWN GOOD:  (older) ;  (newer)
<param name="revision">223dc02f</param>
-->
<!-- VERIFIED GOOD:  (older) ;  (newer)
<param name="revision">d0ae240</param>
Accepting request 993433 from home:sbradnick - %{_libexecdir} issue was fixed upstream, cleaning up spec file * See https://github.com/Xpra-org/xpra/issues/3597 - Update to version 4.4+git20220726.a03b3f67e: * #3597 openSUSE Leap 15.4 still does not use libexec * always pop GDK errors * #3595 add man page entry * #3595 'exit-with-windows' option * fix removing monitor: logging was causing an error * layout may be 'None' * close the splash screen if it loses top level focus * #2630 these values aren't 'real' layout names, don't try to use them * #2630 modify shadow keymap when '--keyboard-layout=auto' * `xpra/x11/server_keyboard_config.py`: `'NoneType' object is not iterable` * #3594 fix vim typo * #3594 backwards compatibility fix * f-strings and more dense output * safer: don't delete recursively, delete with glob explicitly * when calling 'xpra clean' explicitly, we can remove session sub-directories * run 'late_cleanup' before trying to remove the session dir * don't try to parse 'resize-display' as a resolution if it is a boolean * remove spurious import added by IDE * distinguish directories from regular files * it is possible to run without the 'rgb' encoder * make it easier to build without any codecs * we can only use the 'native' mapping with existing x11 keycodes * simplify: remove unused argument * #3592 remove redundant 'xkbmap_' prefix * #3592 remove unstructured setxkbmap query data from server * #35822 start removing 'setxkbmap -query' and 'setxkbmap -print' OBS-URL: https://build.opensuse.org/request/show/993433 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=109
2022-08-06 08:56:01 +02:00
<param name="revision">c001342</param>
<param name="revision">a03b3f6</param>
<param name="revision">cc03f57</param>
<param name="revision">c52d8ac</param>
<param name="revision">6f83fe7</param>
<param name="revision">1c1e6e0</param>
-->
<!-- BAD CLIPBOARD
<param name="revision">df36fcc</param>
<param name="revision">b72e623</param>
<param name="revision">c8f68c6</param>
<param name="revision">dcb5278</param>
-->
<!-- BAD (broken audio)
<param name="revision">c4dcd89</param>
<param name="revision">962acb0</param>
-->
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
<!-- These need changed dependent on tags
at github.com/Xpra-org/xpra ; Currently
tag=v4.4 but setup.py returns 5.0 as a
result of ./xpra/__init__.py
-->
<!--
<param name="versionrewrite-pattern">v(.*)</param>
-->
<param name="versionrewrite-pattern">v4.4</param>
<param name="versionrewrite-replacement">5.0</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="tar" mode="disabled">
<!-- I'd like to include this, but METADATA_PATTERN
seems to block including .git
* 20220718:
* need "package-meta" here too
* "include" || "exclude", not both
<param name="include">.git</param>
<param name="exclude">.github</param>
<param name="exclude">.git/objects/pack</param>
-->
<param name="package-meta">yes</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
</services>