Update to 1.43.

This commit is contained in:
Jussi Lehtola 2010-05-09 12:50:20 +00:00
parent 3011d50714
commit 04f6a9f62a
3 changed files with 7 additions and 4 deletions

View File

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

View File

@ -1,5 +1,5 @@
Name: cppcheck
Version: 1.42
Version: 1.43
Release: 1%{?dist}
Summary: A tool for static C/C++ code analysis
Group: Development/Languages
@ -29,7 +29,7 @@ for file in COPYING readme.txt; do
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,9 @@ rm -rf %{buildroot}
%{_bindir}/cppcheck
%changelog
* Sun May 9 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.43-1
- Update to 1.43.
* Wed Mar 10 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.42-1
- Update to 1.42.

View File

@ -1 +1 @@
20c495b191a9f4fdd030656ad9d4741d cppcheck-1.42.tar.bz2
303792836a890be1cda84d13efaf7e9b cppcheck-1.43.tar.bz2