[heimdall] Change BuildRequires to libusb1-devel

jorti jorti at fedoraproject.org
Mon Feb 25 07:40:55 UTC 2013


commit 52afc2b8cea8f867c4bb3e4848a916326ab9d5de
Author: Juan Orti Alcaine <j.orti.alcaine at gmail.com>
Date:   Mon Feb 25 08:40:11 2013 +0100

    Change BuildRequires to libusb1-devel

 heimdall.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/heimdall.spec b/heimdall.spec
index 796c319..d7ef5c1 100644
--- a/heimdall.spec
+++ b/heimdall.spec
@@ -3,7 +3,7 @@
 
 Name:           heimdall
 Version:        1.4
-Release:        0.1.rc2%{?dist}
+Release:        0.2.rc2%{?dist}
 Summary:        Flash firmware on to Samsung Galaxy S devices
 Group:          Development/Tools
 License:        MIT
@@ -12,7 +12,7 @@ Source0:        https://github.com/Benjamin-Dobell/Heimdall/archive/%{commit}/%{
 Source2:        %{name}.desktop
 Patch2:         %{name}-usr_udev_rules.patch
 
-BuildRequires:  libusbx-devel >= 1.0.8
+BuildRequires:  libusb1-devel >= 1.0.8
 BuildRequires:  qt-devel
 BuildRequires:  desktop-file-utils
 
@@ -96,6 +96,9 @@ desktop-file-install \
 %{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Mon Feb 25 2013 Juan Orti Alcaine <j.orti.alcaine at gmail.com> - 1.4-0.2.rc2
+- Change BuildRequires to libusb1-devel
+
 * Fri Feb 22 2013 Juan Orti Alcaine <j.orti.alcaine at gmail.com> - 1.4-0.1.rc2
 - Bump version to 1.4rc2
 - Use _udevrulesdir macro and add patch to modify udev rules dir in Makefile


More information about the scm-commits mailing list