[avarice/el6/master] rebuild for EL-6

Lucian Langa lucilanga at fedoraproject.org
Sun Oct 10 21:14:04 UTC 2010


commit ac4b21e20629fe8d02a3830f697acdb5986a736b
Author: Lucian Langa <lucilanga at gnome.org>
Date:   Mon Oct 11 00:13:19 2010 +0300

    rebuild for EL-6

 avarice.spec |   22 ++++++++++++++++++----
 1 files changed, 18 insertions(+), 4 deletions(-)
---
diff --git a/avarice.spec b/avarice.spec
index e72f508..93953bd 100644
--- a/avarice.spec
+++ b/avarice.spec
@@ -1,23 +1,25 @@
 Name:           avarice
 Version:        2.10
-Release:        1%{?dist}
+Release:        5%{?dist}
 Summary:        Program for interfacing the Atmel JTAG ICE to GDB
 
 Group:          Applications/Engineering
 License:        GPLv2
 URL:            http://sourceforge.net/projects/avarice
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Patch0:         avarice-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  binutils-devel
-#Requires:       
+BuildRequires:  binutils-devel, libusb-devel
+#Requires:
 
 %description
-Program for interfacing the Atmel JTAG ICE to GDB to allow users to 
+Program for interfacing the Atmel JTAG ICE to GDB to allow users to
 debug their embedded AVR target
 
 %prep
 %setup -q
+%patch0 -p1 -b .gcc
 
 
 %build
@@ -43,6 +45,18 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Oct 11 2010 Lucian Langa <cooly at gnome.eu.org> - 2.10-5
+- rebuild for EL-6
+
+* Tue Jun 22 2010 Lucian Langa <cooly at gnome.eu.org> - 2.10-4
+- use upstream patch0 to fix gcc issues
+
+* Tue Jun 22 2010 Lucian Langa <cooly at gnome.eu.org> - 2.10-3
+- bump rel to have a clean upgrade path
+
+* Tue Jun 22 2010 Lucian Langa <cooly at gnome.eu.org> - 2.10-2
+- add libusb-devel as BR (#483709)
+
 * Fri Jan 29 2010 Lucian Langa <cooly at gnome.eu.org> - 2.10-1
 - new upstream release
 


More information about the scm-commits mailing list