From 4882a0eabefdfeda9d9697c82959bfc1ef1834bb Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 13:50:35 +0000 Subject: [PATCH] auto-import changelog data from usbutils-0.11-2.1.src.rpm Wed Jun 04 2003 Elliot Lee - rebuilt Tue Jun 03 2003 Jeff Johnson - add explicit epoch's where needed. Mon May 19 2003 Bill Nottingham 0.11-1 - update to 0.11, fixes #90640 - add patch to fix some warnings (#78462, ) --- .cvsignore | 2 +- sources | 2 +- usbutils.spec | 20 ++++++++++++++++---- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0588cc0..4602d77 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -usbutils-0.9.tar.gz +usbutils-0.11.tar.gz diff --git a/sources b/sources index db0b2d5..7179c44 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a7076627efb02bc2a0b7186ef249eb05 usbutils-0.9.tar.gz +05157bed61af65749f02713c10b8ef26 usbutils-0.11.tar.gz diff --git a/usbutils.spec b/usbutils.spec index f01cab0..c8ca35e 100644 --- a/usbutils.spec +++ b/usbutils.spec @@ -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 +- rebuilt + +* Tue Jun 3 2003 Jeff Johnson +- add explicit epoch's where needed. + +* Mon May 19 2003 Bill Nottingham 0.11-1 +- update to 0.11, fixes #90640 +- add patch to fix some warnings (#78462, ) + * Wed Jan 22 2003 Tim Powers - rebuilt