diff --git a/.gitignore b/.gitignore index 64899eb..08070ec 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-1.59.tar.bz2 /cppcheck-1.60.1.tar.bz2 /cppcheck-1.61.tar.bz2 +/cppcheck-1.62.tar.bz2 diff --git a/cppcheck.spec b/cppcheck.spec index b5bb4f1..6b1586e 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,5 +1,5 @@ Name: cppcheck -Version: 1.61 +Version: 1.62 Release: 1%{?dist} Summary: Tool for static C/C++ code analysis Group: Development/Languages @@ -54,6 +54,9 @@ rm -rf %{buildroot} %{_mandir}/man1/cppcheck.1* %changelog +* Sun Oct 13 2013 Susi Lehtola - 1.62-1 +- Update to 1.62. + * Sat Aug 10 2013 Susi Lehtola - 1.61-1 - Update to 1.61. diff --git a/sources b/sources index 07ab0a9..acd69cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -786e797485919872ef6a8ed9a45216b1 cppcheck-1.61.tar.bz2 +ed6266efab6d5e512f4fb34dd9a5095a cppcheck-1.62.tar.bz2