Scott Bradnick
accb81f225
- %{_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
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">https://github.com/Xpra-org/xpra</param>
|
|
<param name="scm">git</param>
|
|
<!-- TESTING -->
|
|
<param name="revision">a03b3f6</param>
|
|
<!-- LAST VERIFIED GOOD: (older) ; (newer)
|
|
<param name="revision">d0ae240</param>
|
|
<param name="revision">c001342</param>
|
|
-->
|
|
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
|
<!-- These need changed dependent on tags
|
|
at github.com/Xpra-org/xpra ; Currently
|
|
tag=4.3 but setup.py returns 4.4
|
|
-->
|
|
<param name="versionrewrite-pattern">v4.3</param>
|
|
<param name="versionrewrite-replacement">4.4</param>
|
|
<!--
|
|
<param name="package-meta">yes</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>
|