[cmockery2/f19] Release 1.3.8

Luis Pabon lpabon at fedoraproject.org
Tue Jul 8 03:40:40 UTC 2014


commit 2b4bc6876654bff4b0d051ca1fdef6d29d15a07c
Author: Luis Pabón <lpabon at redhat.com>
Date:   Mon Jul 7 23:40:45 2014 -0400

    Release 1.3.8

 .gitignore     |    1 +
 cmockery2.spec |    6 +++++-
 sources        |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8c0b490..d0e6f67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /cmockery2-1.3.4.tar.gz
 /cmockery2-1.3.6.tar.gz
 /cmockery2-1.3.7.tar.gz
+/cmockery2-1.3.8.tar.gz
diff --git a/cmockery2.spec b/cmockery2.spec
index 8990d39..8de9cc6 100644
--- a/cmockery2.spec
+++ b/cmockery2.spec
@@ -1,6 +1,6 @@
 Name:           cmockery2
 Summary:        Lightweight C unit testing framework
-Version:        1.3.7
+Version:        1.3.8
 Release:        1%{?dist}
 Group:          System Environment/Libraries
 URL:            https://github.com/lpabon/%{name}
@@ -90,10 +90,14 @@ make check
 %files devel
 %{_includedir}/cmockery*
 %{_libdir}/libcmockery.so
+%{_libdir}/pkgconfig/cmockery2.pc
 %exclude %{_libdir}/libcmockery.a
 %exclude %{_libdir}/libcmockery.la
 
 %changelog
+* Mon Jul 07 2014 Luis Pabon, Jr. <lpabon at redhat.com> - 1.3.8-1
+- clang support
+
 * Mon Mar 24 2014 Luis Pabon, Jr. <lpabon at redhat.com> - 1.3.7-1
 - Fixed memory check functions
 - Added new memory unit test
diff --git a/sources b/sources
index 3ba8793..552830f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-37a8b551b6b4b6df8a4f5e5a2399ae0b  cmockery2-1.3.7.tar.gz
+140158d9bc4058667c64225c4c1895cf  cmockery2-1.3.8.tar.gz


More information about the scm-commits mailing list