[cppcheck/f13/master] Update to 1.47.

Jussi Lehtola jussilehtola at fedoraproject.org
Mon Feb 7 12:47:17 UTC 2011


commit aeb7d840c05c7296de798a8e4a05e419e27f9ae5
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Mon Feb 7 14:47:13 2011 +0200

    Update to 1.47.

 cppcheck.spec |    7 ++++++-
 sources       |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/cppcheck.spec b/cppcheck.spec
index 2b71361..f2dbfaf 100644
--- a/cppcheck.spec
+++ b/cppcheck.spec
@@ -1,5 +1,5 @@
 Name:		cppcheck
-Version:	1.46.1
+Version:	1.47
 Release:	1%{?dist}
 Summary:	A tool for static C/C++ code analysis
 Group:		Development/Languages
@@ -8,6 +8,8 @@ URL:		http://cppcheck.wiki.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
+BuildRequires:	pcre-devel
+
 %description
 This program tries to detect bugs that your C/C++ compiler don't see.
 The goal is no false positives.
@@ -55,6 +57,9 @@ rm -rf %{buildroot}
 %{_bindir}/cppcheck
 
 %changelog
+* Mon Feb 07 2011 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.47-1
+- Update to 1.47.
+
 * Thu Dec 30 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.46.1-1
 - Update to 1.46.1.
 
diff --git a/sources b/sources
index 80faaeb..080c093 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed0c864398a35c2ad4d8617095418e85  cppcheck-1.46.1.tar.bz2
+e33263a34fdd9f3f3eeadbe3008fd498  cppcheck-1.47.tar.bz2


More information about the scm-commits mailing list