From 21bbf197b2563f49970fdf5938c01ca8a949f0c6 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Dec 22 2007 18:13:41 +0000 Subject: - review fixes (#225893) - add Dell 3008WFP monitor (Matt Domsch) --- diff --git a/hwdata.spec b/hwdata.spec index cdb806f..7ba063c 100644 --- a/hwdata.spec +++ b/hwdata.spec @@ -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 0.208-1 +- new release + +* Thu Dec 13 2007 Karsten Hopp 0.207-3 +- fix License tag +- add empty %%build section for fedora-review + * Thu Oct 25 2007 Matt Domsch 0.207-2 - MonitorsDB: add 20 new Dell monitors -* Thu Sep 06 2007 Adam Jackson 0.207-1 +* Wed Aug 29 2007 Karsten Hopp 0.207-1 +- update license tag + +* Mon Aug 06 2007 Adam Jackson 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)