[mspdebug] Update to 0.18

rspanton rspanton at fedoraproject.org
Tue Nov 8 12:57:49 UTC 2011


commit d6aaedace63404a2452709fb1f45f47cbdf4a22e
Author: Robert Spanton <rspanton at zepler.net>
Date:   Tue Nov 8 12:56:52 2011 +0000

    Update to 0.18
    
    0.18 includes a firmware file, required an addition to %files

 .gitignore    |    2 +-
 mspdebug.spec |    7 ++++++-
 sources       |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 15a22b3..77f0d68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-/mspdebug-0.17.tar.gz
 *.rpm
 *.log
+/mspdebug-0.18.tar.gz
diff --git a/mspdebug.spec b/mspdebug.spec
index f6878e1..c4811cd 100644
--- a/mspdebug.spec
+++ b/mspdebug.spec
@@ -1,5 +1,5 @@
 Name:		mspdebug
-Version:	0.17
+Version:	0.18
 Release:	1%{?dist}
 Summary:	Debugger and gdb proxy for MSP430 MCUs
 Group:		Development/Tools
@@ -35,8 +35,13 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS COPYING
 %{_bindir}/mspdebug
 %{_mandir}/man1/mspdebug.1*
+%{_libdir}/mspdebug
 
 %changelog
+* Tue Nov 08 2011 Rob Spanton <rspanton at zepler.net> - 0.18-1
+- Bump up to 0.18
+- Include new firmware file in %%files
+
 * Tue Aug 30 2011 Rob Spanton <rspanton at zepler.net> - 0.17-1
 - Bump up to 0.17
 
diff --git a/sources b/sources
index d2ffb1c..904e75b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c112939d37bb1149f61c58c7a886bd6  mspdebug-0.17.tar.gz
+8befff126d9c2ad1919d83566be4c9f0  mspdebug-0.18.tar.gz


More information about the scm-commits mailing list