diff --git a/.gitignore b/.gitignore index 629e34c..6791541 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-1.65.tar.bz2 /cppcheck-1.66.tar.bz2 /cppcheck-1.67.tar.bz2 +/cppcheck-1.68.tar.bz2 diff --git a/cppcheck.spec b/cppcheck.spec index e52dd19..37a5f92 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,5 +1,5 @@ Name: cppcheck -Version: 1.67 +Version: 1.68 Release: 1%{?dist} Summary: Tool for static C/C++ code analysis Group: Development/Languages @@ -70,6 +70,9 @@ rm -rf %{buildroot} %{_mandir}/man1/cppcheck.1* %changelog +* Sat Jan 03 2015 Susi Lehtola - 1.68-1 +- Update to 1.68. + * Mon Dec 01 2014 Susi Lehtola - 1.67-1 - Update to 1.67. diff --git a/sources b/sources index b03d3db..688c2d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6783e261fc6bd3dbc2fbf2c773363956 cppcheck-1.67.tar.bz2 +c015195f5d61a542f350269030150708 cppcheck-1.68.tar.bz2