Browse Source

gcc-4.9.3-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10330 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 9 years ago
parent
commit
8ac3a67d68
1 changed files with 7 additions and 1 deletions
  1. 7 1
      g/gcc/gcc-vl.spec

+ 7 - 1
g/gcc/gcc-vl.spec

@@ -1,7 +1,7 @@
 %global gcc_version 4.9.3
 # 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 1%{?_dist_release}
+%global gcc_release 2%{?_dist_release}
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 # %ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@@ -154,6 +154,8 @@ BuildRequires: cloog-ppl >= 0.15, cloog-ppl-devel >= 0.15
 BuildRequires: doxygen >= 1.7.1
 BuildRequires: graphviz
 %endif
+# for testsuite
+BuildRequires: net-tools
 Requires: gcc-cpp = %{version}-%{release}
 # Need .eh_frame ld optimizations
 # Need proper visibility support
@@ -2995,6 +2997,10 @@ fi
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
 
 %changelog
+* Tue May 24 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.9.3-2
+- added BR:net-tools for tests.
+- rebuilt with new binutils.
+
 * Sat May 07 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.3-1
 - updated to 4.9.3
 - update Patch4 (gcc49-i386-libgomp.patch)