Update to 1.44.

This commit is contained in:
Jussi Lehtola 2010-07-24 11:23:10 +00:00
parent 04f6a9f62a
commit 9407102797
3 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
cppcheck-1.43.tar.bz2
cppcheck-1.44.tar.bz2

View File

@ -1,5 +1,5 @@
Name: cppcheck
Version: 1.43
Version: 1.44
Release: 1%{?dist}
Summary: A tool for static C/C++ code analysis
Group: Development/Languages
@ -22,8 +22,8 @@ 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
@ -55,6 +55,9 @@ rm -rf %{buildroot}
%{_bindir}/cppcheck
%changelog
* Sat Jul 24 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.44-1
- Update to 1.44.
* Sun May 9 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.43-1
- Update to 1.43.

View File

@ -1 +1 @@
303792836a890be1cda84d13efaf7e9b cppcheck-1.43.tar.bz2
c8d24c0e7a3db99660f81b8a0568e050 cppcheck-1.44.tar.bz2