rpms/avr-binutils/devel .cvsignore, 1.2, 1.3 avr-binutils.spec, 1.5, 1.6 sources, 1.2, 1.3

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Fri Jan 25 10:10:46 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/avr-binutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1387

Modified Files:
	.cvsignore avr-binutils.spec sources 
Log Message:
* Thu Jan 24 2008 John Voltz <ninevoltz at metalink.net> 2.18-1
- Bump to binutils 2.18 and add coff-avr patch for VMLAB (on Wine)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/avr-binutils/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	23 Apr 2007 09:56:16 -0000	1.2
+++ .cvsignore	25 Jan 2008 10:10:03 -0000	1.3
@@ -1 +1 @@
-binutils-2.17.tar.bz2
+binutils-2.18.tar.bz2


Index: avr-binutils.spec
===================================================================
RCS file: /cvs/extras/rpms/avr-binutils/devel/avr-binutils.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- avr-binutils.spec	2 Dec 2007 16:11:31 -0000	1.5
+++ avr-binutils.spec	25 Jan 2008 10:10:03 -0000	1.6
@@ -1,8 +1,8 @@
 %define target avr
 
 Name:           %{target}-binutils
-Version:        2.17
-Release:        5%{?dist}
+Version:        2.18
+Release:        1%{?dist}
 Summary:        Cross Compiling GNU binutils targeted at %{target}
 Group:          Development/Tools
 License:        GPLv2+
@@ -11,6 +11,9 @@
 Source1:        README.fedora
 Patch0:         binutils-2.16.1-open.patch
 Patch1:         binutils-2.17-makeinfo-version-check.patch
+Patch2:         patch-newdevices.patch
+Patch3:         patch-newsections.patch
+Patch4:         patch-coff-avr.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
 BuildRequires:  gawk texinfo
 
@@ -25,6 +28,9 @@
 pushd binutils-%{version}
 %patch0 -p1 -z .open
 %patch1 -p1
+%patch2 -p0
+%patch3 -p0
+%patch4 -p0
 popd
 cp %{SOURCE1} .
 
@@ -65,6 +71,9 @@
 
 
 %changelog
+* Thu Jan 24 2008 John Voltz <ninevoltz at metalink.net> 2.18-1
+- Bump to binutils 2.18 and add coff-avr patch for VMLAB (on Wine)
+
 * Sun Dec  2 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.17-5
 - Fix building with texinfo version > 4.9 (4.11 for example)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/avr-binutils/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Apr 2007 09:56:16 -0000	1.2
+++ sources	25 Jan 2008 10:10:03 -0000	1.3
@@ -1 +1 @@
-e26e2e06b6e4bf3acf1dc8688a94c0d1  binutils-2.17.tar.bz2
+9d22ee4dafa3a194457caf4706f9cf01  binutils-2.18.tar.bz2




More information about the fedora-extras-commits mailing list