Compare commits

...

2 Commits

Author SHA1 Message Date
aoliva 114aa55393 - Improve fix for openssl on s390. (BZ#199604, target/28146) 2006-08-16 23:55:26 +00:00
aoliva 4938b193e8 - Fix reload problem that breaks openssl on s390. (BZ#199640, perhaps also
PR target/28146)
2006-07-27 05:47:04 +00:00
1 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,6 @@
%define DATE 20060721
%define gcc_version 4.1.1
%define gcc_release 13
%define gcc_release 13.0.lxo.2
%define _unpackaged_files_terminate_build 0
%define multilib_64_archs sparc64 ppc64 s390x x86_64
%ifarch %{ix86} x86_64 ia64
@ -142,6 +142,8 @@ Patch33: gcc41-java-plugins.patch
Patch34: gcc41-java-backport-gcjplugin.patch
Patch35: gcc41-java-backport-class-loader.patch
Patch1001: gcc41-s390-rh199604.patch
%define _gnu %{nil}
%ifarch sparc
%define gcc_target_platform sparc64-%{_vendor}-%{_target_os}
@ -459,6 +461,8 @@ which are required to run programs compiled with the GNAT.
%patch34 -p0 -b .java-gcjplugin~
%patch35 -p0 -b .java-class-loader~
%patch1001 -p0 -b .s390-rh199604~
sed -i -e 's/4\.1\.2/4.1.1/' gcc/BASE-VER gcc/version.c
sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
@ -1520,6 +1524,13 @@ fi
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
%changelog
* Wed Aug 16 2006 Alexandre Oliva <aoliva@redhat.com> 4.1.1-13.0.lxo.2
- Improve fix for openssl on s390. (BZ#199604, target/28146)
* Thu Jul 27 2006 Alexandre Oliva <aoliva@redhat.com> 4.1.1-13.0.lxo.1
- Fix reload problem that breaks openssl on s390. (BZ#199604, perhaps
also PR target/28146)
* Tue Jul 25 2006 Alexandre Oliva <aoliva@redhat.com> 4.1.1-13
- Backport fix by Andrew Haley for build problems related with the
bootstrap ClassLoader.