diff --git a/.gitignore b/.gitignore index 8466a71..3d2c014 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/cppcheck.spec b/cppcheck.spec index dbed694..4551061 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -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 - 1.49-1 +- Update to 1.49. + * Sat Apr 30 2011 Ville Skyttä - 1.48-2 - Build with system tinyxml and support for rules. - Run test suite during build, don't include its sources in docs. diff --git a/sources b/sources index 9e1e802..b04bce2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -64e09239da434f644ef785c9036d081a cppcheck-1.48.tar.bz2 +3af62285e268343fb9b8261364a1c1ef cppcheck-1.49.tar.bz2