[usbutils/f14/master] new version - 0.90

Jiří Moskovčák jmoskovc at fedoraproject.org
Mon Aug 30 11:59:22 UTC 2010


commit 6a81780cfdb20b69e49e3c0db201c3bf8825732c
Author: Jiri Moskovcak <jmoskovc at redhat.com>
Date:   Mon Aug 30 13:50:38 2010 +0200

    new version - 0.90

 .gitignore                 |    1 +
 sources                    |    2 +-
 usbutils-0.86-hwdata.patch |    2 +-
 usbutils.spec              |   11 +++++++----
 4 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3792494..9f38b87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 usbutils-0.86.tar.gz
+/usbutils-0.90.tar.gz
diff --git a/sources b/sources
index ce944ef..3d745cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-34979f675d2bcb3e1b45012fa830a53f  usbutils-0.86.tar.gz
+53f0269e2cba704d5a35dfe291511292  usbutils-0.90.tar.gz
diff --git a/usbutils-0.86-hwdata.patch b/usbutils-0.86-hwdata.patch
index 246240a..8ca03b8 100644
--- a/usbutils-0.86-hwdata.patch
+++ b/usbutils-0.86-hwdata.patch
@@ -22,7 +22,7 @@
 @@ -26,7 +17,7 @@
  
  lsusb_CPPFLAGS = \
- 	$(AM_CPPFLAGS) \
+ 	$(AM_CPPFLAGS) $(LIBUSB_CFLAGS) \
 -	-DDATADIR=\"$(datadir)\"
 +	-DDATADIR=\"$(datadir)/hwdata\"
  
diff --git a/usbutils.spec b/usbutils.spec
index 21d7542..5f37281 100644
--- a/usbutils.spec
+++ b/usbutils.spec
@@ -1,6 +1,6 @@
 Name: usbutils
-Version: 0.86
-Release: 2%{?dist}
+Version: 0.90
+Release: 1%{?dist}
 Source:	http://downloads.sourceforge.net/linux-usb/%{name}-%{version}.tar.gz
 URL: http://www.linux-usb.org/
 License: GPLv2+
@@ -13,7 +13,7 @@ Group: Applications/System
 Conflicts: hotplug < 3:2002_01_14-2
 Patch0: usbutils-0.86-hwdata.patch
 
-%description 
+%description
 This package contains utilities for inspecting devices connected to a
 USB bus.
 
@@ -45,6 +45,9 @@ sed -i 's|usbids=/usr/share/usb.ids|usbids=/usr/share/hwdata/usb.ids|' $RPM_BUIL
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Thu Aug 26 2010 Jiri Moskovcak <jmoskovc at redhat.com> 0.90-1
+- new upstream release
+
 * Tue Sep 22 2009  Jiri Moskovcak <jmoskovc at redhat.com> 0.86-2
 - spec file fixes - package should not own /usr/{bin,sbin} (rhbz#524005)
 
@@ -102,7 +105,7 @@ rm -rf $RPM_BUILD_ROOT
 - rebuilt
 
 * Fri Apr 15 2005 Thomas Woerner <twoerner at redhat.com> 0.70-1.1
-- added fix from Robert Scheck to fix missing BuildRequires for libusb-devel 
+- added fix from Robert Scheck to fix missing BuildRequires for libusb-devel
  (#155006)
 
 * Thu Apr 14 2005 Thomas Woerner <twoerner at redhat.com> 0.70-1


More information about the scm-commits mailing list