rpms/avr-gdb/F-13 import.log, NONE, 1.1 .cvsignore, 1.3, 1.4 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
Tue Mar 16 20:56:14 UTC 2010


Author: tnorth

Update of /cvs/pkgs/rpms/avr-gdb/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25019/F-13

Modified Files:
	.cvsignore 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 (gdb 7.0)




--- NEW FILE import.log ---
avr-gdb-7_0_1-2_fc12:F-13:avr-gdb-7.0.1-2.fc12.src.rpm:1268772938


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/avr-gdb/F-13/.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	16 Mar 2010 20:56:13 -0000	1.4
@@ -1 +1 @@
-gdb-6.6.tar.bz2
+gdb-7.0.1.tar.bz2


Index: avr-gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/avr-gdb/F-13/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	16 Mar 2010 20:56:13 -0000	1.12
@@ -1,16 +1,14 @@
 %define target avr
 
 Name:           %{target}-gdb
-Version:        6.6
-Release:        11%{?dist}
+Version:        7.0.1
+Release:        2%{?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,20 @@ 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
+* 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/F-13/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	16 Mar 2010 20:56:14 -0000	1.4
@@ -1 +1 @@
-a4df41d28dd514d64e8ccbfe125fd9a6  gdb-6.6.tar.bz2
+53ebade39bfdc1d06744e5188b6438b1  gdb-7.0.1.tar.bz2


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


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



More information about the scm-commits mailing list