rpms/beecrypt/devel beecrypt-4.1.2-sparc64.patch, 1.1, 1.2 beecrypt.spec, 1.38, 1.39

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Thu Nov 29 18:11:13 UTC 2007


Author: ausil

Update of /cvs/extras/rpms/beecrypt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22528

Modified Files:
	beecrypt-4.1.2-sparc64.patch beecrypt.spec 
Log Message:
update sparc64 patch  so it really does the right thing


beecrypt-4.1.2-sparc64.patch:

Index: beecrypt-4.1.2-sparc64.patch
===================================================================
RCS file: /cvs/extras/rpms/beecrypt/devel/beecrypt-4.1.2-sparc64.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- beecrypt-4.1.2-sparc64.patch	28 Nov 2007 19:12:19 -0000	1.1
+++ beecrypt-4.1.2-sparc64.patch	29 Nov 2007 18:11:09 -0000	1.2
@@ -1,3 +1,66 @@
+diff -uNr beecrypt-4.1.2-orig/acinclude.m4 beecrypt-4.1.2/acinclude.m4
+--- beecrypt-4.1.2-orig/acinclude.m4	2004-12-19 14:16:35.000000000 -0600
++++ beecrypt-4.1.2/acinclude.m4	2007-11-29 11:48:32.000000000 -0600
+@@ -102,6 +102,29 @@
+       ;;
+     esac
+     ;;
++  sparc*)
++    case $withval in
++    sparc)
++      ;;
++    sparcv[789])
++     bc_target_arch=sparc
++      ;;
++    sparcv9v)
++     bc_target_arch=sparc
++      ;;
++    sparc64)
++      bc_target_arch=sparc64
++      ;;
++    sparc64v)
++      bc_target_arch=sparc64
++      ;;
++    *)
++      AC_MSG_WARN([unsupported on invalid arch type])
++      bc_target_arch=sparc
++      ;;
++    esac
++    ;;
++
+   esac
+   ])
+ 
+@@ -133,9 +156,15 @@
+   s390x)
+     bc_target_arch=s390x
+     ;;
+-  sparc*)
++  sparc)
+     bc_target_arch=sparc
+     ;;
++  sparcv[789]*)
++    bc_target_arch=sparc
++    ;;
++  sparc64*)
++    bc_target_arch=sparc64
++    ;;
+   x86_64)
+     bc_target_arch=x86_64
+     ;;
+diff -uNr beecrypt-4.1.2-orig/aclocal.m4 beecrypt-4.1.2/aclocal.m4
+--- beecrypt-4.1.2-orig/aclocal.m4	2004-12-21 05:38:18.000000000 -0600
++++ beecrypt-4.1.2/aclocal.m4	2007-11-28 15:18:51.000000000 -0600
+@@ -1435,7 +1435,7 @@
+   # find out which ABI we are using
+   libsuff=
+   case "$host_cpu" in
+-  x86_64*|s390x*|powerpc64*)
++  x86_64*|s390x*|powerpc64*|sparc64*)
+     echo '[#]line __oline__ "configure"' > conftest.$ac_ext
+     if AC_TRY_EVAL(ac_compile); then
+       case `/usr/bin/file conftest.$ac_objext` in
+diff -uNr beecrypt-4.1.2-orig/configure.ac beecrypt-4.1.2/configure.ac
 --- beecrypt-4.1.2-orig/configure.ac	2004-12-21 05:37:56.000000000 -0600
 +++ beecrypt-4.1.2/configure.ac	2007-11-28 12:45:39.000000000 -0600
 @@ -614,7 +614,7 @@


Index: beecrypt.spec
===================================================================
RCS file: /cvs/extras/rpms/beecrypt/devel/beecrypt.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- beecrypt.spec	28 Nov 2007 19:12:19 -0000	1.38
+++ beecrypt.spec	29 Nov 2007 18:11:09 -0000	1.39
@@ -6,7 +6,7 @@
 Summary: An open source cryptography library.
 Name: beecrypt
 Version: 4.1.2
-Release: 14
+Release: 15
 Group: System Environment/Libraries
 License: LGPLv2+
 URL: http://sourceforge.net/projects/beecrypt
@@ -146,6 +146,9 @@
 %endif
 
 %changelog
+* Thu Nov 29 2007 Dennis Gilmore <dennis at ausil.us> - 4.1.2-15
+- update sparc64 patch  
+
 * Wed Nov 28 2007 Dennis Gilmore <dennis at ausil.us> - 4.1.2-14
 - add patch so sparc64 gets lib64 
 




More information about the fedora-extras-commits mailing list