[cscppc] update to latest upstream (1.0.4)

Kamil Dudka kdudka at fedoraproject.org
Thu Jul 17 09:42:13 UTC 2014


commit e018fa661e8f2b299c8bb397752c1255ea0c46e8
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 |   11 +++++++----
 sources     |    2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/cscppc.spec b/cscppc.spec
index 3d998c2..4238790 100644
--- a/cscppc.spec
+++ b/cscppc.spec
@@ -1,6 +1,6 @@
 Name:       cscppc
-Version:    1.0.3
-Release:    2%{?dist}
+Version:    1.0.4
+Release:    1%{?dist}
 Summary:    A compiler wrapper that runs cppcheck in background
 
 Group:      Development/Tools
@@ -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
+
 * 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 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