Scott Bradnick
1c1e1981af
- Update to version v6.0+git20230901.77211231: * rename clipboard module for better consistency * #3930 remove yaml * remove last references to rencode and bencode * #3930 remove unprefixed legacy compatibility * #3981 mode subsystems doc stubs * pynvml 12.535.108 * #3981 add documentation on network protocol * https://github.com/inducer/pyopencl/pull/699/files * #3978 minor fixes for Cython * #3976 fix check for existing dbus instance * try harder to show a valid exception message * move x11 dependencies to x11 package * better warning message for invalid audio requests * if 'load-balancing' is unset, don't log a warning * silence zeroconf update errors * Cython 3.0.2 * FULL_INFO valid range is 0..2 * #3592 remove legacy flat audio caps * #3592 make more assumptions about client caps * #56 assume that we can resize the display precisely * #3973 move code to a testable function * #3973 doh, use the actual mode string * log the arguments * don't try to build pycuda for default python * EL8 can now build pycuda using a python3.11 prefix * group imports * #3973 try to reverse the mode alias to find the argument * #3974 Python 3.12 compatibility * Cython 3.0.1 OBS-URL: https://build.opensuse.org/request/show/1108499 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=123
60 lines
2.1 KiB
Plaintext
60 lines
2.1 KiB
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/Xpra-org/xpra</param>
|
|
<param name="scm">git</param>
|
|
<!-- TESTING -->
|
|
<!-- LAST KNOWN GOOD: (older) ; (newer)
|
|
<param name="revision">f088bc04</param>
|
|
-->
|
|
<!-- VERIFIED GOOD: (older) ; (newer)
|
|
<param name="revision">d0ae240</param>
|
|
<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>
|
|
<param name="revision">223dc02f</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">6.0</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="manual">
|
|
<!-- 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="manual">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|