Hello community, here is the log from the commit of package CodeAnalyst for openSUSE:Factory checked in at 2013-04-23 17:17:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/CodeAnalyst (Old) and /work/SRC/openSUSE:Factory/.CodeAnalyst.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "CodeAnalyst", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/CodeAnalyst/CodeAnalyst.changes 2012-12-14 06:36:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.CodeAnalyst.new/CodeAnalyst.changes 2013-04-23 17:17:56.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Apr 22 22:45:30 UTC 2013 - [email protected] + +- Add CodeAnalyst-no-cflag-mangling.patch: do not mangle CFLAGS: + %optflags contains -grecordcc-flags so we can not blindly sed + -g away. + +------------------------------------------------------------------- New: ---- CodeAnalyst-no-cflag-mangling.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ CodeAnalyst.spec ++++++ --- /var/tmp/diff_new_pack.1E6GeJ/_old 2013-04-23 17:18:05.000000000 +0200 +++ /var/tmp/diff_new_pack.1E6GeJ/_new 2013-04-23 17:18:05.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package CodeAnalyst # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,6 +38,8 @@ # PATCH-FIX-UPSTREAM CodeAnalyst-gcc47.patch [email protected] -- Fix build with gcc 4.7 Patch6: CodeAnalyst-gcc47.patch Patch7: ca-fix-bfd-include.patch +# PATCH-FIX-UPSTREAM CodeAnalyst-no-cflag-mangling.patch [email protected] -- Do not mangle with cflags, it fails on -grecordcc-flags, as it strips -g +Patch8: CodeAnalyst-no-cflag-mangling.patch Requires: binutils Requires: oprofile >= 0.9.4 PreReq: pwdutils @@ -75,6 +77,7 @@ %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 %build ./autogen.sh ++++++ CodeAnalyst-no-cflag-mangling.patch ++++++ Index: CodeAnalyst-2_12_3_0126-Public/configure.in =================================================================== --- CodeAnalyst-2_12_3_0126-Public.orig/configure.in +++ CodeAnalyst-2_12_3_0126-Public/configure.in @@ -299,11 +299,6 @@ if test "$enable_optimization" = "no"; t CXXFLAGS=`echo $CXXFLAGS | sed 's/-O2//g'` fi -if test x$debug = xfalse; then - CFLAGS=`echo $CFLAGS | sed 's/-g//g'` - CXXFLAGS=`echo $CXXFLAGS | sed 's/-g//g'` -fi - #Set 64-bit flags, if necessary case $host_cpu in x86_64) Index: CodeAnalyst-2_12_3_0126-Public/src/ca_agent/configure.ac =================================================================== --- CodeAnalyst-2_12_3_0126-Public.orig/src/ca_agent/configure.ac +++ CodeAnalyst-2_12_3_0126-Public/src/ca_agent/configure.ac @@ -182,11 +182,6 @@ if test "$enable_optimization" = "no"; t CXXFLAGS=`echo $CXXFLAGS | sed 's/-O2//g'` fi -if test x$debug = xfalse; then - CFLAGS=`echo $CFLAGS | sed 's/-g//g'` - CXXFLAGS=`echo $CXXFLAGS | sed 's/-g//g'` -fi - #Set 64-bit flags, if necessary case $host_cpu in x86_64) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
