From 0fdbef6522154bfcb8d4c211b8fbbcbc86514f2d Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Jul 24 2010 11:31:18 +0000 Subject: Update to 1.44. --- diff --git a/cppcheck.spec b/cppcheck.spec index 0e02e6a..2608637 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,5 +1,5 @@ Name: cppcheck -Version: 1.42 +Version: 1.44 Release: 1%{?dist} Summary: A tool for static C/C++ code analysis Group: Development/Languages @@ -22,14 +22,14 @@ various compiler extensions, inline assembly code, etc. %prep %setup -q # Convert text files to UTF-8 -for file in COPYING readme.txt; do - iconv -f ASCII -t utf-8 $file > $file.new && \ +for file in COPYING readme.txt test/tinyxml/tinystr.cpp test/tinyxml/changes.txt; do + iconv -f ISO-8859-15 -t utf-8 $file > $file.new && \ touch -r $file $file.new && \ mv $file.new $file done # Fix end of line encodings -for file in readme.txt; do +for file in readme.txt test/test.vcproj test/test.vcxproj{,.filters}; do sed -e 's|\r||g' $file > $file.new && \ touch -r $file $file.new && \ mv $file.new $file @@ -55,6 +55,12 @@ rm -rf %{buildroot} %{_bindir}/cppcheck %changelog +* Sat Jul 24 2010 Jussi Lehtola - 1.44-1 +- Update to 1.44. + +* Sun May 9 2010 Jussi Lehtola - 1.43-1 +- Update to 1.43. + * Wed Mar 10 2010 Jussi Lehtola - 1.42-1 - Update to 1.42. diff --git a/sources b/sources index bb58215..41fa80a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -20c495b191a9f4fdd030656ad9d4741d cppcheck-1.42.tar.bz2 +c8d24c0e7a3db99660f81b8a0568e050 cppcheck-1.44.tar.bz2