Accepting request 114601 from home:dimstar:branches:X11:XOrg
Update - compatible with X 1.12. - Package fails build until my xorg-server 1.12 package lands (due to missing x11_abi_videodrv_req macro) - Recommend to accept as one collection OBS-URL: https://build.opensuse.org/request/show/114601 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-vmware?expand=0&rev=2
This commit is contained in:
parent
eeee26b1c2
commit
5e604546c3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b24a7cb2d87e416561e25122eab2cd48fc64a2ba105238456eefef16f29f38a3
|
||||
size 313656
|
3
xf86-video-vmware-12.0.2.tar.bz2
Normal file
3
xf86-video-vmware-12.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c827875fd94805ec9b925fe09aaa973e7e3f9096c7ef311d449c3f134ae75147
|
||||
size 432468
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 19 10:47:12 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 12.0.2:
|
||||
+ Adapt to X 1.12 API
|
||||
- Use %x11_abi_videodrv_req instead of static ABI requires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 18 15:51:24 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -16,7 +16,8 @@
|
||||
#
|
||||
|
||||
Name: xf86-video-vmware
|
||||
Version: 11.0.3
|
||||
Version: 12.0.2
|
||||
# FIXME: Add pkgconfig(xatracker) >= 0.4.0 BuildRequires once it is available in Factory. (for 3D Support)
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: VMware SVGA video driver for the Xorg X server
|
||||
@ -34,11 +35,11 @@ BuildRequires: pkgconfig(xineramaproto)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xorg-server) >= 1.0.1
|
||||
BuildRequires: pkgconfig(xproto)
|
||||
Requires: VIDEO_ABI_VERSION = 10
|
||||
Supplements: xorg-x11-server
|
||||
# This was part of the xorg-x11-driver-video package up to version 7.6
|
||||
Conflicts: xorg-x11-driver-video <= 7.6
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%x11_abi_videodrv_req
|
||||
|
||||
%description
|
||||
vmware is an Xorg driver for VMware virtual video cards.
|
||||
@ -59,7 +60,6 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||
%doc ChangeLog COPYING README
|
||||
%dir %{_libdir}/xorg/modules/drivers
|
||||
%{_libdir}/xorg/modules/drivers/vmware_drv.so
|
||||
%{_libdir}/xorg/modules/drivers/vmwlegacy_drv.so
|
||||
%{_datadir}/man/man4/vmware.4%{?ext_man}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user