From bd2c5bc8704e2f19058a28edf00dd26812b12c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= Date: Mon, 3 Jun 2013 21:33:02 +0200 Subject: [PATCH] Update to 1.60.1. --- .gitignore | 1 + cppcheck.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c63bec9..930f038 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-1.57.tar.bz2 /cppcheck-1.58.tar.bz2 /cppcheck-1.59.tar.bz2 +/cppcheck-1.60.1.tar.bz2 diff --git a/cppcheck.spec b/cppcheck.spec index ed972d2..c116f9a 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,5 +1,5 @@ Name: cppcheck -Version: 1.59 +Version: 1.60.1 Release: 1%{?dist} Summary: Tool for static C/C++ code analysis Group: Development/Languages @@ -55,6 +55,9 @@ rm -rf %{buildroot} %{_mandir}/man1/cppcheck.1* %changelog +* Mon Jun 03 2013 François Cami - 1.60.1-1 +- Update to 1.60.1. + * Mon Apr 01 2013 Susi Lehtola - 1.59-1 - Update to 1.59. diff --git a/sources b/sources index d702552..130fb25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3191c4860d8758cdbd290d0907d6c7e cppcheck-1.59.tar.bz2 +8ad37bda4b1f895933c20b3099794187 cppcheck-1.60.1.tar.bz2