Scott Bradnick
5c66589256
- Update to version 6.2.0+git20240718.6fcb897e: * bump version * more reliably detection of X11 servers * update the release notes * #4209 fix cairo scaling dimensions used for csc instantiation * #4300 add ability to force freeze images * try to stick to the same scaling value longer * missing return value * also handle 'screenshot' as a generic server request * avoid 'unknown packet type' errors with screenshot requests * refactor all hello request handlers * better style and error messages * forgot to send 'screenshot' request * pandoc lua filters are back in Fedora * cosmetic: group subcommands together * speed is a signed int now * cosmetic * fix: Fix formatting * always free images with an error context * try to reduce how often quality swings cause scaling changes * round score to nearest + type hint * unsquash the values, so minor scoring differences still matter * simplify * allow negative speed score * cosmetic * match docstring: encoder speed is less important target speed is low * remove: this term is constant for all calls * simplify and use rounding * add type hints * function should always return a dict OBS-URL: https://build.opensuse.org/request/show/1188454 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=143
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/Xpra-org/xpra</param>
|
|
<param name="scm">git</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 6.0 as a
|
|
result of:
|
|
$ grep __version__ xpra/xpra/__init__.py
|
|
* Now (20240523):
|
|
$ grep -r __version_info__ .
|
|
...
|
|
./xpra/__init__.py:__version_info__ = (6, 1)
|
|
...
|
|
-->
|
|
<!-- DEFAULT versionrewrite-pattern
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
-->
|
|
<!-- REPLACEMENT versionrewrite-pattern
|
|
-->
|
|
<param name="versionrewrite-pattern">v6.1.0</param>
|
|
<param name="versionrewrite-replacement">6.2.0</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>
|