From ec4b373faa672b8b22a486080750a1d30c74ea47 Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Sun, 14 Aug 2011 18:48:52 +0300 Subject: [PATCH] Update to 1.50. --- .gitignore | 1 + cppcheck.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3d2c014..630e61f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-1.47.tar.bz2 /cppcheck-1.48.tar.bz2 /cppcheck-1.49.tar.bz2 +/cppcheck-1.50.tar.bz2 diff --git a/cppcheck.spec b/cppcheck.spec index 4551061..d8dde37 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,5 +1,5 @@ Name: cppcheck -Version: 1.49 +Version: 1.50 Release: 1%{?dist} Summary: A tool for static C/C++ code analysis Group: Development/Languages @@ -48,6 +48,9 @@ rm -rf %{buildroot} %{_bindir}/cppcheck %changelog +* Sun Aug 14 2011 Jussi Lehtola - 1.50-1 +- Update to 1.50. + * Mon Jun 13 2011 Jussi Lehtola - 1.49-1 - Update to 1.49. diff --git a/sources b/sources index b04bce2..30393bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3af62285e268343fb9b8261364a1c1ef cppcheck-1.49.tar.bz2 +79ef3898b246ba9c143155d5ad23dbd1 cppcheck-1.50.tar.bz2