From c0488c2740be9f812a1776acf404657e5ebb9211 Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Sun, 15 Apr 2012 13:40:57 +0300 Subject: [PATCH] Update to 1.54. --- .gitignore | 1 + cppcheck.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3f1a20f..b34238b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-1.51.tar.bz2 /cppcheck-1.52.tar.bz2 /cppcheck-1.53.tar.bz2 +/cppcheck-1.54.tar.bz2 diff --git a/cppcheck.spec b/cppcheck.spec index 846e7b1..9e1bab9 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,5 +1,5 @@ Name: cppcheck -Version: 1.53 +Version: 1.54 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 +* Sun Apr 15 2012 Jussi Lehtola - 1.54-1 +- Update to 1.54. + * Sat Feb 11 2012 Jussi Lehtola - 1.53-1 - Update to 1.53. diff --git a/sources b/sources index a4b3b8b..7c103ff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -18e8df419ba4c577bfb1d099653f8b2a cppcheck-1.53.tar.bz2 +e65f907a929783b71770fa19207f6b58 cppcheck-1.54.tar.bz2