From f9236f88a1e44d5b6c502166c632774287dae51d Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Aug 01 2014 12:00:30 +0000 Subject: update to latest upstream (1.3.1) --- diff --git a/csmock.spec b/csmock.spec index 2ca8d45..56dcc43 100644 --- a/csmock.spec +++ b/csmock.spec @@ -1,5 +1,5 @@ Name: csmock -Version: 1.2.3 +Version: 1.3.1 Release: 1%{?dist} Summary: A mock wrapper for Static Analysis tools @@ -15,7 +15,7 @@ BuildRequires: python-argparse %endif Requires: csdiff -Requires: cswrap +Requires: cswrap >= 1.0.4 Requires: mock Requires: rpm-build @@ -40,7 +40,7 @@ Hihgly experimental, currently suitable only for development of csmock itself. %package -n csmock-plugin-cppcheck Summary: csmock plug-in providing the support for Cppcheck -Requires: cscppc +Requires: cscppc >= 1.0.4 Requires: csmock %description -n csmock-plugin-cppcheck @@ -54,7 +54,7 @@ Hihgly experimental, currently suitable only for development of csmock itself. %build mkdir -p bin man -# ebmed VERSION and PLUGIN_DIR version into the scripts +# embed VERSION and PLUGIN_DIR version into the scripts install -p -m0755 cov-{diff,mock}build bin/ sed -e 's/rpm -qf .SELF/echo %{version}/' -i bin/cov-{diff,mock}build sed -e 's/@VERSION@/%{name}-%{version}-%{release}/' \ @@ -119,6 +119,9 @@ install -p -m0755 scripts/*.sh \ %{python_sitearch}/csmock/plugins/cppcheck.py* %changelog +* Fri Aug 01 2014 Kamil Dudka 1.3.1-1 +- update to latest upstream + * Thu Jul 17 2014 Kamil Dudka 1.2.3-1 - update to latest upstream diff --git a/sources b/sources index a990a2b..dc0c5d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1176c8ea1a3325e5536b9d9231f5ea75 csmock-1.2.3.tar.xz +9659d8f8a309e71c7860927f5cc142a7 csmock-1.3.1.tar.xz