[msp430mcu] Bump release number to fix upgrade path from F17

rspanton rspanton at fedoraproject.org
Sun Oct 7 20:59:36 UTC 2012


commit cac6d7ad284ef32e57c48ddaa8a0dd01331ab465
Author: Rob Spanton <rspanton at zepler.net>
Date:   Sun Oct 7 21:15:52 2012 +0100

    Bump release number to fix upgrade path from F17
    
    I previously incremented the release number in the F17 branch to add a
    "conflicts" in that specific branch.  This broke the "upgrade path"
    from F17 to master or F18.  This patch bumps the release number to fix
    the upgrade path.

 msp430mcu.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/msp430mcu.spec b/msp430mcu.spec
index 0e9b5ca..a8a115b 100644
--- a/msp430mcu.spec
+++ b/msp430mcu.spec
@@ -1,6 +1,6 @@
 Name:		msp430mcu
 Version:	20120406
-Release:	3%{?dist}
+Release:	5%{?dist}
 Summary:	Headers and linker scripts for MSP430 micro-controllers
 Group:		Development/Libraries
 License:	BSD
@@ -53,6 +53,9 @@ MSP430MCU_ROOT=`pwd` DESTDIR=%{buildroot} ./scripts/install.sh %{_prefix}
 
 
 %changelog
+* Sun Oct 07 2012 Rob Spanton <rspanton at zepler.net> 20120406-5
+- Bump release number to fix upgrade path from F17
+
 * Tue Aug 14 2012 Rob Spanton <rspanton at zepler.net> 20120406-3
 - Remove %%clean section
 - Remove %%defattr line


More information about the scm-commits mailing list