SHA256
1
0
forked from pool/xpra
xpra/_service
Scott Bradnick b89764319e Accepting request 1007568 from home:sbradnick
- Update to version 4.4+git20221002.1c1e6e0d:
  * bump version
  * add rocky / alma / oracle / centos stream
  * add latest fix
  * #3454 too easy to hit resizing loops with xterm
  * show variants if we find any
  * #3630 don't populate the full layout list if we don't have to
  * f-stringify
  * #3630 add test that causes wayland hang
  * can only join strings
  * #3630 make it easier to disable all 'after-handshake' calls
  * fix missing systray on Ubuntu
  * the nvjpeg flag has been split in 2
  * build witout cuda on Fedora 37
  * add an empty changelog
  * #3628 try harder to find the 'interactive' version
  * silence some minor warnings
  * chop large opengl renderer strings when displaying them in UI
  * #3628 fix support for cygwin ssh servers
  * remove warning on MS Windows and MacOS
  * update the release notes
  * #3628 cygwin probably behaves like msys
  * some opengl renderer strings can be very long
  * refactor: split authandler
  * simplify: don't copy options we don't reuse
  * match any variation of 'gnome' DE
  * #3628 oops, emulate the output format too
  * typo
  * #3628 match registry query as a plain string
  * #3628 re-arrange workaround order

OBS-URL: https://build.opensuse.org/request/show/1007568
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=112
2022-10-02 17:10:11 +00:00

57 lines
2.0 KiB
Plaintext

<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/Xpra-org/xpra</param>
<param name="scm">git</param>
<!-- TESTING -->
<!-- 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>
-->
<!-- 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=4.3 but setup.py returns 4.4
-->
<!-- Hopefully this isn't needed anymore? 20221001
<param name="versionrewrite-pattern">v4.3</param>
<param name="versionrewrite-replacement">4.4</param>
-->
<param name="versionrewrite-pattern">v(.*)</param>
<!--
<param name="package-meta">yes</param>
-->
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="tar" mode="disabled">
<!-- 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="disabled">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
</services>