Update to 1.61.

This commit is contained in:
Susi Lehtola 2013-08-14 17:27:40 +03:00
parent 192c4f2c55
commit ad51908b51
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <jussilehtola@fedoraproject.org> - 1.61-1
- Update to 1.61.
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
8ad37bda4b1f895933c20b3099794187 cppcheck-1.60.1.tar.bz2
786e797485919872ef6a8ed9a45216b1 cppcheck-1.61.tar.bz2