Sync from rawhide branch.

This commit is contained in:
Jussi Lehtola 2010-07-07 17:37:35 +00:00
parent d007a011b7
commit fe4c734f6b
2 changed files with 6 additions and 3 deletions

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