rpms/avarice/devel avarice-gcc44.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 avarice.spec, 1.5, 1.6 sources, 1.2, 1.3

Lucian Langa lucilanga at fedoraproject.org
Fri Jan 29 17:23:38 UTC 2010


Author: lucilanga

Update of /cvs/pkgs/rpms/avarice/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5637

Modified Files:
	.cvsignore avarice.spec sources 
Added Files:
	avarice-gcc44.patch 
Log Message:
new upstream release

avarice-gcc44.patch:
 jtag2usb.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE avarice-gcc44.patch ---
diff -Naur avarice-2.10/src/jtag2usb.cc avarice-2.10-mod/src/jtag2usb.cc
--- avarice-2.10/src/jtag2usb.cc	2007-02-18 00:41:46.000000000 +0200
+++ avarice-2.10-mod/src/jtag2usb.cc	2010-01-29 08:33:08.000000000 +0200
@@ -95,7 +95,7 @@
    * right-to-left, so only the least significant nibbles need to be
    * specified.
    */
-  if ((serno = strchr(jtagDeviceName, ':')) != NULL)
+  if ((serno = strchr((char *)jtagDeviceName, ':')) != NULL)
     {
       /* first, drop all colons there if any */
       cp2 = ++serno;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/avarice/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	8 Oct 2007 19:28:46 -0000	1.2
+++ .cvsignore	29 Jan 2010 17:23:38 -0000	1.3
@@ -1 +1 @@
-avarice-2.6.tar.bz2
+avarice-2.10.tar.bz2


Index: avarice.spec
===================================================================
RCS file: /cvs/pkgs/rpms/avarice/devel/avarice.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- avarice.spec	24 Jul 2009 17:41:21 -0000	1.5
+++ avarice.spec	29 Jan 2010 17:23:38 -0000	1.6
@@ -1,12 +1,13 @@
 Name:           avarice
-Version:        2.6
-Release:        5%{?dist}
+Version:        2.10
+Release:        1%{?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
@@ -18,6 +19,7 @@ debug their embedded AVR target
 
 %prep
 %setup -q
+%patch0 -p1 -b .gcc
 
 
 %build
@@ -43,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 29 2010 Lucian Langa <cooly at gnome.eu.org> - 2.10-1
+- new upstream release
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/avarice/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	8 Oct 2007 19:28:46 -0000	1.2
+++ sources	29 Jan 2010 17:23:38 -0000	1.3
@@ -1 +1 @@
-32fe91c39d367796d2c1d35d5ddae8e8  avarice-2.6.tar.bz2
+cde811ce9e6739b680b4662d79b05d0e  avarice-2.10.tar.bz2



More information about the scm-commits mailing list