[cswrap] update to latest upstream (1.0.4)

Kamil Dudka kdudka at fedoraproject.org
Thu Jul 17 09:39:44 UTC 2014


commit fea43545e1b148d167952f98995b0e2a24595ddd
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 |   11 +++++++----
 sources     |    2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/cswrap.spec b/cswrap.spec
index 7b7967e..7e49d53 100644
--- a/cswrap.spec
+++ b/cswrap.spec
@@ -1,6 +1,6 @@
 Name:       cswrap
-Version:    1.0.3
-Release:    2%{?dist}
+Version:    1.0.4
+Release:    1%{?dist}
 Summary:    Generic compiler wrapper
 
 Group:      Development/Tools
@@ -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
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
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