diff --git a/.cvsignore b/.cvsignore index 045bdf2..7bd814f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -usbutils-0.72.tar.gz +usbutils-0.73.tar.gz diff --git a/sources b/sources index 7d3ac3e..25dccf5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee345fe605ffcfce843dae4aed81122b usbutils-0.72.tar.gz +88978b4ad891f610620b1b8e5e0f43eb usbutils-0.73.tar.gz diff --git a/usbutils-0.73-hwdata.patch b/usbutils-0.73-hwdata.patch new file mode 100644 index 0000000..56a8110 --- /dev/null +++ b/usbutils-0.73-hwdata.patch @@ -0,0 +1,21 @@ +--- usbutils-0.73/Makefile.am_old 2008-01-17 16:28:55.000000000 +0100 ++++ usbutils-0.73/Makefile.am 2008-01-17 16:29:08.000000000 +0100 +@@ -1,6 +1,6 @@ + # Process this file with 'automake' to create 'Makefile.in' + +-AM_CPPFLAGS = -DUSBIDS_DIR='"@datadir@"' ++AM_CPPFLAGS = -DUSBIDS_DIR='"@datadir@/hwdata"' + + AM_CFLAGS = -Wall -W -Wunused + +--- usbutils-0.73/Makefile.in_old 2008-01-17 16:36:28.000000000 +0100 ++++ usbutils-0.73/Makefile.in 2008-01-17 16:35:38.000000000 +0100 +@@ -163,7 +163,7 @@ sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-AM_CPPFLAGS = -DUSBIDS_DIR='"@datadir@"' ++AM_CPPFLAGS = -DUSBIDS_DIR='"@datadir@/hwdata"' + AM_CFLAGS = -Wall -W -Wunused + lsusb_SOURCES = lsusb.c \ + names.c names.h \ diff --git a/usbutils.spec b/usbutils.spec index 92baec2..be11c4e 100644 --- a/usbutils.spec +++ b/usbutils.spec @@ -1,8 +1,8 @@ Name: usbutils -Version: 0.72 +Version: 0.73 Release: 1 Source: http://prdownloads.sourceforge.net/linux-usb/%{name}-%{version}.tar.gz -Patch1: usbutils-0.70-hwdata.patch +Patch1: usbutils-0.73-hwdata.patch URL: http://www.linux-usb.org/ License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -35,7 +35,7 @@ mv $RPM_BUILD_ROOT/usr/sbin/* $RPM_BUILD_ROOT/sbin/ # remove unpackaged files from the buildroot rm -rf $RPM_BUILD_ROOT%{_libdir} rm -rf $RPM_BUILD_ROOT%{_includedir} -rm -f $RPM_BUILD_ROOT%{_datadir}/usb.ids +rm -f $RPM_BUILD_ROOT%{_datadir}/usb.ids* %files %defattr(-,root,root) @@ -47,6 +47,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/usb.ids rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 17 2008 Jiri Moskovcak 0.73-1 +- new version 0.73 + * Mon Sep 18 2006 Thomas Woerner 0.72-1 - new version 0.72 - videoterminal (vt) patch is now upstream, dropped