From 29e006b4ad3c070ef395448ccd058d68e5a7e6cc45d08f1e5bd27b82907c035a Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 12 Mar 2012 11:05:01 +0000 Subject: [PATCH] Accepting request 108747 from home:jirislaby:branches:devel:tools update to 1.53 OBS-URL: https://build.opensuse.org/request/show/108747 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=30 --- cppcheck-1.50.tar.bz2 | 3 --- cppcheck-1.53.tar.bz2 | 3 +++ cppcheck.changes | 9 +++++++++ cppcheck.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 cppcheck-1.50.tar.bz2 create mode 100644 cppcheck-1.53.tar.bz2 diff --git a/cppcheck-1.50.tar.bz2 b/cppcheck-1.50.tar.bz2 deleted file mode 100644 index a6049ff..0000000 --- a/cppcheck-1.50.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce364bcc05186939a1711da776231caa15ce3a1d3e7e401274b9a96cd5d99184 -size 897184 diff --git a/cppcheck-1.53.tar.bz2 b/cppcheck-1.53.tar.bz2 new file mode 100644 index 0000000..1038a25 --- /dev/null +++ b/cppcheck-1.53.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878db83d3954d0c45135362308da951ec0670a160c76a7410466a9b539e8677f +size 995994 diff --git a/cppcheck.changes b/cppcheck.changes index b9858d0..bd6d51c 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Mar 10 20:10:56 CET 2012 - jslaby@suse.de + +- update to 1.53 + * 1.53: improved existing checks to detect more errors + * 1.52: added new checks + * 1.51: added new checks and fixed many false positives and false + negatives + ------------------------------------------------------------------- Sun Aug 28 11:45:37 UTC 2011 - asn@cryptomilk.org diff --git a/cppcheck.spec b/cppcheck.spec index dea0862..64190a0 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -3,7 +3,7 @@ BuildRequires: gcc-c++ libqt4-devel pcre-devel python Name: cppcheck -Version: 1.50 +Version: 1.53 Release: 0 License: GNU GPL v3 or later Group: Development/Languages/C and C++