Scott Bradnick
4b92cb2d40
* #321 missing start menu: newer versions use a distinct flag - Update to version 17.0+git20240924.b0457c1: * update the release notes * #322 use a new array for 'bytes' * #322 turn off zerocopy if we get decoding errors * fallback to client decoding * offscreen toggle had no effect * video max size is overriden later * update offscreen checkbox when ssl is toggled - Update to version 17.0+git20240909.4fe30fc: * bump version * update the release notes * allow more characters in session title * fix range error in regex string * sanitization functions must be re-usable - Update to version 16.0+git20240827.a320939: * update the release notes * #319 honour preferred clipboard format * update the release notes * merge changelog entries from v15.x branch * #317 fix pings not being sent from client * #317 also re-try to open the websocket connection * simplify * #317 check for timeouts when re-connecting * #317 properly close current protocol instance before re-connecting * derp: fix syntax OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra-html5?expand=0&rev=47
29 lines
975 B
Plaintext
29 lines
975 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/Xpra-org/xpra-html5</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
|
<!--
|
|
This comes from setup.py which defines
|
|
a 'VERSION = ' based off a tag; current
|
|
release is 'v9.0' (Tags) but master defines
|
|
it as '17' (per `grep -r '^VERSION =' xpra-html5/setup.py`)
|
|
|
|
-->
|
|
<param name="versionrewrite-pattern">v9.0</param>
|
|
<param name="versionrewrite-replacement">17.0</param>
|
|
<!--
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
-->
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="manual">
|
|
<param name="package-meta">yes</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|