[mspdebug] Update to version 0.11

rspanton rspanton at fedoraproject.org
Sat Oct 2 00:35:07 UTC 2010


commit 627266015e4aaecf7fec8af5a29387524844c734
Author: Robert Spanton <rspanton at zepler.net>
Date:   Sat Oct 2 01:27:39 2010 +0100

    Update to version 0.11

 .gitignore                                        |    1 +
 0001-Move-stripping-from-install-to-LDFLAGS.patch |   36 ---------------------
 mspdebug.spec                                     |   10 +++---
 sources                                           |    2 +-
 4 files changed, 7 insertions(+), 42 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b761b14..c708cd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 mspdebug-0.9git74a11c1a.tar.bz2
 mspdebug-0.10.tar.gz
+/mspdebug-0.11.tar.gz
diff --git a/mspdebug.spec b/mspdebug.spec
index 372430a..97f7577 100644
--- a/mspdebug.spec
+++ b/mspdebug.spec
@@ -1,13 +1,11 @@
 Name:		mspdebug
-Version:	0.10
-Release:	2%{?dist}
+Version:	0.11
+Release:	1%{?dist}
 Summary:	Debugger and gdb proxy for MSP430 MCUs
 Group:		Development/Tools
 License:	GPLv2+
 URL:		http://mspdebug.sourceforge.net/
 Source0:	https://downloads.sourceforge.net/project/mspdebug/mspdebug-%{version}.tar.gz
-# 2010-08-19: sent upstream via private e-mail by till
-Patch0:		0001-Move-stripping-from-install-to-LDFLAGS.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libusb-devel
 BuildRequires:	readline-devel
@@ -20,7 +18,6 @@ disassembly and reverse engineering.
 
 %prep
 %setup -q
-%patch0 -p1 -b .Move-stripping-from-install-to-LDFLAGS
 
 %build
 # add -DDEBUG_GDB to CFLAGS for gdb debugging output
@@ -40,6 +37,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/mspdebug.1*
 
 %changelog
+* Sat Oct 02 2010 Rob Spanton <rspanton at zepler.net - 0.11-1
+- Bump up to 0.11
+
 * Thu Aug 19 2010 Till Maas <opensource at till.name> - 0.10-2
 - Do not strip binary in install (RH 625501)
 - simplify %%setup
diff --git a/sources b/sources
index 96f51c3..98c9415 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6537f6666451a82422d6a5b01ba48e9c  mspdebug-0.10.tar.gz
+4002959ce23c35fc43c270327b9516d3  mspdebug-0.11.tar.gz


More information about the scm-commits mailing list