rpms/xorg-x11-drv-intel/devel xorg-x11-drv-intel.spec,1.36,1.37

Adam Jackson ajax at fedoraproject.org
Mon Oct 26 14:47:10 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-intel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25671

Modified Files:
	xorg-x11-drv-intel.spec 
Log Message:
sync with F12


Index: xorg-x11-drv-intel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-intel/devel/xorg-x11-drv-intel.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- xorg-x11-drv-intel.spec	2 Oct 2009 03:16:42 -0000	1.36
+++ xorg-x11-drv-intel.spec	26 Oct 2009 14:47:10 -0000	1.37
@@ -14,7 +14,7 @@ Group:     User Interface/X Hardware Sup
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 #Source0:    http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-%{version}.tar.bz2 
-Source0:    xf86-video-intel-2.9.0.tar.bz2
+Source0:    xf86-video-intel-%{version}.tar.bz2
 Source1:    make-intel-gpu-tools-snapshot.sh
 Source2:    intel.xinf
 Source3:    intel-gpu-tools-%{gputoolsdate}.tar.bz2
@@ -22,6 +22,7 @@ Source4:    make-git-snapshot.sh
 
 Patch1: kill-svideo.patch
 Patch2: copy-fb.patch
+Patch3: intel-gamma-fix.patch
 
 # needs to be upstreamed
 Patch20: intel-2.8.0-kms-get-crtc.patch
@@ -78,6 +79,7 @@ Debugging tools for Intel graphics chips
 %setup -q -n xf86-video-intel-%{dirsuffix} -b3
 %patch1 -p1 -b .svideo
 %patch2 -p1 -b .copy-fb
+%patch3 -p1 -b .gamma-fix
 %patch20 -p1 -b .get-crtc
 %patch21 -p1 -b .lvds-first
 %patch60 -p1 -b .uevent
@@ -85,7 +87,9 @@ Debugging tools for Intel graphics chips
 
 %build
  
+# Need autoreconf also when patching a release (to pick up -ludev)
 autoreconf -vi
+
 %configure --disable-static --libdir=%{_libdir} --mandir=%{_mandir} --enable-dri --enable-kms
 make
 
@@ -135,12 +139,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/intel_*.1*
 
 %changelog
-* Thu Oct  1 2009 Kristian Høgsberg <krh at hinata> - 2.9.0-3
-- Need autoreconf also when patching a release (to pick up -ludev)
+* Fri Oct 09 2009 Dave Airlie <airlied at redhat.com> 2.9.0-3
+- set gamma on mode set major for kms
 
 * Thu Oct  1 2009 Kristian Høgsberg <krh at hinata> - 2.9.0-2
 - Rebase to 2.9.0.
-- Don't drop gpu tools from sources.
+- Need autoreconf also when patching a release (to pick up -ludev)
 
 * Thu Sep 24 2009 Dave Airlie <airlied at redhat.com> 2.8.0-16.20090909
 - Attempt to make -nr work again




More information about the fedora-extras-commits mailing list