rpms/cppcheck/EL-6 cppcheck.spec,1.7,1.8 sources,1.7,1.8

Jussi Lehtola jussilehtola at fedoraproject.org
Wed Jul 7 17:37:35 UTC 2010


Author: jussilehtola

Update of /cvs/pkgs/rpms/cppcheck/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29680

Modified Files:
	cppcheck.spec sources 
Log Message:
Sync from rawhide branch.


Index: cppcheck.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cppcheck/EL-6/cppcheck.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- cppcheck.spec	10 Mar 2010 18:16:00 -0000	1.7
+++ cppcheck.spec	7 Jul 2010 17:37:34 -0000	1.8
@@ -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/EL-6/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	10 Mar 2010 18:16:01 -0000	1.7
+++ sources	7 Jul 2010 17:37:35 -0000	1.8
@@ -1 +1 @@
-20c495b191a9f4fdd030656ad9d4741d  cppcheck-1.42.tar.bz2
+303792836a890be1cda84d13efaf7e9b  cppcheck-1.43.tar.bz2



More information about the scm-commits mailing list