From 3e13dbef7d46617b29c61d7e04bb4c79ee6e1463 Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Jan 18 2010 15:08:59 +0000 Subject: Update to 1.40. --- diff --git a/.cvsignore b/.cvsignore index 2ab9ab9..c7de1df 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cppcheck-1.39.tar.bz2 +cppcheck-1.40.tar.bz2 diff --git a/cppcheck.spec b/cppcheck.spec index 08e8660..ebb4713 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,5 +1,5 @@ Name: cppcheck -Version: 1.39 +Version: 1.40 Release: 1%{?dist} Summary: A tool for static C/C++ code analysis Group: Development/Languages @@ -35,6 +35,10 @@ for file in readme.txt; do mv $file.new $file done +# Fix permissions +find -name "*.cpp" -exec chmod 644 {} \; +find -name "*.vcproj" -exec chmod 644 {} \; + %build make CXXFLAGS="%{optflags}" %{?_smp_mflags} @@ -51,6 +55,9 @@ rm -rf %{buildroot} %{_bindir}/cppcheck %changelog +* Mon Jan 18 2010 Jussi Lehtola - 1.40-1 +- Update to 1.40. + * Sun Dec 27 2009 Jussi Lehtola - 1.39-1 - Update to 1.39. diff --git a/sources b/sources index 200660d..5b90a89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6174bb32926035bc4ccf57979c5cb13a cppcheck-1.39.tar.bz2 +fa51d895d10aa74e9028bc68e7129900 cppcheck-1.40.tar.bz2