|
|
2fabc5 |
%define tarball xf86-video-vesa
|
|
|
2fabc5 |
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
|
|
2fabc5 |
%define driverdir %{moduledir}/drivers
|
|
|
2fabc5 |
|
|
|
2fabc5 |
Summary: Xorg X11 vesa video driver
|
|
|
2fabc5 |
Name: xorg-x11-drv-vesa
|
|
|
2fabc5 |
Version: 2.3.2
|
|
|
5a66f0 |
Release: 20%{?dist}
|
|
|
2fabc5 |
URL: http://www.x.org
|
|
|
2fabc5 |
Source0: http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
|
|
|
2fabc5 |
License: MIT
|
|
|
2fabc5 |
Group: User Interface/X Hardware Support
|
|
|
2fabc5 |
|
|
|
2fabc5 |
Patch0: vesa-2.3.0-24bpp-sucks.patch
|
|
|
2fabc5 |
Patch1: vesa-2.3.0-no-virt-shadowfb.patch
|
|
|
2fabc5 |
Patch2: 0001-Fix-check-function-in-VESASaveRestore.patch
|
|
|
2fabc5 |
Patch3: 0002-Remove-mibstore.h.patch
|
|
|
2fabc5 |
ExclusiveArch: %{ix86} x86_64
|
|
|
2fabc5 |
|
|
|
2fabc5 |
BuildRequires: xorg-x11-server-devel >= 1.10.99.902
|
|
|
2fabc5 |
BuildRequires: autoconf automake libtool
|
|
|
2fabc5 |
|
|
|
2fabc5 |
Requires: Xorg %([ -e /usr/bin/xserver-sdk-abi-requires ] && xserver-sdk-abi-requires ansic)
|
|
|
2fabc5 |
Requires: Xorg %([ -e /usr/bin/xserver-sdk-abi-requires ] && xserver-sdk-abi-requires videodrv)
|
|
|
2fabc5 |
|
|
|
2fabc5 |
%description
|
|
|
2fabc5 |
X.Org X11 vesa video driver.
|
|
|
2fabc5 |
|
|
|
2fabc5 |
%prep
|
|
|
2fabc5 |
%setup -q -n %{tarball}-%{version}
|
|
|
2fabc5 |
%patch0 -p1 -b .24
|
|
|
2fabc5 |
%patch1 -p1 -b .virt
|
|
|
2fabc5 |
%patch2 -p1
|
|
|
2fabc5 |
%patch3 -p1
|
|
|
2fabc5 |
|
|
|
2fabc5 |
%build
|
|
|
2fabc5 |
autoreconf -v --install || exit 1
|
|
|
2fabc5 |
%configure --disable-static
|
|
|
2fabc5 |
make
|
|
|
2fabc5 |
|
|
|
2fabc5 |
%install
|
|
|
2fabc5 |
rm -rf $RPM_BUILD_ROOT
|
|
|
2fabc5 |
|
|
|
2fabc5 |
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
2fabc5 |
|
|
|
2fabc5 |
# FIXME: Remove all libtool archives (*.la) from modules directory. This
|
|
|
2fabc5 |
# should be fixed in upstream Makefile.am or whatever.
|
|
|
2fabc5 |
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
|
|
|
2fabc5 |
|
|
|
2fabc5 |
%clean
|
|
|
2fabc5 |
rm -rf $RPM_BUILD_ROOT
|
|
|
2fabc5 |
|
|
|
2fabc5 |
%files
|
|
|
2fabc5 |
%defattr(-,root,root,-)
|
|
|
2fabc5 |
%{driverdir}/vesa_drv.so
|
|
|
2fabc5 |
%{_mandir}/man4/vesa.4*
|
|
|
2fabc5 |
|
|
|
2fabc5 |
%changelog
|
|
|
5a66f0 |
* Wed Feb 11 2015 Hans de Goede <hdegoede@redhat.com> - 2.3.2-20
|
|
|
5a66f0 |
- xserver 1.17 ABI rebuild
|
|
|
5a66f0 |
|
|
|
5a66f0 |
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-19
|
|
|
5a66f0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
5a66f0 |
|
|
|
5a66f0 |
* Mon Jun 16 2014 Hans de Goede <hdegoede@redhat.com> - 2.3.2-18
|
|
|
5a66f0 |
- xserver 1.15.99.903 ABI rebuild
|
|
|
5a66f0 |
|
|
|
5a66f0 |
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-17
|
|
|
5a66f0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
5a66f0 |
|
|
|
5a66f0 |
* Mon Apr 28 2014 Hans de Goede <hdegoede@redhat.com> - 2.3.2-16
|
|
|
5a66f0 |
- xserver 1.15.99-20140428 git snapshot ABI rebuild
|
|
|
5a66f0 |
|
|
|
5a66f0 |
* Mon Jan 13 2014 Adam Jackson <ajax@redhat.com> - 2.3.2-15
|
|
|
275024 |
- 1.15 ABI rebuild
|
|
|
275024 |
|
|
|
5a66f0 |
* Tue Dec 17 2013 Adam Jackson <ajax@redhat.com> - 2.3.2-14
|
|
|
5a66f0 |
- 1.15RC4 ABI rebuild
|
|
|
5a66f0 |
|
|
|
5a66f0 |
* Wed Nov 20 2013 Adam Jackson <ajax@redhat.com> - 2.3.2-13
|
|
|
5a66f0 |
- 1.15RC2 ABI rebuild
|
|
|
275024 |
|
|
|
2fabc5 |
* Wed Nov 06 2013 Adam Jackson <ajax@redhat.com> - 2.3.2-12
|
|
|
2fabc5 |
- 1.15RC1 ABI rebuild
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Fri Oct 25 2013 Adam Jackson <ajax@redhat.com> - 2.3.2-11
|
|
|
2fabc5 |
- ABI rebuild
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-10
|
|
|
2fabc5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Thu Mar 07 2013 Dave Airlie <airlied@redhat.com> 2.3.2-9
|
|
|
2fabc5 |
- autoreconf for aarch64
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.3.2-8
|
|
|
2fabc5 |
- require xorg-x11-server-devel, not -sdk
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.3.2-7
|
|
|
2fabc5 |
- ABI rebuild
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.3.2-6
|
|
|
2fabc5 |
- ABI rebuild
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.3.2-5
|
|
|
2fabc5 |
- ABI rebuild
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Thu Jan 10 2013 Adam Jackson <ajax@redhat.com> - 2.3.2-4
|
|
|
2fabc5 |
- ABI rebuild
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Wed Aug 15 2012 Adam Jackson <ajax@redhat.com> 2.3.2-3
|
|
|
2fabc5 |
- Only build on arches where xserver builds VBE support
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-2
|
|
|
2fabc5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Wed Jul 18 2012 Dave Airlie <airlied@redhat.com> 2.3.2-1
|
|
|
2fabc5 |
- vesa 2.3.2
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Thu Apr 26 2012 Adam Jackson <ajax@redhat.com> 2.3.1-1
|
|
|
2fabc5 |
- vesa 2.3.1
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Thu Apr 05 2012 Adam Jackson <ajax@redhat.com> - 2.3.0-16
|
|
|
2fabc5 |
- RHEL arch exclude updates
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Sat Feb 11 2012 Peter Hutterer <peter.hutterer@redhat.com> - 2.3.0-15
|
|
|
2fabc5 |
- ABI rebuild
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Fri Feb 10 2012 Peter Hutterer <peter.hutterer@redhat.com> - 2.3.0-14
|
|
|
2fabc5 |
- ABI rebuild
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Tue Jan 24 2012 Peter Hutterer <peter.hutterer@redhat.com> - 2.3.0-13
|
|
|
2fabc5 |
- ABI rebuild
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Wed Jan 04 2012 Peter Hutterer <peter.hutterer@redhat.com> - 2.3.0-12
|
|
|
2fabc5 |
- Rebuild for server 1.12
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Mon Nov 14 2011 Adam Jackson <ajax@redhat.com> - 2.3.0-11
|
|
|
2fabc5 |
- ABI rebuild
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Thu Nov 10 2011 Adam Jackson <ajax@redhat.com> 2.3.0-10
|
|
|
2fabc5 |
- vesa-2.3.0-git.patch: Sync with git for new ABI.
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Thu Aug 18 2011 Adam Jackson <ajax@redhat.com> - 2.3.0-9
|
|
|
2fabc5 |
- Rebuild for xserver 1.11 ABI
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Wed May 11 2011 Peter Hutterer <peter.hutterer@redhat.com> - 2.3.0-8
|
|
|
2fabc5 |
- Rebuild for server 1.11
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Mon Feb 28 2011 Peter Hutterer <peter.hutterer@redhat.com> - 2.3.0-7
|
|
|
2fabc5 |
- Rebuild for server 1.10
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Mon Feb 21 2011 Adam Jackson <ajax@redhat.com> 2.3.0-6
|
|
|
2fabc5 |
- vesa-2.3.0-no-virt-shadowfb.patch: Disable shadowfb on virt hardware, just
|
|
|
2fabc5 |
makes things slower.
|
|
|
2fabc5 |
- vesa-2.3.0-kms-anathema.patch: Refuse to bind to devices with a kernel
|
|
|
2fabc5 |
driver.
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.0-5
|
|
|
2fabc5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Thu Dec 02 2010 Peter Hutterer <peter.hutterer@redhat.com> - 2.3.0-4
|
|
|
2fabc5 |
- Rebuild for server 1.10
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Wed Oct 27 2010 Adam Jackson <ajax@redhat.com> 2.3.0-3
|
|
|
2fabc5 |
- Add ABI requires magic (#542742)
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Mon Oct 11 2010 Adam Jackson <ajax@redhat.com> 2.3.0-2
|
|
|
2fabc5 |
- vesa-2.3.0-24bpp-sucks.patch: Prefer 16bpp to 24bpp. (#533879)
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Mon Jul 05 2010 Dave Airlie <airlied@redhat.com> 2.3.0-1
|
|
|
2fabc5 |
- pull in latest vesa
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Mon Jul 05 2010 Peter Hutterer <peter.hutterer@redhat.com> - 2.2.1-3
|
|
|
2fabc5 |
- rebuild for X Server 1.9
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Thu Jan 21 2010 Peter Hutterer <peter.hutterer@redhat.com> - 2.2.1-2
|
|
|
2fabc5 |
- Rebuild for server 1.8
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Tue Aug 04 2009 Dave Airlie <airlied@redhat.com> 2.2.1-1
|
|
|
2fabc5 |
- vesa 2.2.1
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-4.1
|
|
|
2fabc5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Wed Jul 15 2009 Adam Jackson <ajax@redhat.com> - 2.2.0-3.1
|
|
|
2fabc5 |
- ABI bump
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-3
|
|
|
2fabc5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Fri Feb 20 2009 Adam Jackson <ajax@redhat.com> 2.2.0-2
|
|
|
2fabc5 |
- Check VBE PanelID if DDC fails.
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Tue Feb 17 2009 Adam Jackson <ajax@redhat.com> 2.2.0-1
|
|
|
2fabc5 |
- vesa 2.2.0
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Mon Dec 22 2008 Dave Airlie <airlied@redhat.com> 2.1.0-1
|
|
|
2fabc5 |
- Update to new upstream release
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Mon Dec 22 2008 Dave Airlie <airlied@redhat.com> 2.0.0-2
|
|
|
2fabc5 |
- bump for new server API
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Tue Jul 01 2008 Adam Jackson <ajax@redhat.com> 2.0.0-1
|
|
|
2fabc5 |
- vesa 2.0.0
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Tue Apr 29 2008 Adam Jackson <ajax@redhat.com> 1.3.0-15.20080404
|
|
|
2fabc5 |
- vesa-1.9-32bpp-dammit.patch: Prefer 24+32 instead of 24+24. (#427383)
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Fri Apr 04 2008 Adam Jackson <ajax@redhat.com> 1.3.0-14.20080404
|
|
|
2fabc5 |
- Today's git snapshot for FTBFS and other. (#440720)
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3.0-13.20071113
|
|
|
2fabc5 |
- Autorebuild for GCC 4.3
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Tue Jan 08 2008 Adam Jackson <ajax@redhat.com> 1.3.0-12.20071113
|
|
|
2fabc5 |
- Rebuild for new ABI.
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 1.3.0-11.20071113
|
|
|
2fabc5 |
- Update to git snapshot for pciaccess goodness.
|
|
|
2fabc5 |
- Rip out legacy framebuffer support.
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 1.3.0-10
|
|
|
2fabc5 |
- Rebuild for ppc toolchain bug
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.3.0-9
|
|
|
2fabc5 |
- Update Requires and BuildRequires.
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Thu May 31 2007 Adam Jackson <ajax@redhat.com> 1.3.0-8
|
|
|
2fabc5 |
- vesa-1.3.0-mode-heuristics.patch: Fix a typo that would crash on
|
|
|
2fabc5 |
some cards. (#241491)
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Wed May 09 2007 Adam Jackson <ajax@redhat.com> 1.3.0-6
|
|
|
2fabc5 |
- Re-add the sync range hack. (#235066)
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Tue Mar 20 2007 Adam Jackson <ajax@redhat.com> 1.3.0-5
|
|
|
2fabc5 |
- vesa-1.3.0-mode-heuristics.patch: If strict intersection of VBE and EDID
|
|
|
2fabc5 |
modes leaves no modes remaining after validation, try again with just
|
|
|
2fabc5 |
range and VBE checks. Replaces earlier range-hack and validmode patches.
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Tue Feb 27 2007 Adam Jackson <ajax@redhat.com> 1.3.0-4
|
|
|
2fabc5 |
- vesa-1.3.0-range-hack.patch: Work around broken ATI video BIOSes.
|
|
|
2fabc5 |
- Disown the module dir
|
|
|
2fabc5 |
- Fix the License
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.3.0-3
|
|
|
2fabc5 |
- ExclusiveArch -> ExcludeArch
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Wed Jan 24 2007 Adam Jackson <ajax@redhat.com> 1.3.0-2
|
|
|
2fabc5 |
- vesa-1.2.1-validmode.patch: Strictly limit runtime modes to the intersection
|
|
|
2fabc5 |
of the BIOS and DDC lists, if a DDC list exists; fixes cases where we'd
|
|
|
2fabc5 |
choose 1600x1200 on 1680x1050 panel. Conversely, be more forgiving when
|
|
|
2fabc5 |
validating the resulting set against the sync ranges; fixes 640x480 syndrome
|
|
|
2fabc5 |
when the monitor has broken DDC. Don't be deceived though, vesa still sucks.
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Mon Dec 4 2006 Adam Jackson <ajax@redhat.com> 1.3.0-1
|
|
|
2fabc5 |
- Update to 1.3.0
|
|
|
2fabc5 |
- vesa-1.2.1-validmode.patch: Implement a ValidMode driver hook, which rejects
|
|
|
2fabc5 |
modes not present in the BIOS or outside the capability of the monitor.
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.2.1-4
|
|
|
2fabc5 |
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Tue Sep 19 2006 Adam Jackson <ajackson@redhat.com> 1.2.1-3
|
|
|
2fabc5 |
- vesa-1.2.1-fix-shadowfb.patch: Fix massive performance regression relative
|
|
|
2fabc5 |
to FC5.
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Fri Jul 28 2006 Adam Jackson <ajackson@redhat.com> 1.2.1-2
|
|
|
2fabc5 |
- vesa-1.2.1-randr-crash.patch: Fix a RANDR crash.
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.2.1-1.1
|
|
|
2fabc5 |
- rebuild
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Sat Jun 17 2006 Mike A. Harris <mharris@redhat.com> 1.2.1-1
|
|
|
2fabc5 |
- Updated to version 1.2.1 for X11R7.1 server.
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-2
|
|
|
2fabc5 |
- Build on ppc64
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Tue May 30 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-1
|
|
|
2fabc5 |
- Update to 1.2.0 from 7.1.
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Sun Apr 09 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
|
|
|
2fabc5 |
- Update to 1.1.0 from 7.1RC1.
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1.3-1.2
|
|
|
2fabc5 |
- bump again for double-long bug on ppc(64)
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1.3-1.1
|
|
|
2fabc5 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1.3-1
|
|
|
2fabc5 |
- Updated xorg-x11-drv-vesa to version 1.0.1.3 from X11R7.0
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.1.2-1
|
|
|
2fabc5 |
- Updated xorg-x11-drv-vesa to version 1.0.1.2 from X11R7 RC4
|
|
|
2fabc5 |
- Removed 'x' suffix from manpage dirs to match RC4 upstream.
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1
|
|
|
2fabc5 |
- Updated xorg-x11-drv-vesa to version 1.0.1 from X11R7 RC2
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
|
|
|
2fabc5 |
- Updated xorg-x11-drv-vesa to version 1.0.0.1 from X11R7 RC1
|
|
|
2fabc5 |
- Fix *.la file removal.
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Tue Oct 04 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
|
|
|
2fabc5 |
- Update BuildRoot to use Fedora Packaging Guidelines.
|
|
|
2fabc5 |
- Deglob file manifest.
|
|
|
2fabc5 |
- Limit "ExclusiveArch" to x86, x86_64 ia64 ppc alpha sparc sparc64
|
|
|
2fabc5 |
|
|
|
2fabc5 |
* Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
|
|
|
2fabc5 |
- Initial spec file for vesa video driver generated automatically
|
|
|
2fabc5 |
by my xorg-driverspecgen script.
|