Update to 1.49.

This commit is contained in:
Jussi Lehtola 2011-06-13 16:13:37 +03:00
parent 3edc4fbb3f
commit 66f27f4729
3 changed files with 9 additions and 7 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ cppcheck-1.44.tar.bz2
/cppcheck-1.46.1.tar.bz2
/cppcheck-1.47.tar.bz2
/cppcheck-1.48.tar.bz2
/cppcheck-1.49.tar.bz2

View File

@ -1,6 +1,6 @@
Name: cppcheck
Version: 1.48
Release: 2%{?dist}
Version: 1.49
Release: 1%{?dist}
Summary: A tool for static C/C++ code analysis
Group: Development/Languages
License: GPLv3+
@ -30,16 +30,14 @@ rm -r externals/tinyxml
%build
# TINYXML= prevents use of bundled tinyxml
make CXXFLAGS="%{optflags} -DNDEBUG -DHAVE_RULES" TINYXML= LDFLAGS=-ltinyxml \
%{?_smp_mflags}
make CXXFLAGS="%{optflags} -DNDEBUG -DHAVE_RULES" TINYXML= LDFLAGS="-ltinyxml -lpcre" %{?_smp_mflags}
%install
rm -rf %{buildroot}
install -D -p -m 755 cppcheck %{buildroot}%{_bindir}/cppcheck
%check
make CXXFLAGS="%{optflags} -DNDEBUG -DHAVE_RULES" TINYXML= LDFLAGS=-ltinyxml \
%{?_smp_mflags} check
make CXXFLAGS="%{optflags} -DNDEBUG -DHAVE_RULES" TINYXML= LDFLAGS="-ltinyxml -lpcre" %{?_smp_mflags} check
%clean
rm -rf %{buildroot}
@ -50,6 +48,9 @@ rm -rf %{buildroot}
%{_bindir}/cppcheck
%changelog
* Mon Jun 13 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.49-1
- Update to 1.49.
* Sat Apr 30 2011 Ville Skyttä <ville.skytta@iki.fi> - 1.48-2
- Build with system tinyxml and support for rules.
- Run test suite during build, don't include its sources in docs.

View File

@ -1 +1 @@
64e09239da434f644ef785c9036d081a cppcheck-1.48.tar.bz2
3af62285e268343fb9b8261364a1c1ef cppcheck-1.49.tar.bz2