[csmock] update to latest upstream (1.4.1)

Kamil Dudka kdudka at fedoraproject.org
Fri Sep 5 11:46:28 UTC 2014


commit 83540cff6069330d602b9f238c60c45039d44bca
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Fri Sep 5 13:43:24 2014 +0200

    update to latest upstream (1.4.1)

 csmock.spec |   10 ++++++----
 sources     |    2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/csmock.spec b/csmock.spec
index c1d3cfa..6d72da2 100644
--- a/csmock.spec
+++ b/csmock.spec
@@ -1,5 +1,5 @@
 Name:       csmock
-Version:    1.4.0
+Version:    1.4.1
 Release:    1%{?dist}
 Summary:    A mock wrapper for Static Analysis tools
 
@@ -76,8 +76,7 @@ help2man --no-info --section 1 --name \
     "DEPRECATED - please use 'csmock --diff-patches' instead!" \
     bin/cov-diffbuild > man/cov-diffbuild.1
 
-help2man --no-info --section 1 --name \
-    "run static analysis of the given SRPM using mock" \
+help2man --no-info --section 1 --include doc/csmock.h2m \
     py/csmock > man/csmock.1
 
 %install
@@ -96,7 +95,7 @@ install -p -m0755 \
 
 install -p -m0644 man/{csmock,cov-{diff,mock}build}.1 "$RPM_BUILD_ROOT%{_mandir}/man1/"
 
-install -p -m0644 cov_checker_map.txt "$RPM_BUILD_ROOT%{_datadir}/csmock/cwe-map.csv"
+install -p -m0644 cwe-map.csv "$RPM_BUILD_ROOT%{_datadir}/csmock/"
 
 install -p -m0644 py/plugins/*.py \
     "$RPM_BUILD_ROOT%{python2_sitelib}/csmock/plugins"
@@ -127,6 +126,9 @@ install -p -m0755 scripts/*.sh \
 %{python2_sitelib}/csmock/plugins/cppcheck.py*
 
 %changelog
+* Fri Sep 05 2014 Kamil Dudka <kdudka at redhat.com> 1.4.1-1
+- update to latest upstream
+
 * Wed Sep 03 2014 Kamil Dudka <kdudka at redhat.com> 1.4.0-1
 - update to latest upstream
 
diff --git a/sources b/sources
index 7d76e2c..252cc56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-691c38f746baaa36b43c18aebf2a115d  csmock-1.4.0.tar.xz
+efae0f0fe8bcfeb66b49628b21b207d6  csmock-1.4.1.tar.xz


More information about the scm-commits mailing list