SHA256
1
0
forked from pool/xpra
xpra/_service
Scott Bradnick 4262203667 Accepting request 1145008 from home:sbradnick
- Update to version 6.0+git20240207.f845c2d5:
  * remove debug logging
  * #3938 ignore position hint changes when the client is showing the window
  * silence KDE specific wm events wrongly sent by wine
  * oops: don't shadow the 'opengl' string variable
  * typo: instantiate the context manager
  * silence another gtk screen dimension warning
  * '.' in 'gtk+3.0' causes a parsing error
  * oops, fixup e5aa9529284c0c0a379c6951d5d3fc86525824dd: swap source and dest change

- Update to version 6.0+git20240206.e5aa9529:
  * gst-plugin-scanner needs to find the gstreamer dylibs
  * '+' in 'gtk+' causes a parsing error
  * enable write access for buffers we own
  * bandaid for clipboard data received as a string
  * simplify
  * use simplified pypi source URLs
  * numpy 1.26.4
  * show the prefererd www directory in the warning
  * better OpenGL probe error messages
  * Ubuntu 22.04 ships an old version of Pillow..
  * it seems that we can get a None value here..
  * using a dictionary is safer and easier to read
  * 'dirs' must contain pairs
  * openh264 2.4.1
  * shortcut out earlier
  * network layer can't encode enums
  * #4125 trigger backtraces with regular expressions
  * cosmetic: reformat
  * #3916 also update 'requested' attributes

OBS-URL: https://build.opensuse.org/request/show/1145008
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=131
2024-02-07 20:25:00 +00:00

37 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>
<!-- TESTING -->
<!-- LAST KNOWN GOOD:  (older) ;  (newer) -->
<!-- VERIFIED GOOD:  (older) ;  (newer) -->
<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 (20240206):
$ grep -r __version_info__ .
...
./xpra/__init__.py:__version_info__ = (6, 0)
...
-->
<!-- 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">
<param name="package-meta">yes</param>
</service>
<service name="recompress" mode="manual">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
</services>