diff --git a/.gitignore b/.gitignore index b196121..32cbd6b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-1.45.tar.bz2 /cppcheck-1.46.tar.bz2 /cppcheck-1.46.1.tar.bz2 +/cppcheck-1.47.tar.bz2 diff --git a/cppcheck.spec b/cppcheck.spec index 2b71361..b148f1a 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,5 +1,5 @@ Name: cppcheck -Version: 1.46.1 +Version: 1.47 Release: 1%{?dist} Summary: A tool for static C/C++ code analysis Group: Development/Languages @@ -55,6 +55,9 @@ rm -rf %{buildroot} %{_bindir}/cppcheck %changelog +* Mon Feb 07 2011 Jussi Lehtola - 1.47-1 +- Update to 1.47. + * Thu Dec 30 2010 Jussi Lehtola - 1.46.1-1 - Update to 1.46.1. diff --git a/sources b/sources index 80faaeb..080c093 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ed0c864398a35c2ad4d8617095418e85 cppcheck-1.46.1.tar.bz2 +e33263a34fdd9f3f3eeadbe3008fd498 cppcheck-1.47.tar.bz2