From 7839e1eb3b772b3977af450e60569465cce6935e Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Tue, 18 Sep 2012 22:15:44 +0300 Subject: [PATCH] Update to 1.56. --- .gitignore | 1 + cppcheck.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8712d58..2f0a9ae 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-1.53.tar.bz2 /cppcheck-1.54.tar.bz2 /cppcheck-1.55.tar.bz2 +/cppcheck-1.56.tar.bz2 diff --git a/cppcheck.spec b/cppcheck.spec index 02b37a6..302e15f 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,6 +1,6 @@ Name: cppcheck -Version: 1.55 -Release: 2%{?dist} +Version: 1.56 +Release: 1%{?dist} Summary: Tool for static C/C++ code analysis Group: Development/Languages License: GPLv3+ @@ -55,6 +55,9 @@ rm -rf %{buildroot} %{_mandir}/man1/cppcheck.1* %changelog +* Tue Sep 18 2012 Jussi Lehtola - 1.56-1 +- Update to 1.56. + * Wed Jul 18 2012 Fedora Release Engineering - 1.55-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 9f39eff..21a05d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e12c951479a5d129d9a60a1c7cb4bc68 cppcheck-1.55.tar.bz2 +2eb1761782ed31f4eb9468c2ad3db055 cppcheck-1.56.tar.bz2