[cswrap/el6] update to latest upstream (1.0.4)

Kamil Dudka kdudka at fedoraproject.org
Thu Jul 17 09:47:16 UTC 2014


commit 5a20d6d87f29d9a3b000691cfc18ac33a51cfcce
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Thu Jul 17 11:35:35 2014 +0200

    update to latest upstream (1.0.4)

 cswrap.spec |    9 ++++++---
 sources     |    2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/cswrap.spec b/cswrap.spec
index 07dba3f..df7d229 100644
--- a/cswrap.spec
+++ b/cswrap.spec
@@ -1,5 +1,5 @@
 Name:       cswrap
-Version:    1.0.3
+Version:    1.0.4
 Release:    1%{?dist}
 Summary:    Generic compiler wrapper
 
@@ -25,8 +25,8 @@ Generic compiler wrapper used by csmock to capture diagnostic messages.
 %setup -q
 
 %build
-make %{?_smp_mflags}                           \
-    CFLAGS="$RPM_OPT_FLAGS"                    \
+make %{?_smp_mflags} \
+    CFLAGS="$RPM_OPT_FLAGS -DPATH_TO_WRAP='\"%{_libdir}/cswrap\"'" \
     LDFLAGS="$RPM_OPT_FLAGS -static -pthread"
 
 %check
@@ -60,6 +60,9 @@ done
 %doc COPYING README
 
 %changelog
+* Thu Jul 17 2014 Kamil Dudka <kdudka at redhat.com> 1.0.4-1
+- update to latest upstream
+
 * Thu Mar 27 2014 Kamil Dudka <kdudka at redhat.com> 1.0.3-1
 - update to latest upstream
 
diff --git a/sources b/sources
index e443901..f217201 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e64c1092b22053c366aa6178ff08b43f  cswrap-1.0.3.tar.xz
+5879db82c2996453cb56aab2d481afd8  cswrap-1.0.4.tar.xz


More information about the scm-commits mailing list