From cd05bb15cd7d2511f67d38f891b076390a6748e9 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Sat, 13 Aug 2011 18:56:33 +0200 Subject: [PATCH] updated to the latest upstream version 004 --- .gitignore | 1 + sources | 2 +- usbutils.spec | 14 ++++++-------- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 99e65a8..83da6ee 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ usbutils-0.86.tar.gz /usbutils-0.91.tar.gz /usbutils-001.tar.gz /usbutils-003.tar.gz +/usbutils-004.tar.gz diff --git a/sources b/sources index 55fdbcf..f6bf952 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -94a1738fe92062cdd6a9642eeaccefc1 usbutils-003.tar.gz +481e1de453bcabbd5f43125bb4df2ab7 usbutils-004.tar.gz diff --git a/usbutils.spec b/usbutils.spec index 082fc58..a367304 100644 --- a/usbutils.spec +++ b/usbutils.spec @@ -1,6 +1,6 @@ Name: usbutils -Version: 003 -Release: 3%{?dist} +Version: 004 +Release: 1%{?dist} Source: http://www.kernel.org/pub/linux/utils/usb/usbutils/%{name}-%{version}.tar.gz URL: http://www.linux-usb.org/ License: GPLv2+ @@ -12,11 +12,6 @@ Summary: Linux USB utilities Group: Applications/System Conflicts: hotplug < 3:2002_01_14-2 Patch0: usbutils-003-hwdata.patch -# https://bugzilla.redhat.com/show_bug.cgi?id=707853 -# "[abrt] usbutils-001-3.fc15: find_otg: Process /usr/bin/lsusb was killed by -# signal 11 (SIGSEGV)" -# sent to upstream (Greg KH) via email and github pull request -Patch1: usbutils-003-invalid-config-descriptors.patch %description This package contains utilities for inspecting devices connected to a @@ -25,7 +20,6 @@ USB bus. %prep %setup -q %patch0 -p1 -%patch1 -p1 -b .invalid-config-descriptors autoreconf %build @@ -50,6 +44,10 @@ sed -i 's|usbids=/usr/share/usb.ids|usbids=/usr/share/hwdata/usb.ids|' $RPM_BUIL rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 13 2011 Jiri Moskovcak 004-1 +- new upstream release +- dropepd config descriptor patch, it's included in upstream version + * Thu Aug 11 2011 Jiri Moskovcak 003-3 - fixed path to usb.ids in lsusb.py rhbz#729903