[cmockery2/el5] Release 1.3.6

Luis Pabon lpabon at fedoraproject.org
Sat Mar 22 14:37:59 UTC 2014


commit 3896d0ee6ba6993aeefb86b15ded9677918a8bcb
Author: Luis Pabon <lpabon at redhat.com>
Date:   Sat Mar 22 10:37:54 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 9207239..69148a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /cmockery2-1.3.4.tar.gz
 /cmockery2-1.3.5.tar.gz
+/cmockery2-1.3.6.tar.gz
diff --git a/cmockery2.spec b/cmockery2.spec
index c29dd78..e508fe7 100644
--- a/cmockery2.spec
+++ b/cmockery2.spec
@@ -1,6 +1,6 @@
 Name:           cmockery2
 Summary:        Lightweight C unit testing framework
-Version:        1.3.5
+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 bfdae53..69ffdc1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5221a5ba59f1039de68d139bd9f0285b  cmockery2-1.3.5.tar.gz
+3d706acbe5ac78b938ec5213f630ae61  cmockery2-1.3.6.tar.gz


More information about the scm-commits mailing list