Scott Bradnick
f78ff9816b
- Update to version 6.1+git20240523.91f77fa9: * ignore all spaces * ignore spaces * #4064 add more prominent link to 'configure' * detect utf8 clipboard text and handle it correctly (#4233) * remove duplicate enums * silence some deprecation warnings * skip warning when openh264 decoder rounds up image dimensions to 16 * fix staticmethod signature * add Corning to the list of sponsors * simplify: reconfig once after tweaking all the settings * #4235 add missing python-cairo dependency * 4235 verify that cairo is available before enabling sync-xvfb * #4235 make it possible to call without cairo / pango installed * oops: another duplicated tag * use jpeg modified Rec. 601 * #3837 switch to full-range BT.601 colorspace transform * type hints * cosmetic * also handle generic types at this layer * #3837 openh264 uses bFullRange=0 by default * csc options must be a typedict * paint callbacks take arguments, ImageWrapper.free does not * accept more generic types * #3837 add color range metadata to frames * add type hints * add type hints * bandwidth-limit should always be an int * decoders now also require options * add type hints + show shaders when ran from the cmd line OBS-URL: https://build.opensuse.org/request/show/1176525 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=137
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.0</param>
|
|
<param name="versionrewrite-replacement">6.1</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>
|