4.1.2-4
This commit is contained in:
parent
9d2fc50bcb
commit
b790ba84fd
19
gcc41.spec
19
gcc41.spec
@ -1,6 +1,6 @@
|
|||||||
%define DATE 20070222
|
%define DATE 20070312
|
||||||
%define gcc_version 4.1.2
|
%define gcc_version 4.1.2
|
||||||
%define gcc_release 3
|
%define gcc_release 4
|
||||||
%define _unpackaged_files_terminate_build 0
|
%define _unpackaged_files_terminate_build 0
|
||||||
%define multilib_64_archs sparc64 ppc64 s390x x86_64
|
%define multilib_64_archs sparc64 ppc64 s390x x86_64
|
||||||
%define include_gappletviewer 1
|
%define include_gappletviewer 1
|
||||||
@ -138,10 +138,9 @@ Patch26: gcc41-pr29059.patch
|
|||||||
Patch27: gcc41-strncat-chk.patch
|
Patch27: gcc41-strncat-chk.patch
|
||||||
Patch28: gcc41-pr29299.patch
|
Patch28: gcc41-pr29299.patch
|
||||||
Patch29: gcc41-pr30113.patch
|
Patch29: gcc41-pr30113.patch
|
||||||
Patch30: gcc41-pr25392.patch
|
Patch30: gcc41-rh228769.patch
|
||||||
Patch31: gcc41-pr30045.patch
|
Patch31: gcc41-pr30045.patch
|
||||||
Patch32: gcc41-rh227376.patch
|
Patch32: gcc41-rh227376.patch
|
||||||
Patch33: gcc41-java-zoneinfo.patch
|
|
||||||
%define _gnu %{nil}
|
%define _gnu %{nil}
|
||||||
%ifarch sparc
|
%ifarch sparc
|
||||||
%define gcc_target_platform sparc64-%{_vendor}-%{_target_os}
|
%define gcc_target_platform sparc64-%{_vendor}-%{_target_os}
|
||||||
@ -447,10 +446,9 @@ which are required to run programs compiled with the GNAT.
|
|||||||
%patch27 -p0 -b .strncat-chk~
|
%patch27 -p0 -b .strncat-chk~
|
||||||
%patch28 -p0 -b .pr29299~
|
%patch28 -p0 -b .pr29299~
|
||||||
%patch29 -p0 -b .pr30113~
|
%patch29 -p0 -b .pr30113~
|
||||||
%patch30 -p0 -b .pr25392~
|
%patch30 -p0 -b .rh228769~
|
||||||
%patch31 -p0 -b .pr30045~
|
%patch31 -p0 -b .pr30045~
|
||||||
%patch32 -p0 -b .rh227376~
|
%patch32 -p0 -b .rh227376~
|
||||||
%patch33 -p0 -b .java-zoneinfo~
|
|
||||||
|
|
||||||
sed -i -e 's/4\.1\.3/4.1.2/' gcc/BASE-VER gcc/version.c
|
sed -i -e 's/4\.1\.3/4.1.2/' gcc/BASE-VER gcc/version.c
|
||||||
sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
|
sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
|
||||||
@ -1563,6 +1561,15 @@ fi
|
|||||||
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
|
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 12 2007 Jakub Jelinek <jakub@redhat.com> 4.1.2-4
|
||||||
|
- update from gcc-4_1-branch (-r122219:122833)
|
||||||
|
- PRs c++/30852, c++/30895, classpath/28550, classpath/30831,
|
||||||
|
classpath/30906, classpath/30983, fortran/29441, fortran/30400,
|
||||||
|
libgcj/17002, libgfortran/30910, libgfortran/30918, other/31050,
|
||||||
|
rtl-optimization/30931, target/30848, tree-optimization/29925
|
||||||
|
- reenable memory CSE (Alexandre Oliva, #229366, PR rtl-optimization/30643)
|
||||||
|
- fix random seed handling with -frepo (Alexandre Oliva, #228769)
|
||||||
|
|
||||||
* Thu Feb 22 2007 Jakub Jelinek <jakub@redhat.com> 4.1.2-3
|
* Thu Feb 22 2007 Jakub Jelinek <jakub@redhat.com> 4.1.2-3
|
||||||
- update from gcc-4_1-branch (-r122163:122219)
|
- update from gcc-4_1-branch (-r122163:122219)
|
||||||
- PR ada/30684
|
- PR ada/30684
|
||||||
|
Loading…
Reference in New Issue
Block a user