From 14a43726b5859c00ea0c150c937552947e012b18 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 26 May 2014 10:16:23 +0200 Subject: [PATCH] Update to 0.4.1. --- .gitignore | 1 + cmocka.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fc1ced1..a185452 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /cmocka-0.3.1.tar.gz /cmocka-0.3.2.tar.xz /cmocka-0.4.0.tar.xz +/cmocka-0.4.1.tar.xz diff --git a/cmocka.spec b/cmocka.spec index c043d79..e71a082 100644 --- a/cmocka.spec +++ b/cmocka.spec @@ -3,7 +3,7 @@ BuildRequires: doxygen BuildRequires: glibc-devel Name: cmocka -Version: 0.4.0 +Version: 0.4.1 Release: 1%{?dist} License: ASL 2.0 @@ -123,10 +123,13 @@ popd %{_includedir}/cmocka.h %{_libdir}/libcmocka.so %{_libdir}/pkgconfig/cmocka.pc -%{_libdir}/cmake/cmocka-config-version.cmake -%{_libdir}/cmake/cmocka-config.cmake +%{_libdir}/cmake/cmocka/cmocka-config-version.cmake +%{_libdir}/cmake/cmocka/cmocka-config.cmake %changelog +* Mon May 26 2014 - Andreas Schneider - 0.4.1-1 +- Update to version 0.4.1. + * Fri Apr 11 2014 - Andreas Schneider - 0.4.0-1 - Update to version 0.4.0. diff --git a/sources b/sources index 122cdce..bc14cdd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c8ac071a2ec7990f4a87ac01df42f2b2 cmocka-0.4.0.tar.xz +fca91aa67a5393b123f1ed476031ed48 cmocka-0.4.1.tar.xz