diff --git a/.gitignore b/.gitignore index 08070ec..efb772e 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-1.60.1.tar.bz2 /cppcheck-1.61.tar.bz2 /cppcheck-1.62.tar.bz2 +/cppcheck-1.63.tar.bz2 diff --git a/cppcheck.spec b/cppcheck.spec index 6b1586e..ecc5c6c 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,5 +1,5 @@ Name: cppcheck -Version: 1.62 +Version: 1.63 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 +* Tue Jan 07 2014 Susi Lehtola - 1.63-1 +- Update to 1.63. + * Sun Oct 13 2013 Susi Lehtola - 1.62-1 - Update to 1.62. diff --git a/sources b/sources index acd69cd..b249d52 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ed6266efab6d5e512f4fb34dd9a5095a cppcheck-1.62.tar.bz2 +bccd494d20610df0f364577f6eac8bf7 cppcheck-1.63.tar.bz2