From c9046e054d559ea5ff78b0f99ec7ff9df09c58c1 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Sun, 15 Nov 2015 01:27:40 +0100 Subject: [PATCH] Update to 1.71. --- .gitignore | 1 + cppcheck.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6727c08..686b09c 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-1.67.tar.bz2 /cppcheck-1.68.tar.bz2 /cppcheck-1.70.tar.bz2 +/cppcheck-1.71.tar.bz2 diff --git a/cppcheck.spec b/cppcheck.spec index 52c8222..11aed99 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,6 +1,6 @@ Name: cppcheck -Version: 1.70 -Release: 4%{?dist} +Version: 1.71 +Release: 1%{?dist} Summary: Tool for static C/C++ code analysis Group: Development/Languages License: GPLv3+ @@ -100,6 +100,9 @@ rm -rf %{buildroot} %changelog +* Sat Nov 14 2015 Susi Lehtola - 1.71-1 +- Update to 1.71. + * Fri Nov 13 2015 Susi Lehtola - 1.70-4 - Link whole archive (BZ #1280242), patch by Mamoru Tasaka. - Compile and run tests using CMake. diff --git a/sources b/sources index feeed8f..415b0c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5318e3f0c9024f8bde4f8f5fb1b5b15d cppcheck-1.70.tar.bz2 +e8400409101e60d81cc10418744f8b29 cppcheck-1.71.tar.bz2