forked from pool/cppcheck
Updated to 1.31
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
9c767da857
commit
6aae9c8b24
@@ -3,13 +3,13 @@
|
||||
%define jobs $(( `/usr/bin/getconf _NPROCESSORS_ONLN` + 1 ))
|
||||
|
||||
Name: cppcheck
|
||||
Version: 1.30
|
||||
Version: 1.31
|
||||
Release: 1.0
|
||||
License: GNU GPL v3
|
||||
Group: Development/Languages/C and C++
|
||||
Url: http://cppcheck.wiki.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/cppcheck/cppcheck-%{version}.tar.bz2
|
||||
Patch: cppcheck-Makefile-1.30.patch
|
||||
Patch: cppcheck-Makefile-1.31.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc-c++
|
||||
Summary: A tool for static C/C++ code analysis
|
||||
@@ -34,7 +34,7 @@ This program tries to detect bugs that your C/C++ compiler don't see. Cppcheck i
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
%patch
|
||||
|
||||
%build
|
||||
%__make %{?jobs:-j%jobs}
|
||||
@@ -53,6 +53,8 @@ test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
|
||||
%{_bindir}/cppcheck
|
||||
|
||||
%changelog
|
||||
* Wed Apr 15 2009 bitshuffler #suse@irc.freenode.org
|
||||
- Updated to 1.31
|
||||
* Wed Mar 11 2009 bitshuffler #suse@irc.freenode.org
|
||||
- Updated to 1.30
|
||||
* Tue Feb 10 2009 bitshuffler #suse@irc.freenode.org
|
||||
|
Reference in New Issue
Block a user