Scott Bradnick
d8e37414bd
* #4396 only use client keycode with x11 clients * convert methods to more reusable functions * #4405 guess DEB distro type based on known variant names * we use negative value for 'no-match', not zero * keycode is always an int * #4403 use visual with transparency for the tray * better pam error logging * typo * silence deprecation warning * #4402 forgot to bump the version here * oops: wrongly added * #4050 ensure the updated build info is bundled * light builds don't need 'service_identity' * #4050 more packages are available upstream now * #4050 record SBOM with old build script * #4401 mmap encoding is acceptable for tray icons * derp + stop if installer or msi are cancelled * add 'sbom' subcommand for showing the data * record against the actual path used * use 'env' to locate 'python3' * also record msys DLLs and msys2 packages * #4050 record cuda, pyqt * constify * fix absolute paths in pixbuf loader cache file * #4050 record python modules, size and checksum for files * #4050 add pacman package data with new --sbom flag * simplify * #4396 only use exact match with keycode translation * simplify + type hints OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=150
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.3.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>
|