rpms/cppcheck/EL-5 cppcheck.spec,1.6,1.7 sources,1.7,1.8

Jussi Lehtola jussilehtola at fedoraproject.org
Sat Jul 24 11:31:18 UTC 2010


Author: jussilehtola

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

Modified Files:
	cppcheck.spec sources 
Log Message:
Update to 1.44.


Index: cppcheck.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cppcheck/EL-5/cppcheck.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- cppcheck.spec	10 Mar 2010 18:14:50 -0000	1.6
+++ cppcheck.spec	24 Jul 2010 11:31:17 -0000	1.7
@@ -1,5 +1,5 @@
 Name:		cppcheck
-Version:	1.42
+Version:	1.44
 Release:	1%{?dist}
 Summary:	A tool for static C/C++ code analysis
 Group:		Development/Languages
@@ -22,14 +22,14 @@ various compiler extensions, inline asse
 %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
 
 # 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,12 @@ rm -rf %{buildroot}
 %{_bindir}/cppcheck
 
 %changelog
+* Sat Jul 24 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.44-1
+- Update to 1.44.
+
+* 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-5/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	10 Mar 2010 18:14:50 -0000	1.7
+++ sources	24 Jul 2010 11:31:18 -0000	1.8
@@ -1 +1 @@
-20c495b191a9f4fdd030656ad9d4741d  cppcheck-1.42.tar.bz2
+c8d24c0e7a3db99660f81b8a0568e050  cppcheck-1.44.tar.bz2



More information about the scm-commits mailing list