Stefan Dirsch
1b7e417b62
My original intent was to fix build with gcc 12 - but it grew somewhat during that process. We still get 4 years of bugfixes, so I think overall this is the way to go. Feel free to reject, and only use the gcc 12 buildfix patch - Update to version 13.3.0+12: * vmwgfx: - Change header inclusion order to avoid xorg headers catching stdbool.h - Unify style in scanout_update and present functions - Limit the number of cliprects in a drm present_readback command v3 - Limit the number of cliprects in a drm present command v3 - Limit the number of cliprects in a drm dirtyfb command v3 - Don't exceed the device command size limit v3 - Fix invalid memory accesses in CloseScreen - Use libdrm to obtain the drm device node name v2 - Fix a memory leak - Fix XVideo memory leaks * saa: Make sure damage destruction happens at the correct location * Remove obsolete B16 & B32 tags in struct definitions - Switch to git checkout via source service. - Add u_Fix-build-gcc-12.patch: Still needs a patch to build with gcc 12. - Modernize spec, add libtool BuildRequires and bootstrap build. OBS-URL: https://build.opensuse.org/request/show/956998 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-vmware?expand=0&rev=39
19 lines
686 B
XML
19 lines
686 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://gitlab.freedesktop.org/xorg/driver/xf86-video-vmware.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">50ab008c</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">xf86-video-vmware-(.*)</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="manual" name="set_version" />
|
|
</services>
|
|
|