|
|
9ab42d |
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
|
|
9ab42d |
%define driverdir %{moduledir}/drivers
|
|
|
9ab42d |
%define gputoolsdate 20130611
|
|
|
9ab42d |
#define gitdate 20120907
|
|
|
9ab42d |
#define gitrev .%{gitdate}
|
|
|
9ab42d |
|
|
|
9ab42d |
%if 0%{?rhel} == 7
|
|
|
9ab42d |
%define rhel7 1
|
|
|
9ab42d |
%endif
|
|
|
9ab42d |
%if 0%{?rhel} == 6
|
|
|
9ab42d |
%define rhel6 1
|
|
|
9ab42d |
%endif
|
|
|
9ab42d |
|
|
|
9ab42d |
%if 0%{?rhel7} || 0%{?fedora} > 17
|
|
|
9ab42d |
%define prime 1
|
|
|
9ab42d |
%endif
|
|
|
9ab42d |
|
|
|
9ab42d |
%if 0%{?rhel7} || 0%{?fedora} > 20
|
|
|
9ab42d |
%define kmsonly 1
|
|
|
9ab42d |
%endif
|
|
|
9ab42d |
|
|
|
9ab42d |
#if 0%{?rhel7} || 0%{?fedora} > 19
|
|
|
9ab42d |
%if 0
|
|
|
9ab42d |
%define accel sna
|
|
|
9ab42d |
%else
|
|
|
9ab42d |
%define accel uxa
|
|
|
9ab42d |
%endif
|
|
|
9ab42d |
|
|
|
9ab42d |
Summary: Xorg X11 Intel video driver
|
|
|
9ab42d |
Name: xorg-x11-drv-intel
|
|
|
9ab42d |
Version: 2.21.15
|
|
|
bbfc79 |
Release: 13%{?gitrev}%{?dist}
|
|
|
9ab42d |
URL: http://www.x.org
|
|
|
9ab42d |
License: MIT
|
|
|
9ab42d |
Group: User Interface/X Hardware Support
|
|
|
9ab42d |
|
|
|
9ab42d |
%if 0%{?gitdate}
|
|
|
9ab42d |
Source0: xf86-video-intel-%{gitdate}.tar.bz2
|
|
|
9ab42d |
%else
|
|
|
9ab42d |
Source0: http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-%{version}.tar.bz2
|
|
|
9ab42d |
%endif
|
|
|
9ab42d |
Source1: make-intel-gpu-tools-snapshot.sh
|
|
|
9ab42d |
Source3: intel-gpu-tools-%{gputoolsdate}.tar.bz2
|
|
|
9ab42d |
Source4: make-git-snapshot.sh
|
|
|
9ab42d |
|
|
|
9ab42d |
Patch1: 0001-xwayland-Add-xwayland-support.patch
|
|
|
9ab42d |
Patch2: 0002-xwayland-shortcut-Enter-ExitVT.patch
|
|
|
9ab42d |
Patch3: intel-2.21.15-xserver-1.15-compat.patch
|
|
|
9ab42d |
|
|
|
9ab42d |
ExclusiveArch: %{ix86} x86_64 ia64
|
|
|
9ab42d |
|
|
|
9ab42d |
BuildRequires: autoconf automake libtool
|
|
|
9ab42d |
BuildRequires: flex bison
|
|
|
9ab42d |
BuildRequires: xorg-x11-server-devel >= 1.10.99.902
|
|
|
9ab42d |
BuildRequires: libXvMC-devel
|
|
|
9ab42d |
BuildRequires: mesa-libGL-devel >= 6.5-9
|
|
|
9ab42d |
BuildRequires: libdrm-devel >= 2.4.25
|
|
|
9ab42d |
BuildRequires: kernel-headers >= 2.6.32.3
|
|
|
9ab42d |
BuildRequires: libudev-devel
|
|
|
9ab42d |
BuildRequires: libxcb-devel >= 1.5
|
|
|
9ab42d |
BuildRequires: xcb-util-devel
|
|
|
9ab42d |
BuildRequires: cairo-devel
|
|
|
9ab42d |
|
|
|
9ab42d |
Requires: Xorg %(xserver-sdk-abi-requires ansic)
|
|
|
9ab42d |
Requires: Xorg %(xserver-sdk-abi-requires videodrv)
|
|
|
9ab42d |
%if !0%{?rhel}
|
|
|
9ab42d |
Requires: xserver-abi(xwayland) = 1
|
|
|
9ab42d |
%endif
|
|
|
9ab42d |
|
|
|
9ab42d |
%description
|
|
|
9ab42d |
X.Org X11 Intel video driver.
|
|
|
9ab42d |
|
|
|
9ab42d |
%package devel
|
|
|
9ab42d |
Summary: Xorg X11 Intel video driver development package
|
|
|
9ab42d |
Group: Development/System
|
|
|
9ab42d |
Requires: %{name} = %{version}-%{release}
|
|
|
9ab42d |
Provides: xorg-x11-drv-intel-devel = %{version}-%{release}
|
|
|
9ab42d |
|
|
|
9ab42d |
%description devel
|
|
|
9ab42d |
X.Org X11 Intel video driver development package.
|
|
|
9ab42d |
|
|
|
9ab42d |
%package -n intel-gpu-tools
|
|
|
9ab42d |
Summary: Debugging tools for Intel graphics chips
|
|
|
9ab42d |
Group: Development/Tools
|
|
|
9ab42d |
|
|
|
9ab42d |
%description -n intel-gpu-tools
|
|
|
9ab42d |
Debugging tools for Intel graphics chips
|
|
|
9ab42d |
|
|
|
9ab42d |
%if 0%{?gitdate}
|
|
|
9ab42d |
%define dirsuffix %{gitdate}
|
|
|
9ab42d |
%else
|
|
|
9ab42d |
%define dirsuffix %{version}
|
|
|
9ab42d |
%endif
|
|
|
9ab42d |
|
|
|
9ab42d |
%prep
|
|
|
9ab42d |
%setup -q -n xf86-video-intel-%{?gitdate:%{gitdate}}%{!?gitdate:%{dirsuffix}} -b3
|
|
|
9ab42d |
%if !0%{?rhel}
|
|
|
9ab42d |
%patch1 -p1 -b .wl1
|
|
|
9ab42d |
%patch2 -p1 -b .wl2
|
|
|
9ab42d |
%endif
|
|
|
9ab42d |
%patch3 -p1 -b .compat
|
|
|
9ab42d |
|
|
|
9ab42d |
%build
|
|
|
9ab42d |
|
|
|
9ab42d |
#export CFLAGS="$RPM_OPT_FLAGS -fno-omit-frame-pointer"
|
|
|
9ab42d |
# we patched configure.ac
|
|
|
9ab42d |
#%{?gitdate:autoreconf -v --install}
|
|
|
9ab42d |
autoreconf -v --install
|
|
|
9ab42d |
|
|
|
9ab42d |
%configure \
|
|
|
9ab42d |
%if !0%{?rhel7}
|
|
|
9ab42d |
%ifnarch %{ix86}
|
|
|
9ab42d |
--enable-kms-only \
|
|
|
9ab42d |
%endif
|
|
|
9ab42d |
%endif
|
|
|
9ab42d |
%{?kmsonly:--enable-kms-only} \
|
|
|
9ab42d |
--disable-static \
|
|
|
9ab42d |
--enable-dri \
|
|
|
9ab42d |
--enable-xvmc \
|
|
|
9ab42d |
--enable-sna \
|
|
|
9ab42d |
--with-default-accel=%{accel}
|
|
|
9ab42d |
make
|
|
|
9ab42d |
|
|
|
9ab42d |
pushd ../intel-gpu-tools-%{gputoolsdate}
|
|
|
9ab42d |
mkdir -p m4
|
|
|
9ab42d |
autoreconf -f -i -v
|
|
|
9ab42d |
# --disable-dumper: quick_dump is both not recommended for packaging yet,
|
|
|
9ab42d |
# and requires python3 to build; i'd like to keep this spec valid for rhel6
|
|
|
9ab42d |
# for at least a bit longer
|
|
|
9ab42d |
%configure %{!?prime:--disable-nouveau} --disable-dumper
|
|
|
9ab42d |
make
|
|
|
9ab42d |
popd
|
|
|
9ab42d |
|
|
|
9ab42d |
%install
|
|
|
9ab42d |
rm -rf $RPM_BUILD_ROOT
|
|
|
9ab42d |
|
|
|
9ab42d |
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
9ab42d |
|
|
|
9ab42d |
pushd ../intel-gpu-tools-%{gputoolsdate}
|
|
|
9ab42d |
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
9ab42d |
popd
|
|
|
9ab42d |
|
|
|
9ab42d |
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
|
|
|
9ab42d |
|
|
|
9ab42d |
# libXvMC opens the versioned file name, these are useless
|
|
|
9ab42d |
rm -f $RPM_BUILD_ROOT%{_libdir}/libI*XvMC.so
|
|
|
9ab42d |
|
|
|
9ab42d |
%clean
|
|
|
9ab42d |
rm -rf $RPM_BUILD_ROOT
|
|
|
9ab42d |
|
|
|
bbfc79 |
%post -p /sbin/ldconfig
|
|
|
bbfc79 |
%postun -p /sbin/ldconfig
|
|
|
bbfc79 |
|
|
|
9ab42d |
%files
|
|
|
9ab42d |
%defattr(-,root,root,-)
|
|
|
9ab42d |
%doc COPYING
|
|
|
9ab42d |
%{driverdir}/intel_drv.so
|
|
|
9ab42d |
%ifarch %{ix86}
|
|
|
9ab42d |
%if !0%{?rhel7}%{?kmsonly}
|
|
|
9ab42d |
%{_libdir}/libI810XvMC.so.1*
|
|
|
9ab42d |
%endif
|
|
|
9ab42d |
%endif
|
|
|
9ab42d |
%{_libdir}/libIntelXvMC.so.1*
|
|
|
9ab42d |
%{_mandir}/man4/i*
|
|
|
9ab42d |
|
|
|
9ab42d |
%files devel
|
|
|
9ab42d |
%defattr(-,root,root,-)
|
|
|
9ab42d |
%{_bindir}/intel-gen4asm
|
|
|
9ab42d |
%{_bindir}/intel-gen4disasm
|
|
|
9ab42d |
%{_libdir}/pkgconfig/intel-gen4asm.pc
|
|
|
9ab42d |
|
|
|
9ab42d |
%files -n intel-gpu-tools
|
|
|
9ab42d |
%defattr(-,root,root,-)
|
|
|
9ab42d |
%doc COPYING
|
|
|
9ab42d |
%{_bindir}/intel_*
|
|
|
9ab42d |
%{_mandir}/man1/intel_*.1*
|
|
|
9ab42d |
|
|
|
9ab42d |
%changelog
|
|
|
bbfc79 |
* Mon Jan 13 2014 Adam Jackson <ajax@redhat.com> - 2.21.15-13
|
|
|
bbfc79 |
- 1.15 ABI rebuild
|
|
|
bbfc79 |
|
|
|
bbfc79 |
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 2.21.15-12
|
|
|
bbfc79 |
- Call ldconfig in %%post* scriptlets.
|
|
|
bbfc79 |
|
|
|
bbfc79 |
* Tue Dec 17 2013 Adam Jackson <ajax@redhat.com> - 2.21.15-11
|
|
|
bbfc79 |
- 1.15RC4 ABI rebuild
|
|
|
bbfc79 |
|
|
|
bbfc79 |
* Wed Nov 20 2013 Adam Jackson <ajax@redhat.com> - 2.21.15-10
|
|
|
bbfc79 |
- 1.15RC2 ABI rebuild
|
|
|
bbfc79 |
|
|
|
9ab42d |
* Wed Nov 06 2013 Adam Jackson <ajax@redhat.com> - 2.21.15-9
|
|
|
9ab42d |
- 1.15RC1 ABI rebuild
|
|
|
9ab42d |
|
|
|
9ab42d |
* Mon Oct 28 2013 Adam Jackson <ajax@redhat.com> - 2.21.15-8
|
|
|
9ab42d |
- Don't patch in xwayland in RHEL
|
|
|
9ab42d |
|
|
|
9ab42d |
* Fri Oct 25 2013 Adam Jackson <ajax@redhat.com> - 2.21.15-7
|
|
|
9ab42d |
- ABI rebuild
|
|
|
9ab42d |
|
|
|
9ab42d |
* Thu Oct 24 2013 Adam Jackson <ajax@redhat.com> 2.21.15-6
|
|
|
9ab42d |
- Disable UMS support in F21+
|
|
|
9ab42d |
|
|
|
9ab42d |
* Thu Oct 24 2013 Adam Jackson <ajax@redhat.com> 2.21.15-5
|
|
|
9ab42d |
- xserver 1.15 API compat
|
|
|
9ab42d |
|
|
|
9ab42d |
* Wed Oct 02 2013 Adam Jackson <ajax@redhat.com> 2.21.15-4
|
|
|
9ab42d |
- Default to uxa again
|
|
|
9ab42d |
|
|
|
9ab42d |
* Mon Sep 23 2013 Adam Jackson <ajax@redhat.com> 2.21.15-2
|
|
|
9ab42d |
- Change xwayland requires to be explicitly versioned
|
|
|
9ab42d |
|
|
|
9ab42d |
* Mon Sep 23 2013 Adam Jackson <ajax@redhat.com> 2.21.15-1
|
|
|
9ab42d |
- intel 2.21.15
|
|
|
9ab42d |
- xwayland support
|
|
|
9ab42d |
|
|
|
9ab42d |
* Tue Aug 06 2013 Dave Airlie <airlied@redhat.com> 2.21.14-1
|
|
|
9ab42d |
- intel 2.21.24
|
|
|
9ab42d |
- add fix to make build - re-enable autoreconf
|
|
|
9ab42d |
|
|
|
9ab42d |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.21.12-2
|
|
|
9ab42d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
9ab42d |
|
|
|
9ab42d |
* Tue Jul 23 2013 Adam Jackson <ajax@redhat.com> 2.21.12-1
|
|
|
9ab42d |
- intel 2.21.12
|
|
|
9ab42d |
|
|
|
9ab42d |
* Tue Jun 11 2013 Adam Jackson <ajax@redhat.com> 2.21.9-1
|
|
|
9ab42d |
- intel 2.21.9
|
|
|
9ab42d |
- New i-g-t snapshot
|
|
|
9ab42d |
- Drop useless symlinks from -devel
|
|
|
9ab42d |
- Repurpose -devel for intel-gen4{,dis}asm
|
|
|
9ab42d |
- Default to SNA in F20+
|
|
|
9ab42d |
|
|
|
9ab42d |
* Tue May 28 2013 Adam Jackson <ajax@redhat.com> 2.21.8-1
|
|
|
9ab42d |
- intel 2.21.8
|
|
|
9ab42d |
|
|
|
9ab42d |
* Fri Apr 12 2013 Dave Airlie <airlied@redhat.com> 2.21.6-1
|
|
|
9ab42d |
- intel 2.21.6
|
|
|
9ab42d |
|
|
|
9ab42d |
* Thu Mar 21 2013 Adam Jackson <ajax@redhat.com> 2.21.5-1
|
|
|
9ab42d |
- intel 2.21.5
|
|
|
9ab42d |
|
|
|
9ab42d |
* Mon Mar 11 2013 Adam Jackson <ajax@redhat.com> 2.21.4-1
|
|
|
9ab42d |
- intel 2.21.4
|
|
|
9ab42d |
|
|
|
9ab42d |
* Thu Mar 07 2013 Adam Jackson <ajax@redhat.com> 2.21.3-1
|
|
|
9ab42d |
- intel 2.21.3
|
|
|
9ab42d |
|
|
|
9ab42d |
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.21.2-4
|
|
|
9ab42d |
- ABI rebuild
|
|
|
9ab42d |
|
|
|
9ab42d |
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.21.2-3
|
|
|
9ab42d |
- ABI rebuild
|
|
|
9ab42d |
|
|
|
9ab42d |
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.21.2-2
|
|
|
9ab42d |
- ABI rebuild
|
|
|
9ab42d |
|
|
|
9ab42d |
* Tue Feb 12 2013 Adam Jackson <ajax@redhat.com> 2.21.2-1
|
|
|
9ab42d |
- intel 2.21.2
|
|
|
9ab42d |
- New i-g-t snapshot
|
|
|
9ab42d |
- Pre-F16 changelog trim
|
|
|
9ab42d |
|
|
|
9ab42d |
* Wed Jan 16 2013 Adam Jackson <ajax@redhat.com> 2.20.18-2
|
|
|
9ab42d |
- Compensate for rawhide's aclocal breaking in a newly stupid way
|
|
|
9ab42d |
|
|
|
9ab42d |
* Wed Jan 16 2013 Adam Jackson <ajax@redhat.com> 2.20.18-1
|
|
|
9ab42d |
- intel 2.20.18
|
|
|
9ab42d |
|
|
|
9ab42d |
* Tue Jan 08 2013 Dave Airlie <airlied@redhat.com> 2.20.17-2
|
|
|
9ab42d |
- Fix damage issue for reverse prime work
|
|
|
9ab42d |
|
|
|
9ab42d |
* Fri Jan 04 2013 Adam Jackson <ajax@redhat.com> 2.20.17-1
|
|
|
9ab42d |
- intel 2.20.17
|
|
|
9ab42d |
|
|
|
9ab42d |
* Wed Jan 02 2013 Dave Airlie <airlied@redhat.com> 2.20.16-2
|
|
|
9ab42d |
- Fix uxa bug that trips up ilk on 3.7 kernels
|
|
|
9ab42d |
|
|
|
9ab42d |
* Mon Dec 17 2012 Adam Jackson <ajax@redhat.com> 2.20.16-1
|
|
|
9ab42d |
- intel 2.20.16
|
|
|
9ab42d |
|
|
|
9ab42d |
* Wed Nov 28 2012 Adam Jackson <ajax@redhat.com> 2.20.14-1
|
|
|
9ab42d |
- intel 2.20.14
|
|
|
9ab42d |
|
|
|
9ab42d |
* Mon Oct 22 2012 Adam Jackson <ajax@redhat.com> 2.20.12-1
|
|
|
9ab42d |
- intel 2.20.12
|
|
|
9ab42d |
|
|
|
9ab42d |
* Fri Oct 19 2012 Adam Jackson <ajax@redhat.com> 2.20.10-2
|
|
|
9ab42d |
- Today's i-g-t
|
|
|
9ab42d |
- Don't bother building the nouveau bits of i-g-t on OSes without an X
|
|
|
9ab42d |
server with prime support.
|
|
|
9ab42d |
|
|
|
9ab42d |
* Mon Oct 15 2012 Dave Airlie <airlied@redhat.com> 2.20.10-1
|
|
|
9ab42d |
- intel 2.20.10
|
|
|
9ab42d |
|
|
|
9ab42d |
* Fri Oct 05 2012 Adam Jackson <ajax@redhat.com> 2.20.9-1
|
|
|
9ab42d |
- intel 2.20.9
|
|
|
9ab42d |
- Today's intel-gpu-tools snapshot
|
|
|
9ab42d |
|
|
|
9ab42d |
* Fri Sep 21 2012 Adam Jackson <ajax@redhat.com> 2.20.8-1
|
|
|
9ab42d |
- intel 2.20.8
|
|
|
9ab42d |
|
|
|
9ab42d |
* Mon Sep 10 2012 Adam Jackson <ajax@redhat.com> 2.20.7-1
|
|
|
9ab42d |
- intel 2.20.7
|
|
|
9ab42d |
|
|
|
9ab42d |
* Fri Sep 07 2012 Dave Airlie <airlied@redhat.com> 2.20.6-2
|
|
|
9ab42d |
- latest upstream git snapshot with prime + fixes
|
|
|
9ab42d |
|
|
|
9ab42d |
* Tue Sep 04 2012 Adam Jackson <ajax@redhat.com> 2.20.6-2
|
|
|
9ab42d |
- Only bother to build UMS (read: i810) support on 32-bit. If you've
|
|
|
9ab42d |
managed to build a machine with an i810 GPU but a 64-bit CPU, please
|
|
|
9ab42d |
don't have done that.
|
|
|
9ab42d |
|
|
|
9ab42d |
* Tue Sep 04 2012 Adam Jackson <ajax@redhat.com> 2.20.6-1
|
|
|
9ab42d |
- intel 2.20.6 (#853783)
|
|
|
9ab42d |
|
|
|
9ab42d |
* Thu Aug 30 2012 Adam Jackson <ajax@redhat.com> 2.20.5-2
|
|
|
9ab42d |
- Don't package I810XvMC when not building legacy i810
|
|
|
9ab42d |
|
|
|
9ab42d |
* Mon Aug 27 2012 Adam Jackson <ajax@redhat.com> 2.20.5-1
|
|
|
9ab42d |
- intel 2.20.5
|
|
|
9ab42d |
|
|
|
9ab42d |
* Mon Aug 20 2012 Adam Jackson <ajax@redhat.com> 2.20.4-3
|
|
|
9ab42d |
- Rebuild for new xcb-util soname
|
|
|
9ab42d |
|
|
|
9ab42d |
* Mon Aug 20 2012 Adam Jackson <ajax@redhat.com> 2.20.4-2
|
|
|
9ab42d |
- Backport some patches to avoid binding to non-i915.ko-driven Intel GPUs,
|
|
|
9ab42d |
like Cedarview and friends (#849475)
|
|
|
9ab42d |
|
|
|
9ab42d |
* Mon Aug 20 2012 Adam Jackson <ajax@redhat.com> 2.20.4-1
|
|
|
9ab42d |
- intel 2.20.4
|
|
|
9ab42d |
|
|
|
9ab42d |
* Thu Aug 16 2012 Dave Airlie <airlied@redhat.com> 2.20.3-3
|
|
|
9ab42d |
- fix vmap flush to correct upstream version in prime patch
|
|
|
9ab42d |
|
|
|
9ab42d |
* Thu Aug 16 2012 Dave Airlie <airlied@redhat.com> 2.20.3-2
|
|
|
9ab42d |
- snapshot upstream + add prime support for now
|
|
|
9ab42d |
|
|
|
9ab42d |
* Wed Aug 15 2012 Adam Jackson <ajax@redhat.com> 2.20.3-1
|
|
|
9ab42d |
- intel 2.20.3
|
|
|
9ab42d |
|
|
|
9ab42d |
* Wed Aug 01 2012 Adam Jackson <ajax@redhat.com> 2.20.2-1
|
|
|
9ab42d |
- intel 2.20.2
|
|
|
9ab42d |
- Only disable UMS in RHEL7, since i810 exists in RHEL6
|
|
|
9ab42d |
|
|
|
9ab42d |
* Mon Jul 23 2012 Adam Jackson <ajax@redhat.com> 2.20.1-1
|
|
|
9ab42d |
- intel 2.20.1
|
|
|
9ab42d |
|
|
|
9ab42d |
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.20.0-2.20120718
|
|
|
9ab42d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
9ab42d |
|
|
|
9ab42d |
* Wed Jul 18 2012 Dave Airlie <airlied@redhat.com> 2.20.0-1.20120718
|
|
|
9ab42d |
- todays git snapshot
|
|
|
9ab42d |
|
|
|
9ab42d |
* Tue Jun 12 2012 Dave Airlie <airlied@redhat.com> 2.19.0-5.20120612
|
|
|
9ab42d |
- today's git snapshot
|
|
|
9ab42d |
- resurrect copy-fb
|
|
|
9ab42d |
|
|
|
9ab42d |
* Tue May 29 2012 Adam Jackson <ajax@redhat.com> 2.19.0-4.20120529
|
|
|
9ab42d |
- Today's git snapshot
|
|
|
9ab42d |
- Enable SNA (default is still UXA, use Option "AccelMethod" to switch)
|
|
|
9ab42d |
- build-fix.patch: Fix build with Fedora's default cflags
|
|
|
9ab42d |
|
|
|
9ab42d |
* Tue May 29 2012 Adam Jackson <ajax@redhat.com> 2.19.0-3
|
|
|
9ab42d |
- Don't autoreconf the driver, fixes build on F16.
|
|
|
9ab42d |
|
|
|
9ab42d |
* Mon May 21 2012 Adam Jackson <ajax@redhat.com> 2.19.0-2
|
|
|
9ab42d |
- Disable UMS support in RHEL.
|
|
|
9ab42d |
- Trim some Requires that haven't been needed since F15.
|
|
|
9ab42d |
|
|
|
9ab42d |
* Thu May 03 2012 Adam Jackson <ajax@redhat.com> 2.19.0-1
|
|
|
9ab42d |
- intel 2.19.0
|