source: projects/specs/trunk/h/hwdata/hwdata-vl.spec @ 12392

Revision 12392, 13.4 KB checked in by tomop, 4 years ago (diff)

updated 23 packages

hwdata-0.334-1

libX11-1.6.9-1

libXvMC-1.0.12-1

libevdev-1.8.0-1

libinput-1.15.5-1

libwacom-1.3-1

xorg-x11-drv-amdgpu-19.1.0-1

xorg-x11-drv-dummy-0.3.8-2

xorg-x11-drv-evdev-2.10.6-1

xorg-x11-drv-fbdev-0.5.0-1

xorg-x11-drv-intel-2.99.917-6.20200502

xorg-x11-drv-keyboard-1.9.0-2

xorg-x11-drv-mga-2.0.0-1

xorg-x11-drv-mouse-1.9.3-1

xorg-x11-drv-nouveau-1.0.16-1

xorg-x11-drv-synaptics-1.9.1-1

xorg-x11-drv-vesa-2.4.0-1

xorg-x11-drv-vmmouse-13.1.0-4

xorg-x11-drv-vmware-13.3.0-1

xorg-x11-drv-void-1.4.1-6

xorg-x11-drv-wacom-0.39.0-1

xorg-x11-proto-devel-2019.2-1

xorg-x11-server-1.20.8-1

Line 
1Name:           hwdata
2Summary:        Hardware identification and configuration data
3Summary(ja):    ハードウエアの識別・設定情報データ
4Version:        0.334
5Release:        1%{?_dist_release}
6Group:          System Environment/Base
7Vendor:         Project Vine
8Distribution:   Vine Linux
9Packager:       daisuke
10
11License:        GPL/MIT
12URL:            https://github.com/vcrhonek/hwdata
13Source0:        https://github.com/vcrhonek/hwdata/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
16BuildArch:      noarch
17Conflicts:      Xconfigurator < 4.9.42
18Conflicts:      kernel-pcmcia-cs
19Conflicts:      kudzu < 1.1.86
20
21%description
22hwdata contains various hardware identification and configuration data,
23such as the pci.ids database, the X.Org X11 Cards and MonitorsDb databases.
24
25%description -l ja
26hwdata には、様々なハードウエアの識別や設定情報が含まれています。
27たとえば、pci.ids データベースや X.Org X11 のカードとモニターのデータ
28ベースを提供しています。
29以前は Xconfiguratorやkudzuがそれぞれ提供していたハードウエアに
30関するデータベースをまとめたものが hwdata パッケージになります。
31
32
33%prep
34%setup -q
35%configure
36
37
38%install
39rm -rf %{buildroot}
40make install DESTDIR=%{buildroot} libdir=/lib
41
42cat <<EOF >> %{buildroot}/lib/modprobe.d/dist-blacklist.conf
43# we prefer e100
44blacklist eepro100
45
46# old and legacy floppy
47blacklist floppy
48
49EOF
50
51mkdir -p %{buildroot}%{_sysconfdir}/modprobe.d
52echo > %{buildroot}%{_sysconfdir}/modprobe.d/blacklist.conf
53
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58
59%files
60%defattr(-,root,root)
61%license LICENSE COPYING
62%dir %{_datadir}/%{name}
63/lib/modprobe.d/dist-blacklist.conf
64%config %{_datadir}/hwdata/*
65%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist.conf
66
67
68
69%changelog
70* Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.334-1
71- new upstream release.
72
73* Sat Nov 16 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 0.232.1-1
74- forked from fedora package
75- update pci.ids, usb.ids, pnp.ids, oui.txt
76- add floppy to blacklist.conf
77
78* Wed Apr 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.232-1
79- update to 0.232
80- update pci.ids, usb.ids
81
82* Sun Jun 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.225-3
83- add eepro100 to blacklist again.
84- update pci.ids
85
86* Mon May 04 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.225-2
87- set BuildArch to noarch again, since arch-dependent patch doesn't
88  exist anymore
89
90* Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.225-1
91- new upstream release
92  - update {pci,usb,oui}.ids
93  - rename blacklist to blacklist.conf
94
95* Sat Mar 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.222-1
96- new upstream release
97
98* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 0.146.28-1vl5
99- applied new versioning policy, spec in utf-8
100
101* Fri Dec 21 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.28-0vl1
102- update Patch100 for ppc
103
104* Thu Dec 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.27-0vl1
105- update pcitable/Cards
106  - use vesa for Intel GM965
107
108* Wed Dec 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.26-0vl1
109- update pcitable
110  - add forcedeth-0.62 device ids
111- update pcitable/Cards
112  - use vesa for Radeon Xpress 1100 IGP
113
114* Thu Nov 22 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.25-0vl1
115- update pcitable
116  - add sata_nv device ids (MCP61)
117
118* Wed Nov 07 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.24-0vl1
119- import 0.146.23-0vl2 changes to cvs
120  * Wed Nov 07 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.23-0vl2
121  - update Patch100 for ppc
122
123* Wed Nov 07 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.23-0vl1
124- update pcitable
125  - add bnx2 driver
126  - add atl1 driver
127
128* Tue Nov 06 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.22-0vl1
129- add eepro100 to blacklist (<BTS:497>)
130
131* Tue Nov 06 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.21-0vl1
132- update pcitable
133  - add e1000e device ids
134
135* Sat Nov 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.20-0vl1
136- update pcitable
137  - add more device infomation for 2.6.16-0vl76.14
138
139* Sat Nov 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.19-0vl1
140- update pci.ids
141- update Cards and pcitables
142  - add intel/radeonhd/via driver
143- update MonitorsDB
144
145* Thu Dec 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.18-0vl1
146- update pci.ids
147  - long device information may cause kudzu/pciutils crash
148    (this should be fixed in pci.ids handling codes)
149- update MonitorsDB
150  - add some Sony displays
151- update blacklist
152  - add ivtv
153
154* Thu Nov 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.17-0vl1
155- update pcitable
156  - fix LSILogic Fusion MPT device entries
157
158* Mon Nov 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.16-0vl1
159- update pcitable and Cards
160  - update NVIDIA GeForce/Quadro entries
161
162* Sun Oct 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.15-0vl1
163- update blacklist
164  - add r8169 (We prefer r1000 driver)
165
166* Fri Oct 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.14-0vl1
167- update pcitable
168  - add new pciids for e1000, e100, sky2, skge, tg3, 8139too, cciss
169
170* Wed Oct 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.13-0vl1
171- update Cards
172  - fix typo
173  - disable DDC for Intel 8xx/9xx by default.
174
175* Wed Oct 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.12-0vl1
176- update MonitorsDB
177  - add Toshiba dynabook SS S30 monitor
178- update Cards
179  - add Option "DDC" "off" for Intel 945
180
181* Sat Oct 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.11-0vl1
182- update pcitable
183  - use megaraid instead of megaraid_mbox for some older cards
184  - use r1000 for Realtek Gigabit ethernet cards
185
186* Mon Oct 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.10-0vl1
187- update MonitoreDB (<BTS:244>)
188  - add Iiyama monitors
189- update inf2mondb.py from upstream
190
191* Sat Oct 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.9-0vl1
192- update MonitorsDB (<BTS:244>)
193  - add Sharp monitors
194  - add TOTOKU monitors
195
196* Sat Sep 30 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.8-0vl2
197- update Patch100 for ppc
198
199* Sat Sep 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.8-0vl1
200- update hwdata to add radeon pciids (X700,X800,X850,XPRESS200..)
201
202* Sat Sep 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.7-0vl1
203- update MonitorsDB
204- update pcitable to add newer devices for r8169
205
206* Thu Sep 14 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.6-0vl2
207- modify Patch100 for ppc (place Apple monitors first on ppc)
208
209* Sat Sep 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.6-0vl1
210- update MonitorsDB
211
212* Sat Sep 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.5-0vl1
213- update pcitable, Cards
214
215* Fri Sep 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.4-0vl1
216- update pci.ids
217- update pcitable to add newer GeForce cards.
218
219* Wed Sep 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.3-0vl1
220- add more Generic LCD Panels to MonitorsDB
221
222* Sat Sep 02 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.2-0vl2
223- reorder Apple displays for convenience
224
225* Sat Sep 02 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.2-0vl1
226- now the rpm is not noarch
227- add Patch100 for ppc (most ati/radeon neees UseFBDev)
228
229* Sun Aug 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.1-0vl1
230- move blacklist to /etc/modprobe.d
231- TODO: change versioning scheme before 4.0 release.
232
233* Sun Aug 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146-0vl1
234- hwdata is now maintained on vinelinux.org cvs.
235  - update for new kudzu
236  - merge changes from RHEL package.
237  - update blacklist, MonitorsDB, pcitable
238
239* Mon Sep 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl15
240- update pcitable
241
242* Mon Sep  5 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl14
243- update pcitable for new sk98lin driver
244
245* Sat Sep  3 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl13
246- update pcitable
247
248* Thu Sep  1 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl12
249- update pcitable
250
251* Wed Aug 31 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl11
252- update pcitable, Cards
253  - add 915GM/945G to use i810 driver
254  - add more tg3 entries
255
256* Tue Aug 23 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl10
257- update pcitable
258
259* Mon Aug 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl9
260- update Cards, pcitable, pci.ids
261
262* Thu Aug 18 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl8
263- update MonitorsDB
264
265* Fri Aug 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl7
266- update Cards, pci.ids, pcitable, MonitorsDB
267  (TODO: update upgradelist for kernel-2.6)
268
269* Wed Jan 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl6
270- update Cards and pcitable for XOrg-6.8.1
271
272* Wed Jan 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl5
273- update pcitable to fix typo (via82cxx_audio -> via82cxxx_audio)
274- add more Apple displays to MonitorsDB
275
276* Thu Oct 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl4
277- update pcitable to add new broadcom tg3 cards and ati radeon cards.
278
279* Sun Aug 01 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl3
280- update pcitable/Cards to add VIA CLE266/VT7205
281- update pci.ids
282
283* Tue Jul 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl2
284- small update vine patch
285
286* Tue Jul 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl1
287- merged with new upstream
288- update vine patch
289
290* Thu May  6 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.118-0vl1
291- merged with new upstream release
292- update vine patch
293- TODO: libata driver should be added in pcitable
294
295* Sun Feb 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.107-0vl1
296- merged with new upstream release
297
298* Tue Nov  5 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-1vl2
299- oops, Vine specific patches are not applied..
300
301* Tue Nov  5 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-1vl1
302- initial package for Vine Linux.
303- add Patch0-4 to sync with Vine Linux's pci/card/monitor database.
304- see also Xconfigurator/kudzu package for past changelogs.
305
306* Thu Sep  5 2002 Bill Nottingham <notting@redhat.com> 0.47-1
307- pci.ids updates
308- add msw's wireless card
309
310* Tue Sep  3 2002 Jeremy Katz <katzj@redhat.com> 0.46-1
311- Card entries in pcitable need matching in Cards
312
313* Sun Sep  1 2002 Mike A. Harris <mharris@redhat.com> 0.45-1
314- Update G450 entry in Cards
315
316* Tue Aug 13 2002 Bill Nottingham <notting@redhat.com> 0.44-1
317- fix some of the Dell entries
318- add cardbus controller id (#71198)
319- add audigy mapping
320- add NEC monitor (#71320)
321
322* Tue Aug 13 2002 Preston Brown <pbrown@redhat.com> 0.43-1
323- pci.id for SMC wireless PCI card (#67346)
324
325* Sat Aug 10 2002 Mike A. Harris <mharris@redhat.com> 0.42-1
326- Change default driver for old S3 based "Miro" card for bug (#70743)
327
328* Fri Aug  9 2002 Preston Brown <pbrown@redhat.com> 0.41-1
329- fix tabs in pci.ids
330- Change pci ids for the PowerEdge 4 series again...
331
332* Tue Aug  6 2002 Preston Brown <pbrown@redhat.com> 0.39-1
333- Dell PERC and SCSI pci.id additions
334
335* Tue Aug  6 2002 Mike A. Harris <mharris@redhat.com> 0.38-1
336- Removed and/or invalid entries from Cards database BLOCKER (#70802)
337
338* Mon Aug  5 2002 Mike A. Harris <mharris@redhat.com> 0.37-1
339- Changed Matrox G450 driver default options to fix bug (#66697)
340- Corrected S3 Trio64V2 bug in Cards file (#66492)
341
342* Tue Jul 30 2002 Bill Nottingham <notting@redhat.com> 0.36-1
343- tweaks for Dell Remote Assisstant cards (#60376)
344
345* Fri Jul 26 2002 Mike A. Harris <mharris@redhat.com> 0.35-1
346- Updated Cards db for CT69000
347- Various ATI cleanups and additions to Cards and pcitable
348- Updated S3 Trio3D to default to "vesa" driver (#59956)
349
350* Tue Jul 23 2002 Bill Nottingham <notting@redhat.com> 0.33-1
351- Eizo monitor updates (#56080, <triad@df.lth.se>)
352- pci.ids updates, corresponding pcitable updates
353- pcilint for pcitable
354
355* Fri Jun 28 2002 Bill Nottingham <notting@redhat.com> 0.32-1
356- switch de4x5 back to tulip
357
358* Mon Jun 24 2002 Mike A. Harris <mharris@redhat.com> 0.31-1
359- Modified ATI entries in pcitable to be able to autodetect the FireGL 8700
360  and FireGL 8800 which both have the same ID, but different subdevice ID's.
361  Added entries to Cards database for the 8700/8800 as well.
362
363* Tue May 28 2002 Mike A. Harris <mharris@redhat.com> 0.30-1
364- Reconfigured Cards database to default to XFree86 4.x for ALL video
365  hardware, since 3.3.6 support is being removed.  Video cards not
366  supported natively by 4.x will be changed to use the vesa or vga
367  driver, or completely removed as unsupported.
368
369* Wed Apr 17 2002 Michael Fulbright <msf@redhat.com> 0.14-1
370- another megaraid variant
371
372* Mon Apr 15 2002 Michael Fulbright <msf@redhat.com> 0.13-1
373- fix monitor entry for Dell 1600X Laptop Display Panel
374
375* Fri Apr 12 2002 Bill Nottingham <notting@redhat.com> 0.13-1
376- more aacraid
377
378* Tue Apr  9 2002 Bill Nottingham <notting@redhat.com> 0.12-1
379- another 3ware, another megaraid
380
381* Fri Apr  5 2002 Mike A. Harris <mharris@redhat.com> 0.11-1
382- Added commented out line for some Radeon 7500 cards to Cards database.
383
384* Tue Apr  2 2002 Mike A. Harris <mharris@redhat.com> 0.10-1
385- Fixed i830 entry to use driver "i810" not "i830" which doesn't exist
386
387* Mon Apr  1 2002 Bill Nottingham <notting@redhat.com> 0.9-1
388- fix rebuild (#62459)
389- SuperSavage ids (#62101)
390- updates from pci.ids
391
392* Mon Mar 18 2002 Bill Nottingham <notting@redhat.com> 0.8-2
393- fix errant space (#61363)
394
395* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 0.8-1
396- nVidia updates
397
398* Wed Mar 13 2002 Bill Nottingham <notting@redhat.com> 0.7-1
399- lots of pcitable updates
400
401* Tue Mar  5 2002 Mike A. Harris <mharris@redhat.com> 0.6-1
402- Updated Cards database
403
404* Mon Mar  4 2002 Mike A. Harris <mharris@redhat.com> 0.5-1
405- Built new package with updated database files for rawhide.
406
407* Fri Feb 22 2002 Bill Nottingham <notting@redhat.com> 0.3-1
408- return of XFree86-3.3.x
409
410* Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> 0.1-1
411- initial build
Note: See TracBrowser for help on using the repository browser.