[cmockery2/f19] Release 1.3.6

Luis Pabon lpabon at fedoraproject.org
Sat Mar 22 14:23:26 UTC 2014


commit 009ebf268534ce4eac70cd54419467be3d0c0348
Author: Luis Pabon <lpabon at redhat.com>
Date:   Sat Mar 22 10:23:12 2014 -0400

    Release 1.3.6

 .gitignore     |    1 +
 cmockery2.spec |   10 +++++++++-
 sources        |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 65bc6b1..74f8c53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /cmockery2-1.3.4.tar.gz
+/cmockery2-1.3.6.tar.gz
diff --git a/cmockery2.spec b/cmockery2.spec
index e945d11..e508fe7 100644
--- a/cmockery2.spec
+++ b/cmockery2.spec
@@ -1,6 +1,6 @@
 Name:           cmockery2
 Summary:        Lightweight C unit testing framework
-Version:        1.3.4
+Version:        1.3.6
 Release:        1%{?dist}
 Group:          System Environment/Libraries
 URL:            https://github.com/lpabon/%{name}
@@ -66,7 +66,12 @@ make %{?_smp_mflags}
 
 %install
 %{__rm} -rf %{buildroot}
+%if ( 0%{?rhel} && 0%{?rhel} < 6 )
+#EL5 does not have the make_install macro
+make install DESTDIR=%{buildroot}
+%else
 %make_install
+%endif
 
 %check
 make check
@@ -89,6 +94,9 @@ make check
 %exclude %{_libdir}/libcmockery.la
 
 %changelog
+* Fri Mar 21 2014 Luis Pabon, Jr. <lpabon at redhat.com> - 1.3.6-1
+- PPC fixes
+
 * Thu Mar 13 2014 Luis Pabon, Jr. <lpabon at redhat.com> - 1.3.4-1
 - Initial Fedora release
 
diff --git a/sources b/sources
index d942b91..69ffdc1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf5db46c93f8eee101c1b95931360130  cmockery2-1.3.4.tar.gz
+3d706acbe5ac78b938ec5213f630ae61  cmockery2-1.3.6.tar.gz


More information about the scm-commits mailing list