[cmocka] Update to version 1.0.1

asn asn at fedoraproject.org
Thu Mar 12 14:58:18 UTC 2015


commit 8f15ac2c184dcf0156f8417f0c3e6ea0d63f5168
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Thu Mar 12 15:57:59 2015 +0100

    Update to version 1.0.1

 .gitignore  |  1 +
 cmocka.spec | 12 ++++++++----
 sources     |  2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8ba1049..b0b96c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /cmocka-0.4.0.tar.xz
 /cmocka-0.4.1.tar.xz
 /cmocka-1.0.0.tar.xz
+/cmocka-1.0.1.tar.xz
diff --git a/cmocka.spec b/cmocka.spec
index 549c40c..8c15500 100644
--- a/cmocka.spec
+++ b/cmocka.spec
@@ -3,7 +3,7 @@ BuildRequires:  doxygen
 BuildRequires:  glibc-devel
 
 Name:           cmocka
-Version:        1.0.0
+Version:        1.0.1
 Release:        1%{?dist}
 
 License:        ASL 2.0
@@ -12,7 +12,6 @@ Summary:        Lightweight library to simplify and generalize unit tests for C
 Url:            http://cmocka.org
 
 Source0:        https://open.cryptomilk.org/attachments/download/54/%{name}-%{version}.tar.xz
-Patch0:         cmocka-1.0.0-fix_build_with_newer_gcc.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %description
@@ -85,8 +84,6 @@ Development headers for the cmocka unit testing library.
 %prep
 %setup -q
 
-%patch0 -p1 -b .cmocka-1.0.0-fix_build_with_newer_gcc.patch
-
 %build
 if test ! -e "obj"; then
   mkdir obj
@@ -140,6 +137,13 @@ popd
 %{_libdir}/cmake/cmocka/cmocka-config.cmake
 
 %changelog
+* Thu Mar 12 2015 Andreas Schneider <asn at redhat.com> - 1.0.1-1
+- Update to version 1.0.1:
+  * Added a macro for assert_ptr_equal().
+  * Fixed test_realloc() if 0 size is passed.
+  * Fixed objects packaging bug.
+  * Fixed building with newer gcc versions.
+
 * Mon Feb 16 2015 Andreas Schneider <asn at redhat.com> - 1.0.0-1
 - Update to version 1.0.0:
   * Added new test runner with group fixtures. The old runner is deprecated
diff --git a/sources b/sources
index deb35a5..57b35e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3e68580d9c97601dd983cf098931f987  cmocka-1.0.0.tar.xz
+ed861e501a21a92b2af63e466df2015e  cmocka-1.0.1.tar.xz


More information about the scm-commits mailing list