rpms/cppcheck/devel .cvsignore, 1.8, 1.9 cppcheck.spec, 1.8, 1.9 sources, 1.8, 1.9

Jussi Lehtola jussilehtola at fedoraproject.org
Sun May 9 12:50:20 UTC 2010


Author: jussilehtola

Update of /cvs/pkgs/rpms/cppcheck/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2011

Modified Files:
	.cvsignore cppcheck.spec sources 
Log Message:
Update to 1.43.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cppcheck/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	10 Mar 2010 18:07:54 -0000	1.8
+++ .cvsignore	9 May 2010 12:50:20 -0000	1.9
@@ -1 +1 @@
-cppcheck-1.42.tar.bz2
+cppcheck-1.43.tar.bz2


Index: cppcheck.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cppcheck/devel/cppcheck.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- cppcheck.spec	10 Mar 2010 18:07:54 -0000	1.8
+++ cppcheck.spec	9 May 2010 12:50:20 -0000	1.9
@@ -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 at fedoraproject.org> - 1.43-1
+- Update to 1.43.
+
 * Wed Mar 10 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.42-1
 - Update to 1.42.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cppcheck/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	10 Mar 2010 18:07:54 -0000	1.8
+++ sources	9 May 2010 12:50:20 -0000	1.9
@@ -1 +1 @@
-20c495b191a9f4fdd030656ad9d4741d  cppcheck-1.42.tar.bz2
+303792836a890be1cda84d13efaf7e9b  cppcheck-1.43.tar.bz2



More information about the scm-commits mailing list