SHA256
1
0
forked from pool/cppcheck

bump version to 1.57

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=31
This commit is contained in:
OBS User mrdocs 2012-12-26 04:16:02 +00:00 committed by Git OBS Bridge
parent 29e006b4ad
commit c0ca073ce4
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:878db83d3954d0c45135362308da951ec0670a160c76a7410466a9b539e8677f
size 995994

3
cppcheck-1.57.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8774a804e08465787e3ddc3af9faf496606c207aa65f750eefd2851a9ccdafd5
size 1180272

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Dec 26 04:11:57 UTC 2012 - mrdocs@opensuse.org
- update to 1.57
* Many bug fixes and additions
* Now requires Qt 4.8.3+
* Complete versioned change log from 1.53-1.57:
https://sourceforge.net/news/?group_id=195752
-------------------------------------------------------------------
Sat Mar 10 20:10:56 CET 2012 - jslaby@suse.de

View File

@ -3,7 +3,7 @@
BuildRequires: gcc-c++ libqt4-devel pcre-devel python
Name: cppcheck
Version: 1.53
Version: 1.57
Release: 0
License: GNU GPL v3 or later
Group: Development/Languages/C and C++
@ -40,6 +40,7 @@ Group: Development/Languages/C and C++
Summary: A tool for static C/C++ code analysis
Requires: cppcheck
BuildRequires: python-qt4-devel
BuildRequires: qt4-devel >= 4.8.0
%description gui
This is the gui for Cppcheck, a program to detect bugs that your C/C++ compiler