- review fixes (#225893)

- add Dell 3008WFP monitor (Matt Domsch)
This commit is contained in:
Karsten Hopp 2007-12-22 18:13:41 +00:00
parent c20b0c25a9
commit 21bbf197b2

View File

@ -1,8 +1,8 @@
Name: hwdata
Summary: Hardware identification and configuration data
Version: 0.207
Release: 2%{?dist}
License: GPL/MIT
Version: 0.208
Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
Source: hwdata-%{version}.tar.gz
Patch1: dell-monitors.patch
@ -20,6 +20,9 @@ such as the pci.ids database and MonitorsDb databases.
%setup -q
%patch1 -p1 -b .dellmonitors
%build
# nothing to build
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
@ -35,10 +38,20 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/%{name}/*
%changelog
* Sat Dec 22 2007 Karsten Hopp <karsten@redhat.com> 0.208-1
- new release
* Thu Dec 13 2007 Karsten Hopp <karsten@redhat.com> 0.207-3
- fix License tag
- add empty %%build section for fedora-review
* Thu Oct 25 2007 Matt Domsch <Matt_Domsch@dell.com> 0.207-2
- MonitorsDB: add 20 new Dell monitors
* Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 0.207-1
* Wed Aug 29 2007 Karsten Hopp <karsten@redhat.com> 0.207-1
- update license tag
* Mon Aug 06 2007 Adam Jackson <ajax@redhat.com> 0.207-1
- MonitorsDB: Fix the sync ranges for the generic monitors to not be quite
so dumb. 90kHz hsync is way out of range for any common single-link DVI
panel, for example. (#247271)