From 979c4841e661feacf711952988c1ef1ef3012a45 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Mon, 1 Dec 2014 22:04:29 +0100 Subject: [PATCH] Update to 1.67. --- .gitignore | 1 + cppcheck.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 89a6f61..629e34c 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-1.63.tar.bz2 /cppcheck-1.65.tar.bz2 /cppcheck-1.66.tar.bz2 +/cppcheck-1.67.tar.bz2 diff --git a/cppcheck.spec b/cppcheck.spec index d34a4bf..e52dd19 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,5 +1,5 @@ Name: cppcheck -Version: 1.66 +Version: 1.67 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 +* Mon Dec 01 2014 Susi Lehtola - 1.67-1 +- Update to 1.67. + * Sat Aug 23 2014 Susi Lehtola - 1.66-1 - Update to 1.66. diff --git a/sources b/sources index 35bae61..b03d3db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c93518d8eedf00da6915ed814f90a41 cppcheck-1.66.tar.bz2 +6783e261fc6bd3dbc2fbf2c773363956 cppcheck-1.67.tar.bz2