This commit is contained in:
Jakub Jelinek 2013-09-09 19:36:26 +02:00
parent cb3be801e6
commit cf558d9039
3 changed files with 14 additions and 4 deletions

1
.gitignore vendored
View File

@ -82,3 +82,4 @@
/gcc-4.8.1-20130717.tar.bz2 /gcc-4.8.1-20130717.tar.bz2
/gcc-4.8.1-20130814.tar.bz2 /gcc-4.8.1-20130814.tar.bz2
/gcc-4.8.1-20130829.tar.bz2 /gcc-4.8.1-20130829.tar.bz2
/gcc-4.8.1-20130909.tar.bz2

View File

@ -1,9 +1,9 @@
%global DATE 20130829 %global DATE 20130909
%global SVNREV 202078 %global SVNREV 202413
%global gcc_version 4.8.1 %global gcc_version 4.8.1
# Note, gcc_release must be integer, if you want to add suffixes to # Note, gcc_release must be integer, if you want to add suffixes to
# %{release}, append them after %{gcc_release} on Release: line. # %{release}, append them after %{gcc_release} on Release: line.
%global gcc_release 7 %global gcc_release 8
%global _unpackaged_files_terminate_build 0 %global _unpackaged_files_terminate_build 0
%global multilib_64_archs sparc64 ppc64 s390x x86_64 %global multilib_64_archs sparc64 ppc64 s390x x86_64
%ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha %ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@ -2998,6 +2998,15 @@ fi
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
%changelog %changelog
* Mon Sep 9 2013 Jakub Jelinek <jakub@redhat.com> 4.8.1-8
- update from the 4.8 branch
- PRs c++/58325, libstdc++/58302, libstdc++/58341, middle-end/57656,
other/12081, target/57735, tree-optimization/57521,
tree-optimization/57685, tree-optimization/58010,
tree-optimization/58223, tree-optimization/58228,
tree-optimization/58246, tree-optimization/58277,
tree-optimization/58364
* Thu Aug 29 2013 Jakub Jelinek <jakub@redhat.com> 4.8.1-7 * Thu Aug 29 2013 Jakub Jelinek <jakub@redhat.com> 4.8.1-7
- update from the 4.8 branch - update from the 4.8 branch
- PRs c++/58083, c++/58119, c++/58190, fortran/57798, fortran/58185, - PRs c++/58083, c++/58119, c++/58190, fortran/57798, fortran/58185,

View File

@ -1,4 +1,4 @@
be78a47bd82523250eb3e91646db5b3d cloog-0.18.0.tar.gz be78a47bd82523250eb3e91646db5b3d cloog-0.18.0.tar.gz
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz 2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
04d2afeceb77a6e4fd34a6b8042a605b gcc-4.8.1-20130829.tar.bz2 ed1535293ee547a57658f7c27a87abc2 gcc-4.8.1-20130909.tar.bz2
bce1586384d8635a76d2f017fb067cd2 isl-0.11.1.tar.bz2 bce1586384d8635a76d2f017fb067cd2 isl-0.11.1.tar.bz2