rpms/avarice/devel avarice.spec,1.8,1.9

Lucian Langa lucilanga at fedoraproject.org
Thu Jul 1 19:07:31 UTC 2010


Author: lucilanga

Update of /cvs/pkgs/rpms/avarice/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10844

Modified Files:
	avarice.spec 
Log Message:
use binutils-static in BR


Index: avarice.spec
===================================================================
RCS file: /cvs/pkgs/rpms/avarice/devel/avarice.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- avarice.spec	22 Jun 2010 16:53:41 -0000	1.8
+++ avarice.spec	1 Jul 2010 19:07:30 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           avarice
 Version:        2.10
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Program for interfacing the Atmel JTAG ICE to GDB
 
 Group:          Applications/Engineering
@@ -10,11 +10,11 @@ Source0:        http://downloads.sourcef
 Patch0:         avarice-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  binutils-devel, libusb-devel
+BuildRequires:  binutils-static, 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
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 01 2010 Lucian Langa <cooly at gnome.eu.org> - 2.10-5
+- use binutils-static in BR (#609858)
+
 * Tue Jun 22 2010 Lucian Langa <cooly at gnome.eu.org> - 2.10-4
 - use upstream patch0 to fix gcc issues
 



More information about the scm-commits mailing list