diff --git a/cppcheck.spec b/cppcheck.spec index 58b45cb..9dbceb3 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,5 +1,5 @@ Name: cppcheck -Version: 1.31 +Version: 1.34 Release: 1%{?dist} Summary: A tool for static C/C++ code analysis Group: Development/Languages @@ -8,8 +8,6 @@ URL: http://cppcheck.wiki.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -BuildRequires: gcc-c++ - %description This program tries to detect bugs that your C/C++ compiler don't see. The goal is no false positives. @@ -53,5 +51,8 @@ rm -rf %{buildroot} %{_bindir}/cppcheck %changelog +* Thu Jul 16 2009 Jussi Lehtola - 1.34-1 +- Update to 1.34. + * Mon Apr 27 2009 Jussi Lehtola - 1.31-1 - First release. diff --git a/sources b/sources index ce7c895..07f0c88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -db500cee39ceaa7379bb105046d36cce cppcheck-1.31.tar.bz2 +0ef8ac8e5434344ab49b20b5301ac69a cppcheck-1.34.tar.bz2