Update to 1.34.
This commit is contained in:
parent
19bffcf1b7
commit
632af9895a
@ -1 +1 @@
|
||||
cppcheck-1.31.tar.bz2
|
||||
cppcheck-1.34.tar.bz2
|
||||
|
@ -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 <jussi.lehtola@iki.fi> - 1.34-1
|
||||
- Update to 1.34.
|
||||
|
||||
* Mon Apr 27 2009 Jussi Lehtola <jussi.lehtola@iki.fi> - 1.31-1
|
||||
- First release.
|
||||
|
@ -1 +1,2 @@
|
||||
cppcheck-1_31-1_fc10:HEAD:cppcheck-1.31-1.fc10.src.rpm:1241070717
|
||||
cppcheck-1_34-1_fc11:HEAD:cppcheck-1.34-1.fc11.src.rpm:1247752109
|
||||
|
Loading…
Reference in New Issue
Block a user