[msp430-gcc] Fix release number to make version comparison work.

rspanton rspanton at fedoraproject.org
Thu Aug 5 17:34:26 UTC 2010


commit ced594795e42f9011847758e001ac4fdd2061e59
Author: Robert Spanton <rspanton at zepler.net>
Date:   Thu Aug 5 18:35:29 2010 +0100

    Fix release number to make version comparison work.
    
    I guessed rpm would do the right thing, but unfortunately the version
    comparison didn't extend to the date on the end of the version number.

 msp430-gcc.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/msp430-gcc.spec b/msp430-gcc.spec
index af423e4..cb0c5eb 100644
--- a/msp430-gcc.spec
+++ b/msp430-gcc.spec
@@ -3,7 +3,7 @@
 Name:		%{target}-gcc
 Version:	3.2.3
 # There has been no release, so this is a snapshot
-Release:	1.20100805cvs%{?dist}
+Release:	4.20100805cvs%{?dist}
 Summary:	Cross Compiling GNU GCC targeted at %{target}
 Group:		Development/Languages
 License:	GPLv2+
@@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Aug 5 2010 Rob Spanton <rspanton at zepler.net> 3.2.3-4.20100805cvs
+- Fix the release number to make version comparison work!
+
 * Thu Aug 5 2010 Rob Spanton <rspanton at zepler.net> 3.2.3-1.20100805cvs
 - Bump up to latest CVS (adds support for a few more MSPs)
 


More information about the scm-commits mailing list