From 19cabe01cbb9922b991316a05e70121633fcad4d1ecbb5eca725ddda9924c667 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Fri, 8 Feb 2013 19:12:36 +0000 Subject: [PATCH] Accepting request 154873 from home:HighwayStar:branches:devel:tools update to 1.58 OBS-URL: https://build.opensuse.org/request/show/154873 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=33 --- cppcheck-1.57.tar.bz2 | 3 --- cppcheck-1.58.tar.bz2 | 3 +++ cppcheck.changes | 15 +++++++++++++++ cppcheck.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 cppcheck-1.57.tar.bz2 create mode 100644 cppcheck-1.58.tar.bz2 diff --git a/cppcheck-1.57.tar.bz2 b/cppcheck-1.57.tar.bz2 deleted file mode 100644 index c157e45..0000000 --- a/cppcheck-1.57.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8774a804e08465787e3ddc3af9faf496606c207aa65f750eefd2851a9ccdafd5 -size 1180272 diff --git a/cppcheck-1.58.tar.bz2 b/cppcheck-1.58.tar.bz2 new file mode 100644 index 0000000..8d41f34 --- /dev/null +++ b/cppcheck-1.58.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82e98f83ad9fa963d8f9f72d73b409abe13a35aaf302a86a0114a161715b19b +size 1230439 diff --git a/cppcheck.changes b/cppcheck.changes index aba2cdb..ce435a4 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Feb 8 07:46:59 UTC 2013 - highwaystar.ru@gmail.com + +- update to 1.58 + * Commandline/Settings changes: + - Added --include to the cppcheck command line client. This forces + inclusion of the given file. This can for instance be used + instead of --append and will then allow you to use #define etc also. + - The threads handling has been improved. Using -jN now works in + windows also. + + * Improvements: + - NULL pointers: Improved checking of default function + argument values. + ------------------------------------------------------------------- Wed Dec 26 04:11:57 UTC 2012 - mrdocs@opensuse.org diff --git a/cppcheck.spec b/cppcheck.spec index d7d24b9..70be802 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -3,7 +3,7 @@ BuildRequires: gcc-c++ libqt4-devel pcre-devel python Name: cppcheck -Version: 1.57 +Version: 1.58 Release: 0 License: GNU GPL v3 or later Group: Development/Languages/C and C++