From 611c22b0e52a80f78ab2682e7ab33b1e9b908f46 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 12 2015 09:07:51 +0000 Subject: import devtoolset-3-gcc-4.9.2-6.2.el7 --- diff --git a/SPECS/gcc.spec b/SPECS/gcc.spec index ef527d9..5bca324 100644 --- a/SPECS/gcc.spec +++ b/SPECS/gcc.spec @@ -78,7 +78,7 @@ Summary: GCC version 4.9 Name: %{?scl_prefix}gcc #Name: %{?scl_prefix}gcc%{!?scl:49} Version: %{gcc_version} -Release: %{gcc_release}%{?dist} +Release: %{gcc_release}.2%{?dist} # libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have # GCC Runtime Exception. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD @@ -472,7 +472,7 @@ which is used for -fsanitize=thread instrumented programs. %package -n %{?scl_prefix}libtsan-devel Summary: The Thread Sanitizer static library Group: Development/Libraries -Requires: libtsan = %{version}-%{release} +Requires: libtsan >= 4.9.0 %description -n %{?scl_prefix}libtsan-devel This package contains Thread Sanitizer static runtime library. @@ -508,7 +508,7 @@ which is used for -fsanitize=leak instrumented programs. %package -n %{?scl_prefix}liblsan-devel Summary: The Leak Sanitizer static library Group: Development/Libraries -Requires: liblsan = %{version}-%{release} +Requires: liblsan >= 4.9.0 %description -n %{?scl_prefix}liblsan-devel This package contains Leak Sanitizer static runtime library. @@ -2275,6 +2275,9 @@ fi %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin %changelog +* Thu Aug 20 2015 Marek Polacek 4.9.2-6.2 +- for DTS lib{l,t}san-devel require lib{l,t}san >= 4.9.0 (#1247146) + * Thu Feb 12 2015 Jakub Jelinek 4.9.2-6 - update from 4.9 branch (#1191557, #1190640)