[dfu-util] 0.5

Peter Robinson pbrobinson at fedoraproject.org
Wed Dec 21 10:09:35 UTC 2011


commit 19acb125a45c1ab402573347db631e8015d720cd
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Dec 21 10:09:34 2011 +0000

    0.5

 .gitignore    |    3 +--
 dfu-util.spec |   16 ++++++++--------
 sources       |    2 +-
 3 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e738c87..acc3ca1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-dfu-util-20080922svn4662.tar.gz
-/dfu-util-0.3.tar.gz
+/dfu-util-0.*.tar.gz
diff --git a/dfu-util.spec b/dfu-util.spec
index c662edb..4788032 100644
--- a/dfu-util.spec
+++ b/dfu-util.spec
@@ -1,5 +1,5 @@
 Name:          dfu-util
-Version:       0.3
+Version:       0.5
 Release:       1%{?dist}
 Summary:       USB Device Firmware Upgrade tool
 
@@ -8,7 +8,7 @@ License:       GPLv2+
 URL:           http://dfu-util.gnumonks.org/
 Source0:       http://dfu-util.gnumonks.org/releases/%{name}-%{version}.tar.gz
 
-BuildRequires: libusb-devel
+BuildRequires: libusb1-devel
 
 %description
 USB Device Firmware Upgrade (DFU) is an official USB device class specification 
@@ -37,19 +37,19 @@ make %{?_smp_mflags}
 make DESTDIR=%{buildroot} install
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %files
 %defattr(-,root,root,-)
-%doc
+%doc COPYING ChangeLog README DEVICES.txt TODO
 %{_bindir}/*
 %{_mandir}/man1/*
 
 
 %changelog
-* Sat Jun 11 2011 Peter Robinson <pbrobinson at gmail.com> - 0.3-1
+* Wed Dec 21 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 0.5-1
+- Latest 0.5 upstream release
+- Add license and appropriate docs
+
+* Sat Jun 11 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 0.3-1
 - Latest 0.3 upstream release
 - Update URL and source location
 - cleanup spec file
diff --git a/sources b/sources
index 1905f8b..ceacb81 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa76af3fef700cd73505745580685f4e  dfu-util-0.3.tar.gz
+36426e5eaedec4866576e6b3bd3eeafc  dfu-util-0.5.tar.gz


More information about the scm-commits mailing list