[csmock/f22] update to latest upstream (1.7.2)

Kamil Dudka kdudka at fedoraproject.org
Fri Mar 6 14:02:47 UTC 2015


commit 4f1ee9481fad52d110dee6e138a06c180269a270
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Wed Feb 18 20:11:07 2015 +0100

    update to latest upstream (1.7.2)

 csmock.spec | 25 ++++++++++++++++++-------
 sources     |  2 +-
 2 files changed, 19 insertions(+), 8 deletions(-)
---
diff --git a/csmock.spec b/csmock.spec
index 52bf292..914e6df 100644
--- a/csmock.spec
+++ b/csmock.spec
@@ -1,5 +1,5 @@
 Name:       csmock
-Version:    1.6.1
+Version:    1.7.2
 Release:    1%{?dist}
 Summary:    A mock wrapper for Static Analysis tools
 
@@ -19,6 +19,8 @@ BuildRequires: python-argparse
 Requires: csmock-common
 Requires: csmock-plugin-clang
 Requires: csmock-plugin-cppcheck
+Requires: csmock-plugin-pylint
+Requires: csmock-plugin-shellcheck
 
 BuildArch: noarch
 
@@ -30,8 +32,9 @@ Summary: Tool for plugging static analyzers into the build process
 Requires: GitPython
 Requires: cscppc
 Requires: csclng
-Requires: csdiff
+Requires: csdiff >= 1.2.1
 Requires: cswrap
+Requires: csmock-common >= 1.7.2
 
 %description -n csbuild
 Tool for plugging static analyzers into the build process, free of mock.
@@ -39,9 +42,8 @@ Tool for plugging static analyzers into the build process, free of mock.
 %package -n csmock-common
 Summary: Core of csmock (a mock wrapper for Static Analysis tools)
 Requires: csdiff
-Requires: cswrap >= 1.0.4
+Requires: cswrap
 Requires: mock
-Requires: rpm-build
 
 %description -n csmock-common
 This package contains the csmock tool that allows to scan SRPMs by Static
@@ -50,7 +52,7 @@ Analysis tools in a fully automated way.
 %package -n csmock-plugin-clang
 Summary: csmock plug-in providing the support for Clang
 Requires: csclng
-Requires: csmock-common
+Requires: csmock-common >= 1.7.1
 
 %description -n csmock-plugin-clang
 This package contains the clang plug-in for csmock.
@@ -65,12 +67,14 @@ This package contains the cppcheck plug-in for csmock.
 
 %package -n csmock-plugin-pylint
 Summary: csmock plug-in providing the support for Pylint.
+Requires: csmock-common >= 1.7.1
 
 %description -n csmock-plugin-pylint
 This package contains the pylint plug-in for csmock.
 
 %package -n csmock-plugin-shellcheck
 Summary: csmock plug-in providing the support for ShellCheck.
+Requires: csmock-common >= 1.7.1
 
 %description -n csmock-plugin-shellcheck
 This package contains the shellcheck plug-in for csmock.
@@ -107,6 +111,10 @@ make install DESTDIR="$RPM_BUILD_ROOT"
 %{_mandir}/man1/csmock.1*
 %{_datadir}/csmock/cwe-map.csv
 %{_datadir}/csmock/scripts/patch-rawbuild.sh
+%{python2_sitelib}/csmock/__init__.py*
+%{python2_sitelib}/csmock/common/__init__.py*
+%{python2_sitelib}/csmock/common/cflags.py*
+%{python2_sitelib}/csmock/common/util.py*
 %{python2_sitelib}/csmock/plugins/gcc.py*
 %doc COPYING README
 
@@ -118,13 +126,16 @@ make install DESTDIR="$RPM_BUILD_ROOT"
 
 %files -n csmock-plugin-pylint
 %{_datadir}/csmock/scripts/run-pylint.sh
-%{python2_sitelib}/csmock/plugins/pylint*
+%{python2_sitelib}/csmock/plugins/pylint.py*
 
 %files -n csmock-plugin-shellcheck
 %{_datadir}/csmock/scripts/run-shellcheck.sh
-%{python2_sitelib}/csmock/plugins/shellcheck*
+%{python2_sitelib}/csmock/plugins/shellcheck.py*
 
 %changelog
+* Tue Mar 03 2015 Kamil Dudka <kdudka at redhat.com> 1.7.2-1
+- update to latest upstream
+
 * Mon Jan 19 2015 Kamil Dudka <kdudka at redhat.com> 1.6.1-1
 - update to latest upstream
 
diff --git a/sources b/sources
index bcf7b09..1c803ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dca333b2f2a40409823a535460e36c1d  csmock-1.6.1.tar.xz
+f1028934824d01ca316db1ca9c323ab2  csmock-1.7.2.tar.xz


More information about the scm-commits mailing list