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

Kamil Dudka kdudka at fedoraproject.org
Thu Jul 17 09:50:35 UTC 2014


commit 7e0c300972e58348f3eef542244b4d9c5cc78816
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Thu Jul 17 11:41:38 2014 +0200

    update to latest upstream (1.0.4)

 cscppc.spec |    9 ++++++---
 sources     |    2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/cscppc.spec b/cscppc.spec
index 646163a..a924e4d 100644
--- a/cscppc.spec
+++ b/cscppc.spec
@@ -1,5 +1,5 @@
 Name:       cscppc
-Version:    1.0.3
+Version:    1.0.4
 Release:    1%{?dist}
 Summary:    A compiler wrapper that runs cppcheck in background
 
@@ -29,8 +29,8 @@ background fully transparently.
 %setup -q
 
 %build
-make %{?_smp_mflags}                           \
-    CFLAGS="$RPM_OPT_FLAGS"                    \
+make %{?_smp_mflags} \
+    CFLAGS="$RPM_OPT_FLAGS -DPATH_TO_WRAP='\"%{_libdir}/cscppc\"'" \
     LDFLAGS="$RPM_OPT_FLAGS -static -pthread"
 
 %install
@@ -62,6 +62,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 3801230..4e5c50e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-899d19bb29e61388261e30f0146c7fa1  cscppc-1.0.3.tar.xz
+f1931a5411de19092d4766b892a02a72  cscppc-1.0.4.tar.xz


More information about the scm-commits mailing list