Update to 1.40.

This commit is contained in:
Jussi Lehtola 2010-01-18 15:08:59 +00:00
parent fa69a69d42
commit 3e13dbef7d
3 changed files with 10 additions and 3 deletions

View File

@ -1 +1 @@
cppcheck-1.39.tar.bz2
cppcheck-1.40.tar.bz2

View File

@ -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 <jussilehtola@fedoraproject.org> - 1.40-1
- Update to 1.40.
* Sun Dec 27 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.39-1
- Update to 1.39.

View File

@ -1 +1 @@
6174bb32926035bc4ccf57979c5cb13a cppcheck-1.39.tar.bz2
fa51d895d10aa74e9028bc68e7129900 cppcheck-1.40.tar.bz2