diff --git a/cmocka-0.3.1.tar.gz b/cmocka-0.3.1.tar.gz deleted file mode 100644 index d11755b..0000000 --- a/cmocka-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b6c61a4d880a66c4d6b3de2f488273394f4455722cd0bd7c5b8d19e21881e25 -size 100606 diff --git a/cmocka-0.3.2.tar.xz b/cmocka-0.3.2.tar.xz new file mode 100644 index 0000000..240126e --- /dev/null +++ b/cmocka-0.3.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2279adb8180fa17346f67fe623e5ec6ce3fed1c4b3b6629307c89ef8b134ec64 +size 64460 diff --git a/cmocka.changes b/cmocka.changes index de3ba1c..a852d25 100644 --- a/cmocka.changes +++ b/cmocka.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Nov 11 13:17:27 UTC 2013 - asn@cryptomilk.org + +- Update to version 0.3.2 + * Fixed FindNSIS detection. + * Fixed unit_test_setup() and unit_test_teardown(). + * Fixed GTest and GCC message style conformance + * Fixed stringification in will_return_always(). + ------------------------------------------------------------------- Wed Jul 10 13:38:42 UTC 2013 - asn@cryptomilk.org diff --git a/cmocka.spec b/cmocka.spec index d742831..b6660f6 100644 --- a/cmocka.spec +++ b/cmocka.spec @@ -20,7 +20,7 @@ BuildRequires: cmake BuildRequires: glibc-devel Name: cmocka -Version: 0.3.1 +Version: 0.3.2 Release: 0 # Summary: Lightweight library to simplify and generalize unit tests for C @@ -28,7 +28,7 @@ License: Apache-2.0 Group: Productivity/Networking/Other Url: http://open.cryptomilk.org/cmocka # -Source0: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description