From ad51908b51bc4ea874cff1d2f12810baa6da2469 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Wed, 14 Aug 2013 17:27:40 +0300 Subject: [PATCH] Update to 1.61. --- .gitignore | 1 + cppcheck.spec | 12 +++++++----- sources | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 930f038..64899eb 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-1.58.tar.bz2 /cppcheck-1.59.tar.bz2 /cppcheck-1.60.1.tar.bz2 +/cppcheck-1.61.tar.bz2 diff --git a/cppcheck.spec b/cppcheck.spec index 329d513..b5bb4f1 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,6 +1,6 @@ Name: cppcheck -Version: 1.60.1 -Release: 2%{?dist} +Version: 1.61 +Release: 1%{?dist} Summary: Tool for static C/C++ code analysis Group: Development/Languages License: GPLv3+ @@ -9,7 +9,7 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: pcre-devel -BuildRequires: tinyxml-devel +BuildRequires: tinyxml2-devel BuildRequires: docbook-style-xsl BuildRequires: libxslt @@ -23,14 +23,13 @@ errors in the code (i.e. have zero false positives). %prep %setup -q - # Make sure bundled tinyxml is not used rm -r externals/tinyxml %build # TINYXML= prevents use of bundled tinyxml CXXFLAGS="%{optflags} -DNDEBUG $(pcre-config --cflags)" \ - LDFLAGS="$RPM_LD_FLAGS" LIBS=-ltinyxml make TINYXML= \ + LDFLAGS="$RPM_LD_FLAGS" LIBS=-ltinyxml2 make TINYXML= \ DB2MAN=%{_datadir}/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \ %{?_smp_mflags} all man xsltproc --nonet -o man/manual.html \ @@ -55,6 +54,9 @@ rm -rf %{buildroot} %{_mandir}/man1/cppcheck.1* %changelog +* Sat Aug 10 2013 Susi Lehtola - 1.61-1 +- Update to 1.61. + * Sat Aug 03 2013 Fedora Release Engineering - 1.60.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 130fb25..07ab0a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ad37bda4b1f895933c20b3099794187 cppcheck-1.60.1.tar.bz2 +786e797485919872ef6a8ed9a45216b1 cppcheck-1.61.tar.bz2