SHA256
1
0
forked from pool/xpra
xpra/_service
Scott Bradnick cc1839923d Accepting request 1115908 from home:sbradnick
- Update to version 6.0+git20231005.a3c265d6:
  * use the program wrapper to name the process and window
  * remove unused screen, always 0 with Gtk 3
  * Cython 3.0.3
  * #3964 oops: forgot to add the configure scripts
  * #3964 run configure sub-windows as dialogs
  * destroying windows causes crashes on MS Windows
  * #3964 preparatory refactoring for new 'configure' GUIs
  * stricter types
  * match renaming
  * #3810 swap host and guest
  * move qrcode dialog with the other gtk dialogs
  * #4021 expose scaled size so clients can upscale
  * cosmetic: missing closing bracket in debug
  * fix crashes on MS Windows
  * damn: git reset un-added this file
  * misspelt package name
  * #3810 add virtio-ivshmem documentation
  * typo
  * fix all dbus builds by using autotools
  * wheel is available in appstream
  * use the default location
  * move opengl example code
  * remove global include dir
  * missed during gobject bindings refactoring
  * simplify
  * whitespace
  * #3978 cythonized versions can't be executed as files
  * generate the gui versions of the exec tools
  * git reset un-added the files...

OBS-URL: https://build.opensuse.org/request/show/1115908
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=127
2023-10-05 19:11:18 +00:00

62 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:
grep __version__ xpra/xpra/__init__.py
-->
<!-- DEFAULT PATTERN
<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>