auto-import changelog data from usbutils-0.11-2.1.src.rpm

Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Tue Jun 03 2003 Jeff Johnson <jbj@redhat.com>
- add explicit epoch's where needed.
Mon May 19 2003 Bill Nottingham <notting@redhat.com> 0.11-1
- update to 0.11, fixes #90640
- add patch to fix some warnings (#78462, <d.binderman@virgin.net>)
This commit is contained in:
cvsdist 2004-09-09 13:50:35 +00:00
parent b13273c5da
commit 4882a0eabe
3 changed files with 18 additions and 6 deletions

View File

@ -1 +1 @@
usbutils-0.9.tar.gz
usbutils-0.11.tar.gz

View File

@ -1 +1 @@
a7076627efb02bc2a0b7186ef249eb05 usbutils-0.9.tar.gz
05157bed61af65749f02713c10b8ef26 usbutils-0.11.tar.gz

View File

@ -1,14 +1,15 @@
Name: usbutils
Version: 0.9
Release: 10
Version: 0.11
Release: 2.1
Source: http://usb.cs.tum.edu/download/%{name}-%{version}.tar.gz
Patch: usbutils-%{version}-hwdata.patch
Patch: usbutils-0.9-hwdata.patch
Patch2: usbutils-0.11-78462.patch
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: hwdata
Summary: Linux USB utilities.
Group: Applications/System
Conflicts: hotplug < 2002_01_14-2
Conflicts: hotplug < 3:2002_01_14-2
ExcludeArch: s390 s390x
%description
@ -18,6 +19,7 @@ USB bus.
%prep
%setup -q
%patch -p1
%patch2 -p1
%build
cp /usr/share/libtool/config.{sub,guess} .
@ -45,6 +47,16 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/usb.ids
rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Jun 3 2003 Jeff Johnson <jbj@redhat.com>
- add explicit epoch's where needed.
* Mon May 19 2003 Bill Nottingham <notting@redhat.com> 0.11-1
- update to 0.11, fixes #90640
- add patch to fix some warnings (#78462, <d.binderman@virgin.net>)
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt