rpms/openssl/devel openssl.spec,1.105,1.106

Tomáš Mráz (tmraz) fedora-extras-commits at redhat.com
Tue May 27 08:38:52 UTC 2008


Author: tmraz

Update of /cvs/pkgs/rpms/openssl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21862

Modified Files:
	openssl.spec 
Log Message:
* Tue May 27 2008 Tomas Mraz <tmraz at redhat.com> 0.9.8g-8
- super-H arch support
- drop workaround for bug 199604 as it should be fixed in gcc-4.3



Index: openssl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openssl/devel/openssl.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- openssl.spec	20 May 2008 15:16:15 -0000	1.105
+++ openssl.spec	27 May 2008 08:38:06 -0000	1.106
@@ -153,14 +153,13 @@
 %ifarch alpha alphaev56 alphaev6 alphaev67
 sslarch=linux-alpha-gcc
 %endif
-%ifarch s390
-# The -fno-regmove is a workaround for bug #199604
-sslarch="linux-generic32 -DB_ENDIAN -DNO_ASM -fno-regmove"
+%ifarch s390 sh3eb sh4eb
+sslarch="linux-generic32 -DB_ENDIAN"
 %endif
 %ifarch s390x
-sslarch="linux-generic64 -DB_ENDIAN -DNO_ASM"
+sslarch="linux-generic64 -DB_ENDIAN"
 %endif
-%ifarch %{arm}
+%ifarch %{arm} sh3 sh4
 sslarch=linux-generic32
 %endif
 # ia64, x86_64, ppc, ppc64 are OK by default
@@ -379,6 +378,10 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue May 27 2008 Tomas Mraz <tmraz at redhat.com> 0.9.8g-8
+- super-H arch support
+- drop workaround for bug 199604 as it should be fixed in gcc-4.3
+
 * Mon May 19 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.9.8g-7
 - sparc handling
 




More information about the fedora-extras-commits mailing list