From 07c17df4d4b099f3ef2cbc12a6493b058e988d84 Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Sun, 9 Oct 2011 14:09:04 +0300 Subject: [PATCH] Update to 1.51. --- .gitignore | 1 + cppcheck.spec | 10 +++++----- sources | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 630e61f..cade3de 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-1.48.tar.bz2 /cppcheck-1.49.tar.bz2 /cppcheck-1.50.tar.bz2 +/cppcheck-1.51.tar.bz2 diff --git a/cppcheck.spec b/cppcheck.spec index 48beeb0..4a7dbe7 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,13 +1,11 @@ Name: cppcheck -Version: 1.50 -Release: 2%{?dist} +Version: 1.51 +Release: 1%{?dist} Summary: A tool for static C/C++ code analysis Group: Development/Languages License: GPLv3+ URL: http://cppcheck.wiki.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 -# Fix BZ #730580 -Patch0: cppcheck-1.50-preprocessor.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: pcre-devel @@ -26,7 +24,6 @@ various compiler extensions, inline assembly code, etc. %prep %setup -q -%patch0 -p1 # Make sure bundled tinyxml is not used rm -r externals/tinyxml @@ -59,6 +56,9 @@ rm -rf %{buildroot} %{_bindir}/cppcheck %changelog +* Sun Oct 09 2011 Jussi Lehtola - 1.51-1 +- Update to 1.51. + * Fri Aug 19 2011 Jussi Lehtola - 1.50-2 - Fix build on EPEL-4. diff --git a/sources b/sources index 30393bd..5bb368a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79ef3898b246ba9c143155d5ad23dbd1 cppcheck-1.50.tar.bz2 +8349ab90472801b9d377cfabf846ca28 cppcheck-1.51.tar.bz2