Update to 1.56.

This commit is contained in:
Jussi Lehtola 2012-09-18 22:15:44 +03:00
parent 3fec5d13ec
commit 7839e1eb3b
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ cppcheck-1.44.tar.bz2
/cppcheck-1.53.tar.bz2
/cppcheck-1.54.tar.bz2
/cppcheck-1.55.tar.bz2
/cppcheck-1.56.tar.bz2

View File

@ -1,6 +1,6 @@
Name: cppcheck
Version: 1.55
Release: 2%{?dist}
Version: 1.56
Release: 1%{?dist}
Summary: Tool for static C/C++ code analysis
Group: Development/Languages
License: GPLv3+
@ -55,6 +55,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/cppcheck.1*
%changelog
* Tue Sep 18 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.56-1
- Update to 1.56.
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.55-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
e12c951479a5d129d9a60a1c7cb4bc68 cppcheck-1.55.tar.bz2
2eb1761782ed31f4eb9468c2ad3db055 cppcheck-1.56.tar.bz2