[cmocka/f19] Fixed cmocka issues on big endian.

asn asn at fedoraproject.org
Wed Jul 10 13:52:59 UTC 2013


commit c073e75b7514a8f47b71932fe114c310f5e9491d
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Wed Jul 10 15:40:39 2013 +0200

    Fixed cmocka issues on big endian.
    
    resolves: #975044

 .gitignore  |    1 +
 cmocka.spec |    7 ++++++-
 sources     |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0f7ed22..1774171 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /cmocka-0.2.0.tar.gz
 /cmocka-0.3.0.tar.gz
+/cmocka-0.3.1.tar.gz
diff --git a/cmocka.spec b/cmocka.spec
index 3ac5a3f..28ce8e8 100644
--- a/cmocka.spec
+++ b/cmocka.spec
@@ -3,7 +3,7 @@ BuildRequires:  doxygen
 BuildRequires:  glibc-devel
 
 Name:           cmocka
-Version:        0.3.0
+Version:        0.3.1
 Release:        1%{?dist}
 
 License:        ASL 2.0
@@ -126,6 +126,11 @@ popd
 %{_libdir}/pkgconfig/cmocka.pc
 
 %changelog
+* Wed Jul 10 2013 - Andreas Schneider <asn at redhat.com> - 0.3.0-2
+- Update to version 0.3.1.
+- Fixed cmocka issues on big endian.
+- resolves: #975044
+
 * Wed Jun 05 2013 - Andreas Schneider <asn at redhat.com> - 0.3.0-1
 - Update to version 0.3.0.
 
diff --git a/sources b/sources
index e0eff52..1af15e7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9df08c2dd1a9463c88936789da07e1fa  cmocka-0.3.0.tar.gz
+a756319d7585a2aaa230e156a14d4fea  cmocka-0.3.1.tar.gz


More information about the scm-commits mailing list