From 992fb939941e3d0ba0758c8a16da156b0675ee4b Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Sep 25 2012 11:37:15 +0000 Subject: use __PPC64__, not __ppc64__ which is undefined on PPC64 arch --- diff --git a/config.h b/config.h index 6612125..146b815 100644 --- a/config.h +++ b/config.h @@ -9,7 +9,7 @@ #endif #define srtp_multilib_redirection_h -#if defined(__x86_64__) || defined(__ppc64__) || (defined(__sparc__) && defined(__arch64__)) || defined(__s390x__) +#if defined(__x86_64__) || defined(__PPC64__) || (defined(__sparc__) && defined(__arch64__)) || defined(__s390x__) #include "srtp/config-64.h" #else #include "srtp/config-32.h" diff --git a/libsrtp.spec b/libsrtp.spec index 4786982..2e1d5dc 100644 --- a/libsrtp.spec +++ b/libsrtp.spec @@ -3,7 +3,7 @@ Name: lib%{shortname} Version: 1.4.4 -Release: 5.%{cvsver}%{?dist} +Release: 6.%{cvsver}%{?dist} Summary: An implementation of the Secure Real-time Transport Protocol (SRTP) Group: System Environment/Libraries License: BSD @@ -89,6 +89,9 @@ cp -a %{SOURCE2} %{buildroot}%{_includedir}/%{shortname}/config.h %{_libdir}/*.so %changelog +* Tue Sep 25 2012 Karsten Hopp 1.4.4-6.20101004cvs +- use __PPC64__, not __ppc64__ which is undefined on PPC64 arch + * Thu Jul 19 2012 Fedora Release Engineering - 1.4.4-5.20101004cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild