Updated to 1.32
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=6
This commit is contained in:
parent
6aae9c8b24
commit
bccf093322
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:40861e2dbbd9760000eda73058196dba021353d2eaaff50a7d9fa6d0b2f17563
|
|
||||||
size 107894
|
|
3
cppcheck-1.32.tar.bz2
Normal file
3
cppcheck-1.32.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:362f7c77afa17fd11b6547c8f30ecd26f1413973767ff064e1388357f148f19d
|
||||||
|
size 113243
|
19
cppcheck.changes
Normal file
19
cppcheck.changes
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 16 03:32:31 CEST 2009 - bitshuffler #suse@irc.freenode.org
|
||||||
|
|
||||||
|
- Updated to 1.32
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 15 03:32:31 CEST 2009 - bitshuffler #suse@irc.freenode.org
|
||||||
|
|
||||||
|
- Updated to 1.31
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 11 03:32:31 CEST 2009 - bitshuffler #suse@irc.freenode.org
|
||||||
|
|
||||||
|
- Updated to 1.30
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 10 03:32:31 CEST 2009 - bitshuffler #suse@irc.freenode.org
|
||||||
|
|
||||||
|
- Initial RPM
|
@ -3,7 +3,7 @@
|
|||||||
%define jobs $(( `/usr/bin/getconf _NPROCESSORS_ONLN` + 1 ))
|
%define jobs $(( `/usr/bin/getconf _NPROCESSORS_ONLN` + 1 ))
|
||||||
|
|
||||||
Name: cppcheck
|
Name: cppcheck
|
||||||
Version: 1.31
|
Version: 1.32
|
||||||
Release: 1.0
|
Release: 1.0
|
||||||
License: GNU GPL v3
|
License: GNU GPL v3
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
@ -40,7 +40,7 @@ This program tries to detect bugs that your C/C++ compiler don't see. Cppcheck i
|
|||||||
%__make %{?jobs:-j%jobs}
|
%__make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%__make test
|
%__make %{?jobs:-j%jobs} test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
@ -51,11 +51,3 @@ test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/cppcheck
|
%{_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
|
|
||||||
- Initial RPM
|
|
||||||
|
Loading…
Reference in New Issue
Block a user