[gcc/f16] 4.6.1-7

Jakub Jelinek jakub at fedoraproject.org
Thu Aug 4 15:55:16 UTC 2011


commit d8fc677b0d2c5dcb38130b8531977799fca00233
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Thu Aug 4 17:55:01 2011 +0200

    4.6.1-7

 .gitignore |    1 +
 gcc.spec   |   20 +++++++++++++++-----
 sources    |    2 +-
 3 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cdd7068..1f381d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /gcc-4.6.1-20110727.tar.bz2
 /gcc-4.6.1-20110731.tar.bz2
 /gcc-4.6.1-20110802.tar.bz2
+/gcc-4.6.1-20110804.tar.bz2
diff --git a/gcc.spec b/gcc.spec
index 28381a0..00cf3d8 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20110802
-%global SVNREV 177210
+%global DATE 20110804
+%global SVNREV 177406
 %global gcc_version 4.6.1
 # 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 6
+%global gcc_release 7
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@@ -1853,7 +1853,7 @@ fi
 %endif
 %dir %{_prefix}/libexec/getconf
 %{_prefix}/libexec/getconf/default
-%doc gcc/README* rpm.doc/changelogs/gcc/ChangeLog* gcc/COPYING*
+%doc gcc/README* rpm.doc/changelogs/gcc/ChangeLog* gcc/COPYING* COPYING.RUNTIME
 
 %files -n cpp -f cpplib.lang
 %defattr(-,root,root,-)
@@ -1870,7 +1870,7 @@ fi
 %defattr(-,root,root,-)
 /%{_lib}/libgcc_s-%{gcc_version}-%{DATE}.so.1
 /%{_lib}/libgcc_s.so.1
-%doc gcc/COPYING.LIB
+%doc gcc/COPYING* COPYING.RUNTIME
 
 %files c++
 %defattr(-,root,root,-)
@@ -2450,6 +2450,16 @@ fi
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
 
 %changelog
+* Thu Aug  4 2011 Jakub Jelinek <jakub at redhat.com> 4.6.1-7
+- update from the 4.6 branch
+  - PRs c++/43886, c++/49593, c++/49803, fortran/49885,
+	tree-optimization/49948
+- add self_spec support to specs
+- add COPYING.RUNTIME to gcc and libgcc docs (#727809)
+- SPARC entry_value fixes (PRs target/48220, debug/49815)
+- fix up c-family headers in gcc-plugin-devel (#728011, PRs plugins/45348,
+  plugins/46577, plugins/48425)
+
 * Tue Aug  2 2011 Jakub Jelinek <jakub at redhat.com> 4.6.1-6
 - update from the 4.6 branch
   - PRs c++/49260, c++/49924, libstdc++/49925, target/47908, target/49920
diff --git a/sources b/sources
index ab9ab3a..3f66259 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-5da9cc90b9e5e797cd434ad974eddcf7  gcc-4.6.1-20110802.tar.bz2
+b05f1e0faccddda5f95e1544b7e88ec9  gcc-4.6.1-20110804.tar.bz2


More information about the scm-commits mailing list