diff --git a/.gitignore b/.gitignore index 6727c08..686b09c 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-1.67.tar.bz2 /cppcheck-1.68.tar.bz2 /cppcheck-1.70.tar.bz2 +/cppcheck-1.71.tar.bz2 diff --git a/cppcheck.spec b/cppcheck.spec index 52c8222..11aed99 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,6 +1,6 @@ Name: cppcheck -Version: 1.70 -Release: 4%{?dist} +Version: 1.71 +Release: 1%{?dist} Summary: Tool for static C/C++ code analysis Group: Development/Languages License: GPLv3+ @@ -100,6 +100,9 @@ rm -rf %{buildroot} %changelog +* Sat Nov 14 2015 Susi Lehtola - 1.71-1 +- Update to 1.71. + * Fri Nov 13 2015 Susi Lehtola - 1.70-4 - Link whole archive (BZ #1280242), patch by Mamoru Tasaka. - Compile and run tests using CMake. diff --git a/sources b/sources index feeed8f..415b0c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5318e3f0c9024f8bde4f8f5fb1b5b15d cppcheck-1.70.tar.bz2 +e8400409101e60d81cc10418744f8b29 cppcheck-1.71.tar.bz2