[cross-gcc] - Make the version number follow the guildelines.

David Howells dhowells at fedoraproject.org
Mon Jun 11 12:06:32 UTC 2012


commit f57f3edeee7338978954bc348856348ab8340e6f
Author: David Howells <dhowells at redhat.com>
Date:   Mon Jun 11 13:04:44 2012 +0100

    - Make the version number follow the guildelines.

 cross-gcc.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cross-gcc.spec b/cross-gcc.spec
index 44cd9c6..8c54bb2 100644
--- a/cross-gcc.spec
+++ b/cross-gcc.spec
@@ -50,7 +50,7 @@
 
 # Note, gcc_release must be integer, if you want to add suffixes to
 # %{release}, append them after %{gcc_release} on Release: line.
-%global gcc_release 0.%{DATE}
+%global gcc_release 0.1.%{DATE}
 
 Summary: Cross C compiler
 Name: cross-gcc
@@ -625,7 +625,7 @@ rm -rf %{buildroot}
 %do_files xtensa-linux-gnu	%{build_xtensa}
 
 %changelog
-* Mon Jun 11 2012 David Howells <dhowells at redhat.com> - 4.7.1-0.20120606
+* Mon Jun 11 2012 David Howells <dhowells at redhat.com> - 4.7.1-0.1.20120606
 - Update to gcc-4.7.1-RC-20120606 to fix an ICE in the MIPS compiler.
 - The SH64 compilation patches are now redundant.
 


More information about the scm-commits mailing list