[Lsb-messages] /var/www/bzr/lsb/devel/build_env r1996: Claim support for gcc 4.7.

Jeff Licquia licquia at linuxfoundation.org
Tue Oct 23 23:56:11 UTC 2012


------------------------------------------------------------
revno: 1996
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: build_env
timestamp: Tue 2012-10-23 19:56:11 -0400
message:
  Claim support for gcc 4.7.
modified:
  lsbdev-cc/lsbcc.c
  package/Makefile
-------------- next part --------------
=== modified file 'lsbdev-cc/lsbcc.c'
--- a/lsbdev-cc/lsbcc.c	2012-05-05 18:50:16 +0000
+++ b/lsbdev-cc/lsbcc.c	2012-10-23 23:56:11 +0000
@@ -456,6 +456,7 @@
     case '4':
     case '5':
     case '6':
+    case '7':
 	/* 
          * pretty much need it for all newer versions of 4.x, though here
 	 * we hedge our bets and only test for known gcc versions.

=== modified file 'package/Makefile'
--- a/package/Makefile	2012-10-23 15:02:08 +0000
+++ b/package/Makefile	2012-10-23 23:56:11 +0000
@@ -42,11 +42,11 @@
 # Should have leading "."
 # a big number (80-99) is leading up to the next minor spec
 # build_env is version-independent so can wait till late to bump this
-SUB_VERSION=.17
+SUB_VERSION=.18
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-RPM_PACKAGE_RELEASE=2
+RPM_PACKAGE_RELEASE=1
 
 # Initialize LIB64 to proper value for 64-bit architectures
 export LIB64:=$(shell case `uname -m` in (ppc64 | s390x | x86_64) echo 64 ;; esac)



More information about the lsb-messages mailing list