[cppcheck] Update to 1.53.

Jussi Lehtola jussilehtola at fedoraproject.org
Sat Feb 11 11:18:32 UTC 2012


commit 495001661a58a8af2717ba6e7c613a56714e7321
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Sat Feb 11 13:18:30 2012 +0200

    Update to 1.53.

 .gitignore                  |    1 +
 cppcheck-1.52-include.patch |   11 -----------
 cppcheck.spec               |   10 +++++-----
 sources                     |    2 +-
 4 files changed, 7 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d72fce9..3f1a20f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ cppcheck-1.44.tar.bz2
 /cppcheck-1.50.tar.bz2
 /cppcheck-1.51.tar.bz2
 /cppcheck-1.52.tar.bz2
+/cppcheck-1.53.tar.bz2
diff --git a/cppcheck.spec b/cppcheck.spec
index 0c36ce5..846e7b1 100644
--- a/cppcheck.spec
+++ b/cppcheck.spec
@@ -1,13 +1,11 @@
 Name:		cppcheck
-Version:	1.52
-Release:	2%{?dist}
+Version:	1.53
+Release:	1%{?dist}
 Summary:	Tool for static C/C++ code analysis
 Group:		Development/Languages
 License:	GPLv3+
 URL:		http://cppcheck.wiki.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-# Add missing includes
-Patch0:		cppcheck-1.52-include.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:	pcre-devel
@@ -25,7 +23,6 @@ errors in the code (i.e. have zero false positives).
 
 %prep
 %setup -q
-%patch0 -p1 -b .include
 
 # Make sure bundled tinyxml is not used
 rm -r externals/tinyxml
@@ -58,6 +55,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/cppcheck.1*
 
 %changelog
+* Sat Feb 11 2012 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.53-1
+- Update to 1.53.
+
 * Thu Jan 05 2012 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.52-2
 - Add missing includes (fix FTBFS in rawhide).
 
diff --git a/sources b/sources
index 6989c74..a4b3b8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ebb9355890057a5145485dd42c18e05e  cppcheck-1.52.tar.bz2
+18e8df419ba4c577bfb1d099653f8b2a  cppcheck-1.53.tar.bz2


More information about the scm-commits mailing list