Update to version 1.0.1

This commit is contained in:
Andreas Schneider 2015-03-12 15:57:59 +01:00
parent 370e48b1c3
commit 8f15ac2c18
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/cmocka-0.4.0.tar.xz /cmocka-0.4.0.tar.xz
/cmocka-0.4.1.tar.xz /cmocka-0.4.1.tar.xz
/cmocka-1.0.0.tar.xz /cmocka-1.0.0.tar.xz
/cmocka-1.0.1.tar.xz

View File

@ -3,7 +3,7 @@ BuildRequires: doxygen
BuildRequires: glibc-devel BuildRequires: glibc-devel
Name: cmocka Name: cmocka
Version: 1.0.0 Version: 1.0.1
Release: 1%{?dist} Release: 1%{?dist}
License: ASL 2.0 License: ASL 2.0
@ -12,7 +12,6 @@ Summary: Lightweight library to simplify and generalize unit tests for C
Url: http://cmocka.org Url: http://cmocka.org
Source0: https://open.cryptomilk.org/attachments/download/54/%{name}-%{version}.tar.xz 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) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%description %description
@ -85,8 +84,6 @@ Development headers for the cmocka unit testing library.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .cmocka-1.0.0-fix_build_with_newer_gcc.patch
%build %build
if test ! -e "obj"; then if test ! -e "obj"; then
mkdir obj mkdir obj
@ -140,6 +137,13 @@ popd
%{_libdir}/cmake/cmocka/cmocka-config.cmake %{_libdir}/cmake/cmocka/cmocka-config.cmake
%changelog %changelog
* Thu Mar 12 2015 Andreas Schneider <asn@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@redhat.com> - 1.0.0-1 * Mon Feb 16 2015 Andreas Schneider <asn@redhat.com> - 1.0.0-1
- Update to version 1.0.0: - Update to version 1.0.0:
* Added new test runner with group fixtures. The old runner is deprecated * Added new test runner with group fixtures. The old runner is deprecated

View File

@ -1 +1 @@
3e68580d9c97601dd983cf098931f987 cmocka-1.0.0.tar.xz ed861e501a21a92b2af63e466df2015e cmocka-1.0.1.tar.xz