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

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


Author: jussilehtola

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

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


Index: cppcheck.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cppcheck/EL-6/cppcheck.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- cppcheck.spec	7 Jul 2010 17:37:34 -0000	1.8
+++ cppcheck.spec	24 Jul 2010 11:31:33 -0000	1.9
@@ -1,5 +1,5 @@
 Name:		cppcheck
-Version:	1.43
+Version:	1.44
 Release:	1%{?dist}
 Summary:	A tool for static C/C++ code analysis
 Group:		Development/Languages
@@ -22,8 +22,8 @@ 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
@@ -55,6 +55,9 @@ 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.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cppcheck/EL-6/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	7 Jul 2010 17:37:35 -0000	1.8
+++ sources	24 Jul 2010 11:31:33 -0000	1.9
@@ -1 +1 @@
-303792836a890be1cda84d13efaf7e9b  cppcheck-1.43.tar.bz2
+c8d24c0e7a3db99660f81b8a0568e050  cppcheck-1.44.tar.bz2



More information about the scm-commits mailing list