[pjproject] Attempt to fix endianness issues on ARM

Jared Smith jsmith at fedoraproject.org
Fri Oct 17 20:41:05 UTC 2014


commit eb048a2f3ca946322e9bb05d97388c2b9290f5ca
Author: Jared K. Smith <jaredsmith at jaredsmith.net>
Date:   Fri Oct 17 16:40:43 2014 -0400

    Attempt to fix endianness issues on ARM

 pjproject.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/pjproject.spec b/pjproject.spec
index a7874a7..fba4787 100644
--- a/pjproject.spec
+++ b/pjproject.spec
@@ -3,7 +3,7 @@
 Name:  pjproject
 Summary:  Libraries for building embedded/non-embedded VoIP applications
 Version: 2.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: System Environment/Libraries
 License: GPLv2+
 URL: http://www.pjsip.org
@@ -168,6 +168,9 @@ echo -e '\n' >> %{buildroot}%{_includedir}/pj/config_site.h
 
 
 %changelog
+* Fri Oct 17 2014 Jared Smith <jsmith at fedoraproject.org> - 2.3-4
+- rebuilt to fix big- vs. little- endian issues in ARM
+
 * Wed Oct 15 2014 Jared Smith <jsmith at fedoraproject.org> - 2.3-3
 - Add IPv6 support
 


More information about the scm-commits mailing list