Scott Bradnick
ac8b7a6eb4
- Update to version 4.4+git20220721.c00134211: * place the verification token at a random address * remove ancient mmap token location code * #3582 limit audio info * always enable bundling - no need for env switch * the '_proxy' subcommand doesn't need to load compressors * skip lib validation warnings when running 'sdist' * #3582 limit client info exposed * doh: return the info * return a dict even when we hit an error * #3591 clamp negative values to display * #3591 also drop negative dimensions * #2303 honour env var and skip processing ssh agent paths * some clients don't have ssh-auth-sock specified.. don't error out * silence linter * only forward ssl socket options to the ssl wrap function * fix ssl breakage: convert attribute names to arguments - Update to version 4.4+git20220720.22e3ae211: * don't compress rgb pixels with anything but lz4 * rename method to prevent confusion * #2303 ssh agent forwarding * #3582 hide detailed version info - Update to version 4.4+git20220720.d0ae240e2: * #3582 skip opengl info * fixup estr logging method * #2303 make is_socket re-usable * #3483 pycuda also imports numpy * #3579 more f-strings OBS-URL: https://build.opensuse.org/request/show/991057 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=107
44 lines
1.4 KiB
XML
44 lines
1.4 KiB
XML
<!--
|
|
# vim: set syntax=xml
|
|
-->
|
|
|
|
<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">c001342</param>
|
|
<!-- LAST VERIFIED GOOD
|
|
<param name="revision">d0ae240</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>
|