diff --git a/.gitignore b/.gitignore index b273e18..c63bec9 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-1.56.tar.bz2 /cppcheck-1.57.tar.bz2 /cppcheck-1.58.tar.bz2 +/cppcheck-1.59.tar.bz2 diff --git a/cppcheck.spec b/cppcheck.spec index 989a72c..ed972d2 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,6 +1,6 @@ Name: cppcheck -Version: 1.58 -Release: 2%{?dist} +Version: 1.59 +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 +* Mon Apr 01 2013 Susi Lehtola - 1.59-1 +- Update to 1.59. + * Wed Feb 13 2013 Fedora Release Engineering - 1.58-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 4606483..d702552 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a4cff9c96bf7396254ddca8926d153a8 cppcheck-1.58.tar.bz2 +c3191c4860d8758cdbd290d0907d6c7e cppcheck-1.59.tar.bz2