Update to 1.54.

This commit is contained in:
Jussi Lehtola 2012-04-15 13:40:57 +03:00
parent 495001661a
commit c0488c2740
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ cppcheck-1.44.tar.bz2
/cppcheck-1.51.tar.bz2
/cppcheck-1.52.tar.bz2
/cppcheck-1.53.tar.bz2
/cppcheck-1.54.tar.bz2

View File

@ -1,5 +1,5 @@
Name: cppcheck
Version: 1.53
Version: 1.54
Release: 1%{?dist}
Summary: Tool for static C/C++ code analysis
Group: Development/Languages
@ -55,6 +55,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/cppcheck.1*
%changelog
* Sun Apr 15 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.54-1
- Update to 1.54.
* Sat Feb 11 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.53-1
- Update to 1.53.

View File

@ -1 +1 @@
18e8df419ba4c577bfb1d099653f8b2a cppcheck-1.53.tar.bz2
e65f907a929783b71770fa19207f6b58 cppcheck-1.54.tar.bz2