rpms/avr-gdb/EL-6 import.log, NONE, 1.1 .cvsignore, 1.3, 1.4 README.fedora, 1.1, 1.2 avr-gdb.spec, 1.11, 1.12 sources, 1.3, 1.4 binutils-2.16.1-open.patch, 1.1, NONE gdb-6.6-open.patch, 1.1, NONE

Thibault North tnorth at fedoraproject.org
Mon Jul 19 08:35:41 UTC 2010


Author: tnorth

Update of /cvs/pkgs/rpms/avr-gdb/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18987/EL-6

Modified Files:
	.cvsignore README.fedora avr-gdb.spec sources 
Added Files:
	import.log 
Removed Files:
	binutils-2.16.1-open.patch gdb-6.6-open.patch 
Log Message:
New upstream release, fixes bugs



--- NEW FILE import.log ---
avr-gdb-7_1-1_fc12:EL-6:avr-gdb-7.1-1.fc12.src.rpm:1279528490


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/avr-gdb/EL-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	10 Aug 2009 12:10:16 -0000	1.3
+++ .cvsignore	19 Jul 2010 08:35:40 -0000	1.4
@@ -1 +1 @@
-gdb-6.6.tar.bz2
+gdb-7.1.tar.bz2


Index: README.fedora
===================================================================
RCS file: /cvs/pkgs/rpms/avr-gdb/EL-6/README.fedora,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- README.fedora	14 Jun 2007 20:28:07 -0000	1.1
+++ README.fedora	19 Jul 2010 08:35:40 -0000	1.2
@@ -1,4 +1,4 @@
 This package does not include the gnu texinfo documentation because this would
-conflict with the native gcc. If you've installed the native gdb,
+conflict with the native binutils. If you've installed the native binutils,
 you can find the info documentation there, notice that this might be for a
 different version though!


Index: avr-gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/avr-gdb/EL-6/avr-gdb.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- avr-gdb.spec	10 Aug 2009 12:10:16 -0000	1.11
+++ avr-gdb.spec	19 Jul 2010 08:35:40 -0000	1.12
@@ -1,16 +1,14 @@
 %define target avr
 
 Name:           %{target}-gdb
-Version:        6.6
-Release:        11%{?dist}
+Version:        7.1
+Release:        1%{?dist}
 Summary:        GDB for (remote) debugging %{target} binaries
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://sources.redhat.com/gdb/
 Source0:        http://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.bz2
 Source1:        README.fedora
-Patch0:         binutils-2.16.1-open.patch
-Patch1:         gdb-6.6-open.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
 BuildRequires:  ncurses-devel chrpath
 
@@ -24,8 +22,6 @@ the moment it crashed. 
 %prep
 %setup -q -c
 pushd gdb-%{version}
-%patch0 -p1 -z .open
-%patch1 -p1 -z .open
 # fix various configure tests failing on -Werror-implicit-function-declaration
 sed -i -e 's/exit (0)/return 0/g' -e 's/ exit(2)/ return 2/g' \
   `find -name configure`
@@ -53,10 +49,12 @@ popd
 # the make <sigh>
 chrpath --delete $RPM_BUILD_ROOT%{_bindir}/%{name}
 chrpath --delete $RPM_BUILD_ROOT%{_bindir}/%{name}tui
+chrpath --delete $RPM_BUILD_ROOT%{_bindir}/avr-run
+
 # we don't want these as we are a cross version
 rm -r $RPM_BUILD_ROOT%{_infodir}
 rm    $RPM_BUILD_ROOT%{_libdir}/libiberty.a
-
+rm -r $RPM_BUILD_ROOT%{_datadir}/gdb
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -66,10 +64,23 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc gdb-%{version}/COPYING* gdb-%{version}/README*
 %{_bindir}/%{name}*
-%{_mandir}/man1/%{name}*
+%{_bindir}/avr-run
+%{_libdir}/libavr-sim.a
+%{_mandir}/man1/avr-*
+
 
 
 %changelog
+* Sun Jul 11 2010 Thibault North <tnorth at fedoraproject.org> - 7.1-1
+- avr-gdb 7.1
+
+* Tue Mar 16 2010 Thibault North <tnorth at fedoraproject.org> - 7.0.1-2
+- Also apply chrpath to avr-run
+
+* Tue Mar 16 2010 Thibault North <tnorth at fedoraproject.org> - 7.0.1-1
+- New upstream release
+- Remove now obsolete patches
+
 * Mon Aug 10 2009 Ville Skyttä <ville.skytta at iki.fi> - 6.6-11
 - Use bzipped upstream tarball.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/avr-gdb/EL-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	10 Aug 2009 12:10:16 -0000	1.3
+++ sources	19 Jul 2010 08:35:40 -0000	1.4
@@ -1 +1 @@
-a4df41d28dd514d64e8ccbfe125fd9a6  gdb-6.6.tar.bz2
+21dce610476c054687b52770d2ddc657  gdb-7.1.tar.bz2


--- binutils-2.16.1-open.patch DELETED ---


--- gdb-6.6-open.patch DELETED ---



More information about the scm-commits mailing list