From fe7fa8285a28cd6bc75dede9d961babdbb3fd9bf Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 23 Aug 2012 13:58:35 -0400 Subject: [PATCH] Fix reference specfile to current Fedora style --- .gitignore | 1 + hwdata.spec | 45 ++++++++++++++++++++++++++++----------------- sources | 1 + 3 files changed, 30 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index ad3c0fb..e7186a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ hwdata-0.227.tar.bz2 hwdata-0.232.tar.bz2 /hwdata-0.234.tar.bz2 +/hwdata-0.238.tar.bz2 diff --git a/hwdata.spec b/hwdata.spec index 3bf76d4..0f017d3 100644 --- a/hwdata.spec +++ b/hwdata.spec @@ -1,22 +1,18 @@ Name: hwdata Summary: Hardware identification and configuration data -Version: 0.234 -Release: 3%{?dist} -License: GPLv2+ and LGPLv2+ +Version: 0.238 +Release: 1%{?dist} +License: GPLv2+ Group: System Environment/Base -Source: hwdata-%{version}.tar.bz2 +Source: https://fedorahosted.org/releases/h/w/%{name}/%{name}-%{version}.tar.bz2 URL: http://git.fedorahosted.org/git/hwdata.git BuildArch: noarch -Conflicts: Xconfigurator, system-config-display < 1.0.31, pcmcia-cs, kudzu < 1.2.0 -Requires: module-init-tools >= 3.2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description hwdata contains various hardware identification and configuration data, -such as the pci.ids database and MonitorsDb databases. +such as the pci.ids and usb.ids databases. %prep - %setup -q %build @@ -37,18 +33,31 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name}/* %changelog -* Thu Jul 19 2012 Fedora Release Engineering - 0.234-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild +* Thu Aug 23 2012 Adam Jackson 0.238-1 +- Fix reference specfile to current Fedora style -* Fri Jan 13 2012 Fedora Release Engineering - 0.234-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild +* Thu Aug 23 2012 Adam Jackson 0.235-1 +- Update data files +- Remove upgradelist, not needed since kudzu-ectomy -* Mon Aug 22 2011 David Nalley 0.234-1 -- packaging an update for mid-release - -* Mon Aug 08 2011 Karsten Hopp 0.233-1 +* Mon Aug 08 2011 Karsten Hopp 0.233-7.3 - update pci.ids, usb. ids +* Mon May 02 2011 Karsten Hopp 0.233-7.2 +- update pci.ids with a fix for QLogic Infiniband adapter + +* Wed Apr 27 2011 Karsten Hopp 0.233-7.1 +- update to latest pci.ids, usb.ids + +* Fri Jan 28 2011 Karsten Hopp 0.233-7 +- bump release +- update oui.txt URL +- fix tarball name in spec file +- update usb.ids, out.txt and pci.ids + +* Wed Aug 25 2010 Karsten Hopp 0.233-1 +- update usb.ids, out.txt and pci.ids + * Thu Aug 05 2010 Karsten Hopp 0.232-1 - update usb.ids, out.txt and pci.ids (#550020, #611860) - fix incorrect syntax doc/comment in blacklist.conf (Ville Skyttä, #532802) @@ -68,6 +77,8 @@ rm -rf $RPM_BUILD_ROOT * Tue Feb 23 2010 Dave Airlie 0.227-1 - add viafb to blacklist + +* Mon Feb 22 2010 Karsten Hopp 0.227-1 - update usb.ids, pci.ids, oui.txt - update license diff --git a/sources b/sources index 58558aa..78cb312 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 8108ff494a0a46358894c1b0e61592c6 hwdata-0.234.tar.bz2 +b1cf9821828ec91c58d6cfc91c4fbd42 hwdata-0.238.tar.bz2