Snapshot from git master to fix render accel not working (rhbz#1077453)
This commit is contained in:
parent
632f59b341
commit
cb337217e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ xf86-video-vmware-11.0.1.tar.bz2
|
||||
/xf86-video-vmware-13.0.1.tar.bz2
|
||||
/xf86-video-vmware-20131207.tar.bz2
|
||||
/xf86-video-vmware-13.0.2.tar.bz2
|
||||
/xf86-video-vmware-20140613.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
91d1d7d33181766714405ab013d31244 xf86-video-vmware-13.0.2.tar.bz2
|
||||
709a8c85532301acac3867f6417cdbb2 xf86-video-vmware-20140613.tar.bz2
|
||||
|
@ -1,8 +1,8 @@
|
||||
%define tarball xf86-video-vmware
|
||||
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
||||
%define driverdir %{moduledir}/drivers
|
||||
#define gitdate 20131207
|
||||
#define gitversion a40cbd7b
|
||||
%define gitdate 20140613
|
||||
%define gitversion 82c9b0c
|
||||
|
||||
%if 0%{?gitdate}
|
||||
%define gver .%{gitdate}git%{gitversion}
|
||||
@ -11,7 +11,7 @@
|
||||
Summary: Xorg X11 vmware video driver
|
||||
Name: xorg-x11-drv-vmware
|
||||
Version: 13.0.2
|
||||
Release: 3%{?gver}%{?dist}
|
||||
Release: 4%{?gver}%{?dist}
|
||||
URL: http://www.x.org
|
||||
License: MIT
|
||||
Group: User Interface/X Hardware Support
|
||||
@ -22,9 +22,6 @@ Source0: %{tarball}-%{gitdate}.tar.bz2
|
||||
Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
|
||||
%endif
|
||||
|
||||
Patch1: 0001-Add-support-for-XSERVER_PLATFORM_BUS.patch
|
||||
Patch2: 0002-Add-support-for-server-managed-fds.patch
|
||||
|
||||
ExclusiveArch: %{ix86} x86_64 ia64
|
||||
|
||||
%if 0%{?gitdate}
|
||||
@ -43,8 +40,6 @@ X.Org X11 vmware video driver.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
%if 0%{?gitdate}
|
||||
@ -65,6 +60,9 @@ find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
|
||||
%{_mandir}/man4/vmware.4*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 13 2014 Hans de Goede <hdegoede@redhat.com> - 13.0.2-4.20140613git82c9b0c
|
||||
- Snapshot from git master to fix render accel not working (rhbz#1077453)
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 13.0.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user