diff --git a/.gitignore b/.gitignore index 838223f..abd5e74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ cppcheck-1.44.tar.bz2 /cppcheck-1.45.tar.bz2 +/cppcheck-1.46.tar.bz2 diff --git a/cppcheck.spec b/cppcheck.spec index 3b6645e..02b7ba8 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,5 +1,5 @@ Name: cppcheck -Version: 1.45 +Version: 1.46 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 +* Wed Dec 15 2010 Jussi Lehtola - 1.46-1 +- Update to 1.46. + * Mon Oct 4 2010 Jussi Lehtola - 1.45-1 - Update to 1.45. diff --git a/sources b/sources index b7e58df..c42cbd1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -212bebc76d022be9c5d392366db9d39c cppcheck-1.45.tar.bz2 +3c4d12c70e8d72adb9a5ce195c79c108 cppcheck-1.46.tar.bz2