[csmock] update to latest upstream (1.7.2)

Kamil Dudka kdudka at fedoraproject.org
Tue Mar 3 15:31:01 UTC 2015


commit 64f7b430287bee5188c483ab912b5056c0fa0973
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Tue Mar 3 16:23:57 2015 +0100

    update to latest upstream (1.7.2)

 csmock.spec | 9 +++++++--
 sources     | 2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/csmock.spec b/csmock.spec
index 5f128fc..6786d04 100644
--- a/csmock.spec
+++ b/csmock.spec
@@ -1,5 +1,5 @@
 Name:       csmock
-Version:    1.7.1
+Version:    1.7.2
 Release:    1%{?dist}
 Summary:    A mock wrapper for Static Analysis tools
 
@@ -32,8 +32,9 @@ Summary: Tool for plugging static analyzers into the build process
 Requires: GitPython
 Requires: cscppc
 Requires: csclng
-Requires: csdiff >= 1.1.2
+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.
@@ -112,6 +113,7 @@ make install DESTDIR="$RPM_BUILD_ROOT"
 %{_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
@@ -131,6 +133,9 @@ make install DESTDIR="$RPM_BUILD_ROOT"
 %{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
+
 * Wed Feb 25 2015 Kamil Dudka <kdudka at redhat.com> 1.7.1-1
 - update to latest upstream
 
diff --git a/sources b/sources
index ea9f9a9..1c803ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c50d1f1547829fc91a30794a7a726390  csmock-1.7.1.tar.xz
+f1028934824d01ca316db1ca9c323ab2  csmock-1.7.2.tar.xz


More information about the scm-commits mailing list