rpms/avarice/F-12 avarice.spec,1.7,1.8

Lucian Langa lucilanga at fedoraproject.org
Tue Jun 22 13:37:07 UTC 2010


Author: lucilanga

Update of /cvs/pkgs/rpms/avarice/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17696

Modified Files:
	avarice.spec 
Log Message:
add patch0 to fix gcc issues


Index: avarice.spec
===================================================================
RCS file: /cvs/pkgs/rpms/avarice/F-12/avarice.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- avarice.spec	22 Jun 2010 13:28:45 -0000	1.7
+++ avarice.spec	22 Jun 2010 13:37:07 -0000	1.8
@@ -7,6 +7,7 @@ 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, libusb-devel
@@ -18,6 +19,7 @@ debug their embedded AVR target
 
 %prep
 %setup -q
+%patch0 -p1 -b .gcc
 
 
 %build
@@ -44,6 +46,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Tue Jun 22 2010 Lucian Langa <cooly at gnome.eu.org> - 2.10-2
+- add patch0 to fix gcc44 issues
 - add libusb-devel as BR (#483709)
 
 * Fri Jan 29 2010 Lucian Langa <cooly at gnome.eu.org> - 2.10-1



More information about the scm-commits mailing list