4.8.0-0.7
This commit is contained in:
parent
5b97d78690
commit
b9d5903bc3
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@
|
|||||||
/isl-0.11.1.tar.bz2
|
/isl-0.11.1.tar.bz2
|
||||||
/gcc-4.8.0-20130122.tar.bz2
|
/gcc-4.8.0-20130122.tar.bz2
|
||||||
/gcc-4.8.0-20130124.tar.bz2
|
/gcc-4.8.0-20130124.tar.bz2
|
||||||
|
/gcc-4.8.0-20130129.tar.bz2
|
||||||
|
16
gcc.spec
16
gcc.spec
@ -1,9 +1,9 @@
|
|||||||
%global DATE 20130124
|
%global DATE 20130129
|
||||||
%global SVNREV 195418
|
%global SVNREV 195527
|
||||||
%global gcc_version 4.8.0
|
%global gcc_version 4.8.0
|
||||||
# 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 0.6
|
%global gcc_release 0.7
|
||||||
%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
|
||||||
@ -2975,6 +2975,16 @@ fi
|
|||||||
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 29 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.7
|
||||||
|
- updated from trunk
|
||||||
|
- PRs c++/56095, c++/56104, c/56078, fortran/53537, fortran/55984,
|
||||||
|
fortran/56047, inline-asm/55934, libstdc++/56085, libstdc++/56112,
|
||||||
|
other/54814, other/56076, rtl-optimization/56117, target/54663,
|
||||||
|
target/56114, testsuite/56053, tree-optimization/55927,
|
||||||
|
tree-optimization/56034, tree-optimization/56035,
|
||||||
|
tree-optimization/56094, tree-optimization/56098,
|
||||||
|
tree-optimization/56125
|
||||||
|
|
||||||
* Thu Jan 24 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.6
|
* Thu Jan 24 2013 Jakub Jelinek <jakub@redhat.com> 4.8.0-0.6
|
||||||
- updated from trunk
|
- updated from trunk
|
||||||
- PRs c++/53609, c++/55944, c++/56067, c++/56071, fortran/56081,
|
- PRs c++/53609, c++/55944, c++/56067, c++/56071, fortran/56081,
|
||||||
|
2
sources
2
sources
@ -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
|
||||||
bce1586384d8635a76d2f017fb067cd2 isl-0.11.1.tar.bz2
|
bce1586384d8635a76d2f017fb067cd2 isl-0.11.1.tar.bz2
|
||||||
f9c6f66a32475e32ec02bf2505fa895f gcc-4.8.0-20130124.tar.bz2
|
74b615191cdd9dbd3a6a8971fce7f360 gcc-4.8.0-20130129.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user