diff --git a/.gitignore b/.gitignore index efb772e..499443b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-1.61.tar.bz2 /cppcheck-1.62.tar.bz2 /cppcheck-1.63.tar.bz2 +/cppcheck-1.65.tar.bz2 diff --git a/cppcheck.spec b/cppcheck.spec index a13c45f..b81add0 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,6 +1,6 @@ Name: cppcheck -Version: 1.63 -Release: 3%{?dist} +Version: 1.65 +Release: 1%{?dist} Summary: Tool for static C/C++ code analysis Group: Development/Languages License: GPLv3+ @@ -63,6 +63,9 @@ rm -rf %{buildroot} %{_mandir}/man1/cppcheck.1* %changelog +* Tue May 13 2014 Susi Lehtola - 1.65-1 +- Update to 1.65. + * Wed Jan 22 2014 François Cami - 1.63-3 - Add HAVE_RULES=yes (#1056733). diff --git a/sources b/sources index b249d52..4771fc1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bccd494d20610df0f364577f6eac8bf7 cppcheck-1.63.tar.bz2 +817e2af193d0fb2045be2ace561eb3f2 cppcheck-1.65.tar.bz2