1
0
Files
vncmanager-controller/_service
Joan Torres e21bd7a2de - Use obs_scm targeting the new github repo at
https://github.com/openSUSE/vncmanager-controller
- Update to version 1.0.2:
  * Fixes bsc#1214410 with forcing the use of xcb platform plugin
- Drop updated upstream patches:
  * U_Declare-gnome-shell-versions-3.10-to-3.26-as-support.patch
  * u_Declare-also-gnome-shell-versions-3.27-to-41-as-supp.patch
  * 0001-fix-js-code-incompatibility-with-gnome-3.34.patch
- Cleanup specfile

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager-controller?expand=0&rev=20
2023-08-28 12:52:52 +00:00

14 lines
537 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/openSUSE/vncmanager-controller.git</param>
<param name="revision">refs/tags/v1.0.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="set_version" mode="manual" />
</services>