Ticket #163: redhat7-dummy-constant-dpi-specfile.patch
File redhat7-dummy-constant-dpi-specfile.patch, 1.0 KB (added by , 8 years ago) |
---|
-
SPECS/xorg-x11-drv-dummy.spec
a b 5 5 Summary: Xorg X11 dummy video driver 6 6 Name: xorg-x11-drv-dummy 7 7 Version: 0.3.6 8 Release: 1 3%{?dist}8 Release: 15%{?dist} 9 9 URL: http://www.x.org 10 10 License: MIT 11 11 Group: User Interface/X Hardware Support 12 12 13 13 Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2 14 14 Patch0: 0001-Remove-mibstore.h.patch 15 Patch1: 0002-Constant-DPI.patch 15 16 16 17 ExcludeArch: s390 s390x 17 18 … … 27 28 %prep 28 29 %setup -q -n %{tarball}-%{version} 29 30 %patch0 -p1 -b .mibstore 31 %patch1 -p1 30 32 31 33 %build 32 34 autoreconf -vif … … 50 52 %{driverdir}/dummy_drv.so 51 53 52 54 %changelog 55 * Fri Apr 18 2014 Antoine Martin <antoine@nagafix.co.uk> - 0.3.6-15 56 - Add DPI override via root window property 57 58 * Wed Apr 16 2014 Antoine Martin <antoine@nagafix.co.uk> - 0.3.6-14 59 - Add "ConstantDPI" support 60 53 61 * Wed Nov 06 2013 Adam Jackson <ajax@redhat.com> - 0.3.6-13 54 62 - 1.15RC1 ABI rebuild 55 63